index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
/
network_func.h
Age
Commit message (
Expand
)
Author
2021-09-19
Add: [Network] external chat messages for remote admins (#9563)
dP
2021-08-10
Change: remove the ability to control "max spectators" (#9466)
Patric Stout
2021-07-11
Add: allow setting your server visibility to "invite-only" (#9434)
Patric Stout
2021-07-10
Remove: old server announcement to Master Server
Patric Stout
2021-06-26
Codechange: [Network] Remove overload on NetworkValidateClientName
rubidium42
2021-05-30
Codechange: [Network] Use std::string to send the client name and rcon commands
rubidium42
2021-05-30
Codechange: [Network] Use std::string for server side logic of kicking and ba...
rubidium42
2021-05-30
Codechange: [Network] Let server rcon result use std::string
rubidium42
2021-05-30
Codechange: [Network] Let server changing a client name use std::string
rubidium42
2021-05-29
Fix: [Network] Prevent an empty server name to be set anywhere
rubidium42
2021-05-29
Codechange: use separate pre and post callbacks for string settings
rubidium42
2021-05-15
Codechange: [Network] Let chat communication use std::string
rubidium42
2021-05-14
Codechange: [Network] Pass passwords as std::string to the network code
rubidium42
2021-05-14
Codechange: [Network] Use std::string for the internal handling of company pa...
rubidium42
2021-05-13
Codechange: move client name in settings to std::string
rubidium42
2021-05-08
Codechange: [Network] Change ChatMessage's message to std::string and simplif...
rubidium42
2021-05-06
Codechange: [Network] Move connection string parsing away from C-strings
rubidium42
2021-05-05
Change: [Network] Update server's NetworkServerGameInfo only when needed
rubidium42
2021-05-01
Fix #6598: Prevent invalid memory accesses when abandoning a join from within...
rubidium42
2021-05-01
Change: [Console] Show help when passing invalid company number
rubidium42
2021-04-29
Change: [Network] Encapsulate logic about the connection string to the networ...
rubidium42
2021-04-29
Codechange: use NetworkAddress instead of two host/port variables where possible
Patric Stout
2021-04-27
Codechange: move all NetworkGameInfo related functions to a single file
Patric Stout
2021-04-27
Codechange: [Network] Do not leak os_abstraction.h via network_func
rubidium42
2021-04-24
Feature: [Network] Ensure players fill in a name instead of defaulting to "Pl...
rubidium42
2021-04-24
Codechange: [Network] Introduce function to validate the client name
rubidium42
2021-04-20
Codechange: split ParseConnectionString into two functions
Patric Stout
2020-02-04
Feature #7756: Allow server to supply a reason to kicked/banned clients
Bjarni Thor
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-20
Remove: ENABLE_NETWORK switch
Patric 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 commands
frosch
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 work
smatz
[next]