summaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Expand)Author
2016-01-23Backface culling: Ignore setting in tiledef from old servers.Auke Kok
2016-01-09Cache disable_anticheat and check it for "interacted_too_far"ASL97
2016-01-04Fix for commit 87dcee6 It uses the wrong variable and only covers some use ca...gregorycu
2016-01-03Prevent technically unsafe access with empty vectorgregorycu
2015-12-02Add on_secondary_use when right clicking an item in the airAlex Ford
2015-11-13Only allow players with shout to chatest31
2015-11-06Add server side ncurses terminalest31
2015-10-14Always use errorstream for DEBUG_EXCEPTION_HANDLERShadowNinja
2015-10-14Use warningstream for log messages with WARNINGShadowNinja
2015-10-12Fix how address is logged when a wrong password is suppliedKahrl
2015-10-04Remove redundant code in player interact handlerkwolekr
2015-09-14Serialisation: documentation fixes, clarifying renames and whitespace fixesest31
2015-09-10networkprotocol.h: remove "u16 command" from docest31
2015-09-01Hide minimap if it has been disabled by serverest31
2015-08-25Change i++ to ++iDavid Jones
2015-08-23Clean up threadingShadowNinja
2015-08-15Remove unused function from connection.{cpp,h}nerzhul
2015-08-10Make NetworkPacket respect serialized string size limitskwolekr
2015-08-06Fix BufferedPacket race condition (fixes #2983)kwolekr
2015-08-06Fix critical vulnerabilities and bugs with NetworkPacketkwolekr
2015-08-05connection: Make assertions non-fatal for received datakwolekr
2015-08-01src/network/connection.h: Fix race conditionBřetislav Štec
2015-07-27Fix srp.cpp:815 leakest31
2015-07-24Bump protocol to 26est31
2015-07-23Optional reconnect functionalityest31
2015-07-21Ask auth handler to create auth when a default password is setest31
2015-07-16Fix relief mapping issuesRealBadAngel
2015-07-14connection.cpp: remove unused constructorLoic Blot
2015-07-13Remove raw message output on AOM deserialization failurekwolekr
2015-07-10Fix damage flash when damage disabledkwolekr
2015-07-08Use UTF-8 instead of narrowest31
2015-07-07Client: better m_proto_ver initialisationest31
2015-06-23Typo fix on previous @est31 commitLoic Blot
2015-06-23Small TOCLIENT_HELLO logging fixest31
2015-06-23Use actionstream instead of errorstream when failing to emerge playerCraig Davison
2015-06-20Generic CAO cleanups and renames for clarificationest31
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-05-05Stop NetworkPacket methods from producing bloated packetsJay Arndt
2015-04-22Protocol 25: wstring -> string for custom access denial reasonsest31
2015-04-17Refactor around translatePasswordest31
2015-04-07Make comments consistent with TOSERVER_INIT -> TOSERVER_INIT_LEGACY renameest31
2015-04-05TOCLIENT_ACTIVE_OBJECT_REMOVE_ADD can be unreliable, catch PacketError except...Loic Blot
2015-04-05Fix uninitialized variabled in ConnectionEventLoic Blot
2015-04-03Remove errorstream logging on password changeest31
2015-04-03Create PacketError exception and use it with ACTIVEOBJECT_REMOVE_ADD handler ...Loic Blot