summaryrefslogtreecommitdiff
path: root/src/network/network.cpp
AgeCommit message (Expand)Author
2010-10-17(svn r20966) -Change: enable remote administration sockets (parts by Yexo and...rubidium
2010-10-15(svn r20938) -Codechange: make the code for listening on a socket (more) reus...rubidium
2010-10-15(svn r20936) -Codechange: make server side packet sending methods class methodsrubidium
2010-10-15(svn r20935) -Codechange: only let the server side use a pool of connected so...rubidium
2010-10-15(svn r20934) -Codechange: move NetworkGetClientName to the server's socketrubidium
2010-10-15(svn r20933) -Codechange: move some more client related methods and such to n...rubidium
2010-10-15(svn r20930) -Codechange: simplify the socket handler allocationrubidium
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-08-29(svn r20678) -Codechange: Remove unused NetworkFindClientInfoFromIndex(), Net...alberth
2010-08-19(svn r20553) -Feature: allow rate limiting of incoming commandsrubidium
2010-08-18(svn r20549) -Codechange: centralise the handling of the incoming commands (f...rubidium
2010-08-15(svn r20497) -Fix [FS#3960]: non-dedicated servers failing to load a game cau...rubidium
2010-08-01(svn r20286) -Codechange: Unify end of doxygen comments.frosch
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-08-01(svn r20281) -Codechange: unify case scope closure + break coding stylerubidium
2010-07-24(svn r20211) -Codechange: Indented code should have curly braces around it.alberth
2010-05-20(svn r19869) -Fix [FS#3819]: when a connection gets lost and a game with AIs ...rubidium
2010-04-13(svn r19619) -Fix (r19618): [desync debug] inserting the "join" pause could c...rubidium
2010-04-13(svn r19617) -Fix [desync debug]: log the sync state only once per day, not m...rubidium
2010-04-11(svn r19610) -Codechange: rename STATUS_AUTH to STATUS_AUTHORIZEDsmatz
2010-04-11(svn r19609) -Fix: do not print 'Connection lost' message for clients who fai...smatz
2010-04-11(svn r19602) -Codechange: add the name of the command to the desync logsrubidium
2010-04-11(svn r19601) -Fix: make the desync replay parse the "whole" string instead of...rubidium
2010-04-09(svn r19593) -Codechange: improve loading/executing the desync logsrubidium
2010-04-08(svn r19589) -Change: add some more useful information to the desync log and ...rubidium
2010-03-23(svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT an...smatz
2010-03-08(svn r19374) -Change: Update documentation for console command connect to use...peter1138
2010-02-14(svn r19132) -Codechange: No need to end a line with ;;.alberth
2010-02-09(svn r19072) -Fix [FS#3599]: possible read/write after free when the client t...rubidium
2010-02-03(svn r18994) -Change: content mirroring support (based on work by TrueBrain).rubidium
2010-01-21(svn r18875) -Codechange: remove some unneeded bits from the network protocol...rubidium
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2010-01-14(svn r18801) -Fix: in some cases error messages weren't properly sent to the ...rubidium
2009-11-28(svn r18330) -Cleanup: remove some unneeded includesrubidium
2009-11-12(svn r18054) -Change/Fix [FS#3310]: make pause on join pause during the whole...rubidium
2009-11-12(svn r18052) -Codechange/Fix: make the 'pause' chat message when actually exe...rubidium
2009-11-12(svn r18051) -Codechange: make the active clients pause use a separate bit in...rubidium
2009-11-12(svn r18048) -Change: make no distinction between unpausing because of a clie...rubidium
2009-11-09(svn r18027) -Codechange: make some unneededly global variables static and re...rubidium
2009-10-07(svn r17737) -Codechange: remove the chat window when you were chatting with ...rubidium
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-10-03(svn r17685) -Fix: autounpausing kept trying to unpause a loaded game that wa...rubidium
2009-09-30(svn r17667) -Fix [FS#3245]: autopause tried to (un)pause the server every ti...rubidium
2009-09-22(svn r17618) -Fix [FS#3226]: the 'lock' icon would erroneously be drawn for c...rubidium
2009-09-13(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for...frosch
2009-09-07(svn r17467) -Change: show the client id in join messages at the server (patc...rubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium