aboutsummaryrefslogtreecommitdiff
path: root/src/trinityrealm/RealmSocket.cpp
AgeCommit message (Collapse)Author
2010-05-17Fix a crash in realmd.Anubisss
That crash occurs when realmd get an unknown packet and try to "shutdown" the socket. Note that: don't try to release an ACE_Message_Block if it is _not_ dynamically allocated. --HG-- branch : trunk
2010-05-13Some warning fixSpp
Tab to spaces Remove trailing spaces --HG-- branch : trunk
2010-05-10Typo.Machiavelli
(Need more caffeine) --HG-- branch : trunk
2010-05-10Fix typo that occured in the mess of exporting/stripping, my humble apologies.Machiavelli
--HG-- branch : trunk
2010-05-10Cleanup and optimization in realmd netcode.Machiavelli
- Get rid of some potential memory leaks and lingering connections issues. - Code style cleanup where applicable. Please give proper feedback and let me know how she fares. --HG-- branch : trunk
2010-03-09Implement ACE netcode for realm server. Original author derex.n0n4m3
--HG-- branch : trunk