aboutsummaryrefslogtreecommitdiff
path: root/src/network/serverpackethandler.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use UTF-8 instead of narrowest312015-07-081-11/+11
* Use actionstream instead of errorstream when failing to emerge playerCraig Davison2015-06-231-1/+1
* Deny empty username early in the protocolest312015-05-221-3/+5
* Replace instances of std::map<std::string, std::string> with StringMapkwolekr2015-05-191-4/+4
* Lower log level for unexpected behaviourest312015-05-191-2/+2
* Fix build since last commitest312015-05-161-1/+1
* Finalize init packets and enable protocol v25est312015-05-161-8/+10
* Make early protocol auth mechanism generic, and add SRPest312015-05-111-124/+348
* Protocol 25: wstring -> string for custom access denial reasonsest312015-04-221-1/+1
* Refactor around translatePasswordest312015-04-171-4/+4
* Remove errorstream logging on password changeest312015-04-031-1/+0
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-1/+0
* Clean up and tweak build systemShadowNinja2015-03-271-3/+3
* Don't send an InventoryAction at each setInventoryModified, we only need one ...Loic Blot2015-03-241-4/+6
* SendInventory when handleCommand_Interact is a use.poet-nohit2015-03-211-1/+3
* ServerpacketHandler: spelling fixesLoic Blot2015-03-181-20/+20
* Use the NetworkPacket api to read full version string instead of u8 pointers....Loic Blot2015-03-171-4/+5
* Rename packethandler/{client,server}.cpp to {client,server}packethandler.cppLoic Blot2015-03-161-0/+1847