Am Freitag, 1. September 2006 23:11 schrieb Christian Vest Hansen:
> FYI, I have like a workdays worth of resources to move development of
> the master server forward this weekend.
>
> As it is, the LIST command only accepts "*" as it's search phrase,
> though the intension is to change this. Therefor, I've torn out the
> HashMaps that formed the data store in the version I e-mail you all last
> week, with an embedded relational database (the current state of affairs
> is to be categorized as "hackish", but it'll change).
>
> Instead of sending you patch files, I have (as a TEMPORARY solution,
> until soemthing better comes up) set up a SVN repo at this location:
>
> svn://karmazilla.dyndns.org/wzmasterserver/trunk
>
> With anonymous read access. Eclipse + Subclipse plugin is a good combo
> for ppl wanting to work with this code.
>
> Cheers.
>
> PS.
> Isn't "master server" as terrible name? it's more like a Lobby Server or
> something...
Hello...
I am currently trying to implement the clientside, but must admit that I find 
it rather difficult to filter a whole line (unknown size) and then parse 
it...

Perhaps there can be a "machine" mode with one byte commands and everything 
else of a known size? Perhaps like this:
- 1 byte : command
- 1 byte : size
- size bytes : message
Where message consits of:
- 1 byte : payload 1 size
- size bytes : payload 1
- 1 byte : payload 2 size
- size bytes : payload 2
...

Ideas? Opinions?

--Dennis

Attachment: pgpKawOxLdYlx.pgp
Description: PGP signature

_______________________________________________
Warzone-dev mailing list
[email protected]
https://mail.gna.org/listinfo/warzone-dev

Reply via email to