summaryrefslogtreecommitdiff
path: root/src/network/network_client.h
AgeCommit message (Expand)Author
2021-05-30Codechange: [Network] Use std::string to send the client name and rcon commandsrubidium42
2021-05-15Codechange: [Network] Let chat communication use std::stringrubidium42
2021-05-14Codechange: [Network] Use std::string for the internal handling of admin/rcon...rubidium42
2021-05-14Codechange: [Network] Use std::string for the internal handling of server pas...rubidium42
2021-05-14Codechange: [Network] Use std::string for the internal handling of company pa...rubidium42
2021-05-05Codechange: use connection_string in favour of NetworkAddress (#9197)Patric Stout
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-04-30Change: use TCP for everything except for master-server and initial server sc...Patric Stout
2021-04-27Change: no longer use UDP when entering the lobby of a serverPatric Stout
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-03-24Codechange: Use override keyword in networking classes.peter1138
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2011-12-19(svn r23595) -Codechange: add comma after last enum to get a more uniform cod...rubidium
2011-05-04(svn r22423) -Document: some network stuffrubidium
2011-05-01(svn r22400) -Codechange: replace some defines in the tcp/game code so doxyge...rubidium
2011-02-11(svn r22063) -Change: make the "has network" check also check whether the cli...rubidium
2011-01-19(svn r21851) -Codechange: rename NetworkClientSetPassword to NetworkClientSet...rubidium
2011-01-19(svn r21850) -Codechange: move password hashing to a more general location (d...rubidium
2010-12-05(svn r21397) -Change/Feature-ish: when getting a savegame from the server, ju...rubidium
2010-12-05(svn r21392) -Change: prepare the network protocol for getting the file size ...rubidium
2010-11-30(svn r21361) -Change: make sure the client is listening, or rather receiving,...rubidium
2010-11-26(svn r21334) -Fix [FS#4271]: make (more) sure that the savegame and transferr...rubidium
2010-11-19(svn r21256) -Fix [FS#4189]: Clients weren't always notified when the connect...rubidium
2010-10-24(svn r21033) -Codechange: be more strict with the packets a client accepts at...rubidium
2010-10-24(svn r21029) -Codechange: split the map downloading packet + 3-state enum int...rubidium
2010-10-24(svn r21027) -Change/Fix: under some circumstances the file handle of the dow...rubidium
2010-10-17(svn r20966) -Change: enable remote administration sockets (parts by Yexo and...rubidium
2010-10-15(svn r20935) -Codechange: only let the server side use a pool of connected so...rubidium
2010-10-15(svn r20933) -Codechange: move some more client related methods and such to n...rubidium
2010-10-15(svn r20929) -Codechange: make NetworkCloseClient a class methodrubidium
2010-10-15(svn r20925) -Codechange: make the client send commands have a slightly more ...rubidium
2010-10-15(svn r20924) -Codechange: make the game connection packet handling look more ...rubidium
2010-10-15(svn r20923) -Codechange: prepare creating sub-classes of NetworkClientSocket...rubidium
2010-04-11(svn r19607) -Codechange: use different packet types instead of packet subtypessmatz
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-06-10(svn r16555) -Feature [FS#570]: ability to enter server and company password ...smatz
2009-05-19(svn r16360) -Codechange: don't use _network_playas as a 'second' _local_comp...rubidium
2009-01-23(svn r15242) -Feature: allow moving clients between companies/spectators by t...rubidium
2009-01-08(svn r14915) -Codechange: unify the receiving and sending of commands, and th...rubidium
2008-12-29(svn r14764) -Codechange: make the '***' chat messages like "Game paused (not...rubidium
2008-12-23(svn r14721) -Codechange: s/NetworkTCPSocketHandler/NetworkClientSocket/ as i...rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-01-12(svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets ...rubidium
2007-01-02(svn r7759) -Merge: makefile rewrite. This merge features:rubidium