aboutsummaryrefslogtreecommitdiff
path: root/src/connection.h
AgeCommit message (Collapse)Author
2011-11-07Make Connection::Receive return the data via a SharedBuffer reference, so ↵Kahrl
the caller doesn't have to choose the right buffer size in advance. Conflicts: src/test.cpp
2011-11-07utility.h: Change Buffer's interface to be more compatible with ↵Kahrl
SharedBuffer's interface, connection.h: use Buffer instead of SharedBuffer in command and event queues
2011-10-20Improve Connection with threading and some kind of congestion controlPerttu Ahola
2011-05-21Cleaned networking code a bit (had this one on the to-do list for like 4 ↵Perttu Ahola
months already)
2011-01-15Players are left on server while server is running. No passwords yet.Perttu Ahola
2010-12-25tinkering aroundPerttu Ahola
2010-12-24disconnect method to connection to be used instead of just timing outPerttu Ahola
2010-11-29license stuffPerttu Ahola
--HG-- rename : src/licensecomment.txt => licensecomment.txt
2010-11-27Initial filesPerttu Ahola