summaryrefslogtreecommitdiff
path: root/src/network/network_type.h
AgeCommit message (Expand)Author
2021-07-11Remove: includes to network/core/config.h from headers when only three cpp fi...Rubidium
2021-07-11Add: allow setting your server visibility to "invite-only" (#9434)Patric Stout
2021-07-10Add: use Game Coordinator to annouce public serversPatric Stout
2021-05-14Codechange: [Network] Make company state password std::stringrubidium42
2021-04-27Codechange: move all NetworkGameInfo related functions to a single filePatric Stout
2021-04-24Add: [Network] Validate the client name server side, so no clients with inval...rubidium42
2020-04-05Fix #8060, 5880f14: Restore admin network API compatibility.frosch
2020-02-04Feature #7756: Allow server to supply a reason to kicked/banned clientsBjarni Thor
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-09-30Fix: clang and MSVC warnings (glx)Charles Pigott
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2012-01-09(svn r23780) -Fix [FS#4963] (r23764): also name the two new errors server-sid...truebrain
2012-01-06(svn r23764) -Fix [FS#4955]: make default timeouts for certain states lower a...rubidium
2011-05-02(svn r22410) -Document: some more bits ;)rubidium
2010-10-17(svn r20963) -Add: stubs for a remote administration connectionrubidium
2010-08-19(svn r20553) -Feature: allow rate limiting of incoming commandsrubidium
2010-06-19(svn r19996) -Codechange: Add NetworkVehicleType enum.rubidium
2010-05-13(svn r19809) -Codechange: make some unnamed network related enums/defines sta...rubidium
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2009-11-12(svn r18052) -Codechange/Fix: make the 'pause' chat message when actually exe...rubidium
2009-11-12(svn r18048) -Change: make no distinction between unpausing because of a clie...rubidium
2009-10-04(svn r17699) -Codechange: move #ifdef ENABLE_NETWORK till after the 'generic'...rubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-05-22(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time...smatz
2009-04-07(svn r15969) -Codechange: make the list of broadcast addresses virtually unli...rubidium
2009-01-23(svn r15242) -Feature: allow moving clients between companies/spectators by t...rubidium
2009-01-20(svn r15163) -Change/Fix: use a non-blocking method to resolve the hostname a...rubidium
2009-01-20(svn r15157) -Codechange: wrap the hostname/ip and port into a single structu...rubidium
2009-01-12(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ...truebrain
2008-12-29(svn r14764) -Codechange: make the '***' chat messages like "Game paused (not...rubidium
2008-12-23(svn r14730) -Codechange: remove the need for networkclientsockets and networ...rubidium
2008-12-23(svn r14725) -Change: make it clearer why (and that) MAX_CLIENTS isn't the am...rubidium
2008-12-23(svn r14723) -Codechange: shuffling some stuff around to reduce indirect #inc...rubidium
2008-12-22(svn r14712) -Codechange: split server and client side w.r.t. the storage of ...rubidium
2008-12-22(svn r14709) -Codechange: make a clearer distinction between 'unique' client ...rubidium
2008-09-30(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.rubidium
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-08-11(svn r14045) -Codechange: move the network's limitation to chat messages to a...rubidium
2008-07-17(svn r13712) -Fix: enforce the length restrictions of company and president n...rubidium
2008-05-30(svn r13343) -Codechange: reorder/move variable/functions in the network head...rubidium