omegaonline / oocore

Omega Online Core components
3 stars 0 forks source link

Update registry to allow values with NUL #7

Closed ricktaylor closed 13 years ago

ricktaylor commented 13 years ago

Currently all values in the registry implementation use utf8 encoded NUL terminated strings. This is not the best, change it to store blobs instead.

ricktaylor commented 13 years ago

I have changed my mind, blobs make operating on the underlying database hard, and the lack of embedded NUL's is not an issue