summaryrefslogtreecommitdiff
path: root/src/network/network_func.h
AgeCommit message (Expand)Author
2021-07-11Add: allow setting your server visibility to "invite-only" (#9434)Patric Stout
2021-07-10Remove: old server announcement to Master ServerPatric Stout
2021-06-26Codechange: [Network] Remove overload on NetworkValidateClientNamerubidium42
2021-05-30Codechange: [Network] Use std::string to send the client name and rcon commandsrubidium42
2021-05-30Codechange: [Network] Use std::string for server side logic of kicking and ba...rubidium42
2021-05-30Codechange: [Network] Let server rcon result use std::stringrubidium42
2021-05-30Codechange: [Network] Let server changing a client name use std::stringrubidium42
2021-05-29Fix: [Network] Prevent an empty server name to be set anywhererubidium42
2021-05-29Codechange: use separate pre and post callbacks for string settingsrubidium42
2021-05-15Codechange: [Network] Let chat communication use std::stringrubidium42
2021-05-14Codechange: [Network] Pass passwords as std::string to the network coderubidium42
2021-05-14Codechange: [Network] Use std::string for the internal handling of company pa...rubidium42
2021-05-13Codechange: move client name in settings to std::stringrubidium42
2021-05-08Codechange: [Network] Change ChatMessage's message to std::string and simplif...rubidium42
2021-05-06Codechange: [Network] Move connection string parsing away from C-stringsrubidium42
2021-05-05Change: [Network] Update server's NetworkServerGameInfo only when neededrubidium42
2021-05-01Fix #6598: Prevent invalid memory accesses when abandoning a join from within...rubidium42
2021-05-01Change: [Console] Show help when passing invalid company numberrubidium42
2021-04-29Change: [Network] Encapsulate logic about the connection string to the networ...rubidium42
2021-04-29Codechange: use NetworkAddress instead of two host/port variables where possiblePatric Stout
2021-04-27Codechange: move all NetworkGameInfo related functions to a single filePatric Stout
2021-04-27Codechange: [Network] Do not leak os_abstraction.h via network_funcrubidium42
2021-04-24Feature: [Network] Ensure players fill in a name instead of defaulting to "Pl...rubidium42
2021-04-24Codechange: [Network] Introduce function to validate the client namerubidium42
2021-04-20Codechange: split ParseConnectionString into two functionsPatric Stout
2020-02-04Feature #7756: Allow server to supply a reason to kicked/banned clientsBjarni Thor
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2015-09-19(svn r27400) -Fix [FS#6368] (r26449): when a dedicated server was paused with...rubidium
2014-09-07(svn r26788) -Add: Desync replay option to skip/replay failed commandsfrosch
2014-05-11(svn r26576) -Fix [FS#6003]: [Network] AIs would not reset certain network st...rubidium
2014-02-23(svn r26370) -Doc: Desync debugging and command replaying.frosch
2012-01-04(svn r23751) -Codechange: rename NetworkUDPGameLoop to a more descriptive nam...rubidium
2011-08-13(svn r22738) -Fix [FS#4722] (r21854): Setting company passwords via the GUI o...frosch
2011-04-22(svn r22366) -Codechange: make GetClientIP a function of the server's ClientS...rubidium
2011-04-22(svn r22365) -Codechange: add overload of NetworkServerKickOrBanIP using the ...rubidium
2011-04-22(svn r22362) -Codechange: NetworkFindClientInfoFromClientID -> NetworkClientI...rubidium
2011-01-19(svn r21854) -Codechange: refactor the password setting methods to make it po...rubidium
2011-01-03(svn r21701) -Codechange: ConsoleColour = TextColour, so make it that way and...rubidium
2010-12-14(svn r21512) -Change/Feature: make the delay of the chat messages timing out ...rubidium
2010-10-17(svn r20973) -Add: chat sending and receiving support for remote admins (dihe...rubidium
2010-10-17(svn r20967) -Add: infrastructure to send information to remote admins at spe...rubidium
2010-10-17(svn r20966) -Change: enable remote administration sockets (parts by Yexo and...rubidium
2010-08-29(svn r20689) -Codechange: Make some global functions used in 1 .cpp file stat...alberth
2010-08-29(svn r20678) -Codechange: Remove unused NetworkFindClientInfoFromIndex(), Net...alberth
2010-08-28(svn r20674) -Codechange: Remove declared functions that do not exist (anymor...alberth
2010-05-13(svn r19818) -Fix [FS#3784](r16004): kicking clients by IP didn't worksmatz
2010-04-17(svn r19651) -Fix [FS#3745]: when a company is sold, move connected clients t...smatz
2010-02-10(svn r19075) -Codechange: unhackify NetworkChangeCompanyPassword()smatz