gameServer2/src/server/client.rs
2018-09-14 alfadur cleanup crate imports
2018-09-05 alfadur Add official server feature to cargo
2018-07-20 alfadur Implement room config export
2018-07-16 alfadur Something down in the food chain already uses bitflags, so might as well switch to them
2018-07-13 alfadur Better packing for clients
2018-07-07 alfadur Mostly implement voting
2018-07-06 alfadur Implement greetings & fixed rooms
2018-06-26 alfadur Implement game start & engine messages
2018-06-21 alfadur implementation of team related messages
2018-03-08 alfadur separated the server logic from all the async io mess.
2017-12-16 unc0rr Improve this code a bit more
2017-12-06 unc0rr Quick dirty fix for building
2017-02-04 unc0rr Room creation halfplemented
2017-01-27 unc0rr SendAllButMe action, list all clients in lobby in LobbyJoined message to newcomers
2017-01-25 unc0rr More refactoring
2017-01-24 unc0rr Toss code around
2017-01-23 unc0rr Start refactoring path from getting message from client to reacting to it
2017-01-18 unc0rr Basic support for NICK message
2017-01-18 unc0rr - Handle errors
2017-01-14 unc0rr Introduce actions, just like in the old server
2017-01-14 unc0rr - Use logging facilities instead of plain println!
2017-01-13 unc0rr - Render messages to string
2017-01-02 unc0rr - Start protocol parser implementation
2017-01-01 unc0rr Refactor modules layout
less more (0) tip