aboutsummaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Expand)Author
2016-06-03Sapier's fix for the RESEND RELIABLE problem (#4170)Robert Kiraly
2016-05-28Particles: Add option to remove particles on collisionAuke Kok
2016-05-22Tolerate packet reordering in the early init processest31
2016-03-29Fix small formatting issue in SRP debug outputsfan5
2016-03-19Clean up StrfndShadowNinja
2016-03-15Add option to not send pre v25 init packetest31
2016-03-15Much better API for auth.{cpp, h}est31
2016-03-14Fix player teleportation bug whilst sneakingHybridDog
2016-03-12Nodebox: Allow nodeboxes to "connect"Auke Kok
2016-02-23GOTBLOCKS & DELETEBLOCKS: test packet size only oncenerzhul
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