summaryrefslogtreecommitdiff
path: root/src/network/network_server.cpp
AgeCommit message (Expand)Author
2010-04-11(svn r19610) -Codechange: rename STATUS_AUTH to STATUS_AUTHORIZEDsmatz
2010-04-11(svn r19608) -Fix: do not kick client if he entered password and the password...smatz
2010-04-11(svn r19607) -Codechange: use different packet types instead of packet subtypessmatz
2010-04-08(svn r19589) -Change: add some more useful information to the desync log and ...rubidium
2010-02-25(svn r19255) -Codechange: encapsulate GRFIdentifier in GRFConfig instead of s...yexo
2010-02-09(svn r19072) -Fix [FS#3599]: possible read/write after free when the client t...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 r18804) -Codechange: guard against binaries claiming to be compatible wi...rubidium
2010-01-11(svn r18782) -Codechange: move the content of callback_table.cpp to network_c...rubidium
2009-12-02(svn r18381) -Codechange: Add RoadVehicle::IsBus() to simplify some stuff.frosch
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-05(svn r17977) -Fix: Busses and trucks are distinguished by cargo class.frosch
2009-10-09(svn r17746) -Codechange: 'operator new' doesn't return NULL, NetworkSend_Ini...smatz
2009-10-07(svn r17743) -Fix: (post 0.7) memory leak in server in case handling a packet...rubidium
2009-10-07(svn r17742) -Codechange: remove unused variable from Recv_Packetrubidium
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-09-22(svn r17617) -Codechange: make the server side packet handling be more like t...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
2009-08-05(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...rubidium
2009-06-23(svn r16634) -Codechange: use Company::IsHumanID() instead of IsHumanCompany()smatz
2009-06-19(svn r16601) -Fix [FS#2880]: try 2... hopefully better this timerubidium
2009-06-18(svn r16592) -Fix [FS#2880]: 'connection lost' was also shown when the client...rubidium
2009-06-10(svn r16559) -Codechange: introduce Company::IsValidAiID() and Company::IsVal...smatz
2009-06-01(svn r16491) -Codechange: Added parentheses around bitwise operators for code...alberth
2009-05-26(svn r16437) -Codechange: remove the hack that for CMD_COMPANY_CTRL the compa...rubidium
2009-05-24(svn r16422) -Codechange: use const_cast for removing const and warn when con...rubidium
2009-05-22(svn r16379) -Codechange: remove GetNumTowns(), GetNumIndustries() and GetAct...smatz
2009-05-17(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal...smatz
2009-05-16(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)smatz
2009-05-06(svn r16242) -Codechange: rework pausingrubidium
2009-04-26(svn r16176) -Fix: forbid joining AI companies via the 'move' and 'join' cons...yexo
2009-04-26(svn r16175) -Fix: Disable the join button in the multiplayer lobby for AI co...yexo
2009-04-07(svn r15967) -Codechange: do not access NetworkSocketHandler::has_quit directlyrubidium
2009-04-04(svn r15947) -Codechange: replace uint32 client_ip with NetworkAddress client...rubidium
2009-04-03(svn r15931) -Codechange: let the host and ban lists use of SmallVector.rubidium
2009-03-25(svn r15848) -Feature: Add autoclean_novehicles setting which will, when auto...peter1138
2009-03-19(svn r15773) -Fix [FS#2475]: number of active clients wasn't always properlyrubidium
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-03-06(svn r15628) -Fix [FS#2705]: kicking/banning a client from the Client list wi...smatz
2009-02-09(svn r15428) -Codechange: consistently use colour instead of having both colo...rubidium
2009-02-07(svn r15395) -Fix [FS#2611] (r15377): one couldn't reset companies anymore in...rubidium
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-23(svn r15247) -Change: show a lock near the password/join button in the compan...rubidium
2009-01-23(svn r15242) -Feature: allow moving clients between companies/spectators by t...rubidium
2009-01-21(svn r15200) -Feature: give server admins a tool to combat profanity in nick ...rubidium