summaryrefslogtreecommitdiff
path: root/src/network/network.cpp
AgeCommit message (Expand)Author
2021-05-12Change: reworked the debug levels for network facility (#9251)Patric Stout
2021-05-11Fix: [Network] mark server as offline when no longer reachable (#9244)Patric Stout
2021-05-11Fix #9243: [Network] For a dedicated server use a fallback client and server ...rubidium42
2021-05-11Fix: [Network] don't rebuild the host-list during iterating the list (#9240)Patric Stout
2021-05-11Fix: [Network] clients leaving because of broken connections was not broadcas...Patric Stout
2021-05-09Fix: lobby window doesn't close if no connection could be established (#9223)Patric Stout
2021-05-08Fix: only query a manually added server if it isn't there yetPatric Stout
2021-05-08Fix: don't do a network disconnect between two queriesPatric Stout
2021-05-08Codechange: move connection_string to private for TCPConnecterPatric Stout
2021-05-08Codechange: [Network] Change ChatMessage's message to std::string and simplif...rubidium42
2021-05-06Feature: use Happy Eyeballs to make network connections (TCP-only) (#9199)Patric Stout
2021-05-06Codechange: [Network] Use std::string for NetworkGameInforubidium42
2021-05-06Codechange: [Network] Move connection string parsing away from C-stringsrubidium42
2021-05-05Codechange: use connection_string in favour of NetworkAddress (#9197)Patric Stout
2021-05-05Change: [Network] Update server's NetworkServerGameInfo only when neededrubidium42
2021-05-02Fix: [Network] Reading beyond the length of the server's ID when hashing pass...rubidium42
2021-05-01Codechange: rename NetworkError to ShowNetworkErrorrubidium42
2021-05-01Fix #6598: Prevent invalid memory accesses when abandoning a join from within...rubidium42
2021-05-01Codechange: Move join information into a single structurerubidium42
2021-05-01Change: [Console] Show help when passing invalid company numberrubidium42
2021-04-30Change: use TCP for everything except for master-server and initial server sc...Patric Stout
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-27Change: no longer use UDP when entering the lobby of a serverPatric 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: rework in-game Online Players GUIPatric Stout
2021-04-24Add: [Network] Validate the client name server side, so no clients with inval...rubidium42
2021-04-24Feature: [Network] Ensure players fill in a name instead of defaulting to "Pl...rubidium42
2021-04-20Codechange: split ParseConnectionString into two functionsPatric Stout
2021-04-12Change: move some things only relevant to UDP from network.cpp to network_udp...Rubidium
2021-01-05Change: move "give money" from client-list to company windowPatric Stout
2020-12-27Codechange: Replace assert_compile macro with static_assertCharles Pigott
2020-12-22Change: [Linkgraph] Pause the game when linkgraph jobs lag (#6470)Jonathan G Rennison
2020-12-15Add: support for emscripten (play-OpenTTD-in-the-browser)Patric Stout
2020-02-23Codechange: Limit field width to avoid sscanf crashQuipyowert2
2020-02-04Feature #7756: Allow server to supply a reason to kicked/banned clientsBjarni Thor
2019-12-21Fix: unused variable warningsglx
2019-12-21Codechange: Replace network related FOR_ALL with range-based for loopsglx
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-04-09Codechange: If something is a vector of strings, use a vector of strings inst...Michael Lutz
2019-03-26Codechange: Replaced SmallVector::[Begin|End]() with std alternativesHenry Wilson
2019-03-26Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...Henry Wilson
2019-03-26Codechange: Replace SmallVector::Length() with std::vector::size()Henry Wilson
2019-03-24Codechange: Use override keyword in networking classes.peter1138
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2019-02-12Fix: Do not mangle tagged revision strings for network revision stringsNiels Martin Hansen
2019-02-03Change: Make a shortened network revision string for use in server queriesNiels Martin Hansen
2015-09-19(svn r27400) -Fix [FS#6368] (r26449): when a dedicated server was paused with...rubidium