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_admin.cpp
Age
Commit message (
Expand
)
Author
2021-09-19
Add: [Network] external chat messages for remote admins (#9563)
dP
2021-09-01
Fix #9388: thread unsafe use of NetworkAdminConsole/IConsolePrint
Rubidium
2021-08-31
Fix a2051bad: SendCmdNames only sent one name per packet (#9528)
Patric Stout
2021-06-13
Codechange: convert printf DEBUG statements to fmt Debug statements
rubidium42
2021-05-30
Codechange: [Network] Let admin-console use std::string(_view)
rubidium42
2021-05-30
Codechange: [Network] Let admin-game script use std::string
rubidium42
2021-05-30
Codechange: [Network] Make admin name and version std::string
rubidium42
2021-05-15
Codechange: [Network] Let chat communication use std::string
rubidium42
2021-05-15
Codechange: Use std::string GetString where convenient
rubidium42
2021-05-14
Codechange: [Network] Use std::string for the internal handling of admin/rcon...
rubidium42
2021-05-13
Codechange: move passwords in settings to std::string
rubidium42
2021-05-12
Change: reworked the debug levels for network facility (#9251)
Patric Stout
2021-04-27
Codechange: move all NetworkGameInfo related functions to a single file
Patric Stout
2021-04-25
Codechange: differentiate between UDP, TCP and compatibility MTU values
Rubidium
2021-04-24
Codechange: move logic whether there is enough space in a packet to write dat...
Rubidium
2021-04-20
Remove: "language" field from server/client
Patric Stout
2021-04-20
Remove: "map_name" from server announcements / listing
Patric Stout
2021-02-27
Codechange: [Network] replace _realtime_tick with std::chrono
Patric Stout
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-12-27
Codechange: Replace assert_compile macro with static_assert
Charles Pigott
2019-12-21
Codechange: Replace network related FOR_ALL with range-based for loops
glx
2019-12-21
Codechange: Replace FOR_ALL_COMPANIES with range-based for loops
glx
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
2019-02-03
Change: Make a shortened network revision string for use in server queries
Niels Martin Hansen
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-10-12
(svn r25845) -Add [FS#5756]: [Admin] Send info on bankruptcy quarters also in...
planetmaker
2013-07-12
(svn r25589) -Fix [FS#5646]: Ensure that sent and received length of json str...
planetmaker
2013-07-11
(svn r25588) -Feature [FS#5643]: PING and PONG packets for admin port (Xaroth)
planetmaker
2013-07-11
(svn r25587) -Add FS#5643: Conclude rcon output sent to admin clients with an...
planetmaker
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2012-10-21
(svn r24620) -Fix (r24619): Keep admin port API compatibility.
frosch
2012-10-20
(svn r24619) -Change: Check for bankruptcy on a monthly basis (ZxBioHazardZx)
planetmaker
2012-01-20
(svn r23826) -Fix [FS#4972]: the detailed performance rating window showed th...
rubidium
2011-12-19
(svn r23623) -Add: allow bi-directional communication with the AdminPort and ...
truebrain
2011-11-04
(svn r23115) -Fix [FS#4813]: allow accessing the server's client info as well...
rubidium
2011-09-15
(svn r22934) -Fix [FS#4771]: prevent authentication bypass for the admin port...
rubidium
2011-05-05
(svn r22424) -Document: some more bits
rubidium
2011-05-04
(svn r22423) -Document: some network stuff
rubidium
2011-05-01
(svn r22398) -Codechange: remove some defines from the tcp/admin code, so dox...
rubidium
2011-04-22
(svn r22369) -Codechange: allocate ClientInfo when needed, i.e. don't allocat...
rubidium
2011-04-22
(svn r22368) -Codechange: move the IP address field from the ClientInfo to Cl...
rubidium
2011-04-22
(svn r22367) -Codechange: send ClientSockets instead of ClientInfos to the ad...
rubidium
2011-04-22
(svn r22362) -Codechange: NetworkFindClientInfoFromClientID -> NetworkClientI...
rubidium
2011-02-15
(svn r22085) -Fix: assert when connecting to the admin port
smatz
2011-01-22
(svn r21890) -Cleanup: remove some unneeded includes
rubidium
2011-01-08
(svn r21741) -Fix (r21668): Some white space slipped past the commit hook
planetmaker
2011-01-03
(svn r21701) -Codechange: ConsoleColour = TextColour, so make it that way and...
rubidium
2010-12-30
(svn r21668) -Feature: command logging using the admin interface (dihedral)
rubidium
[next]