summaryrefslogtreecommitdiff
path: root/src/network/network_server.cpp
AgeCommit message (Expand)Author
2011-05-05(svn r22424) -Document: some more bitsrubidium
2011-05-01(svn r22400) -Codechange: replace some defines in the tcp/game code so doxyge...rubidium
2011-04-30(svn r22384) -Fix [FS#4585]: No client error packet was sent to the admin botsrubidium
2011-04-22(svn r22372) -Fix (r22364) [FS#4598]: segmentation fault when trying to get t...rubidium
2011-04-22(svn r22370) -Codechange/fix: keep better accounting of the order in which cl...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 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 r22364) -Codechange: don't show the (unknown) client address in the clie...rubidium
2011-04-22(svn r22363) -Codechange: NetworkFindClientStateFromClientID -> NetworkClient...rubidium
2011-04-22(svn r22362) -Codechange: NetworkFindClientInfoFromClientID -> NetworkClientI...rubidium
2011-04-22(svn r22361) -Codechange: delete the client list popup when the client got re...rubidium
2011-04-17(svn r22335) -Cleanup (r22308): remove superfluous tabssmatz
2011-04-09(svn r22308) -Fix [FS#4574]: waiting on a server could kick the client, or ra...rubidium
2011-02-17(svn r22092) -Fix-ish (r22068): when you change a boolean to a enum, check sp...rubidium
2011-02-15(svn r22086) -Fix: do not check if we can allocate an item if we won't try to...smatz
2011-02-12(svn r22070) -Fix [FS#4503] (r21399): crashes when disconnecting after reques...rubidium
2011-02-12(svn r22069) -Fix: delete all savegame packets, not just the first onerubidium
2011-02-12(svn r22068) -Codechange/Fix: return "connection lost" instead of "okay" when...rubidium
2011-02-12(svn r22067) -Fix: don't hold a mutex when sending packets and thus possibly ...rubidium
2011-02-11(svn r22064) -Fix [FS#4497] (r21399): crash when disconnecting and reconnecti...rubidium
2011-02-08(svn r22032) -Codechange: add some asserts to verify we don't allocate too ma...rubidium
2011-01-22(svn r21890) -Cleanup: remove some unneeded includesrubidium
2011-01-19(svn r21854) -Codechange: refactor the password setting methods to make it po...rubidium
2011-01-19(svn r21853) -Codechange: HashCurrentCompanyPassword is only used by servers,...rubidium
2011-01-04(svn r21727) -Fix [FS#4377]: admin bots weren't always notified of password c...rubidium
2011-01-03(svn r21704) -Fix [FS#4374]: no need to perform any more checks after the con...smatz
2011-01-03(svn r21701) -Codechange: ConsoleColour = TextColour, so make it that way and...rubidium
2010-12-21(svn r21571) -Codechange: Having a break after a return is no good.alberth
2010-12-05(svn r21405) -Codechange: prepare sending of company information in the UDP p...rubidium
2010-12-05(svn r21401) -Fix: ofcourse MSVC x64 has something to complain about...rubidium
2010-12-05(svn r21399) -Change/Feature/Fix [FS#4284]: perform the compression of savega...rubidium
2010-12-05(svn r21398) -Change/Feature-ish: when making a savegame to send to a client,...rubidium
2010-12-05(svn r21392) -Change: prepare the network protocol for getting the file size ...rubidium
2010-11-30(svn r21363) -Add: support for limiting the amount of (accepted) incoming datarubidium
2010-11-30(svn r21361) -Change: make sure the client is listening, or rather receiving,...rubidium
2010-11-30(svn r21358) -Codechange: make some network function names conform to coding ...rubidium
2010-11-28(svn r21350) -Fix: some indentationrubidium
2010-11-26(svn r21334) -Fix [FS#4271]: make (more) sure that the savegame and transferr...rubidium
2010-11-19(svn r21254) -Change: show a different "lag" message when a client is lagging...rubidium
2010-11-14(svn r21182) -Fix: possible just-freed memory readsrubidium
2010-10-24(svn r21032) -Codechange: perform some more strict tests on the server side w...rubidium
2010-10-24(svn r21030) -Codechange: move ClientStatus into the network server socket classrubidium
2010-10-24(svn r21029) -Codechange: split the map downloading packet + 3-state enum int...rubidium
2010-10-24(svn r21024) -Fix: erroneous tabrubidium
2010-10-20(svn r21001) -Fix [FS#4170] (r20936): clients were not always notified of a p...rubidium
2010-10-18(svn r20993) -Codechange: some shuffling of game protocol packet description ...rubidium
2010-10-17(svn r20973) -Add: chat sending and receiving support for remote admins (dihe...rubidium