(no title)
metabrew | 8 years ago
The protocol between the quassel core and clients looked to be some sort of serialized Qt objects (iirc), so I abandoned that idea and wrote the irc client backend in erlang, with a json protocol.
metabrew | 8 years ago
The protocol between the quassel core and clients looked to be some sort of serialized Qt objects (iirc), so I abandoned that idea and wrote the irc client backend in erlang, with a json protocol.
kuschku|8 years ago
It's planned to be replaced it with protobuf relatively soon, though.