summaryrefslogtreecommitdiff
path: root/src/network/serverpackethandler.cpp
AgeCommit message (Expand)Author
2015-07-21Ask auth handler to create auth when a default password is setest31
2015-07-10Fix damage flash when damage disabledkwolekr
2015-07-08Use UTF-8 instead of narrowest31
2015-06-23Use actionstream instead of errorstream when failing to emerge playerCraig Davison
2015-05-22Deny empty username early in the protocolest31
2015-05-19Replace instances of std::map<std::string, std::string> with StringMapkwolekr
2015-05-19Lower log level for unexpected behaviourest31
2015-05-16Fix build since last commitest31
2015-05-16Finalize init packets and enable protocol v25est31
2015-05-11Make early protocol auth mechanism generic, and add SRPest31
2015-04-22Protocol 25: wstring -> string for custom access denial reasonsest31
2015-04-17Refactor around translatePasswordest31
2015-04-03Remove errorstream logging on password changeest31
2015-04-01Move globals from main.cpp to more sane locationsCraig Robbins
2015-03-27Clean up and tweak build systemShadowNinja
2015-03-24Don't send an InventoryAction at each setInventoryModified, we only need one ...Loic Blot
2015-03-21SendInventory when handleCommand_Interact is a use.poet-nohit
2015-03-18ServerpacketHandler: spelling fixesLoic Blot
2015-03-17Use the NetworkPacket api to read full version string instead of u8 pointers....Loic Blot
2015-03-16Rename packethandler/{client,server}.cpp to {client,server}packethandler.cppLoic Blot