summaryrefslogtreecommitdiff
path: root/src/network/network_func.h
AgeCommit message (Expand)Author
2009-03-19(svn r15773) -Fix [FS#2475]: number of active clients wasn't always properlyrubidium
2009-03-06(svn r15628) -Fix [FS#2705]: kicking/banning a client from the Client list wi...smatz
2009-02-09(svn r15425) -Codechange: some color->colour changes and type safety.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
2009-01-20(svn r15163) -Change/Fix: use a non-blocking method to resolve the hostname a...rubidium
2009-01-20(svn r15157) -Codechange: wrap the hostname/ip and port into a single structu...rubidium
2009-01-19(svn r15155) -Codechange: remove unused return valuerubidium
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2008-12-29(svn r14764) -Codechange: make the '***' chat messages like "Game paused (not...rubidium
2008-12-23(svn r14723) -Codechange: shuffling some stuff around to reduce indirect #inc...rubidium
2008-12-23(svn r14719) -Codechange: replace DEREF_CLIENT with an instance function and ...rubidium
2008-12-22(svn r14718) -Change: remove some direct network core variable accesses from ...rubidium
2008-12-22(svn r14717) -Change: more 'Index' -> ClientID to not confuse ClientID and Cl...rubidium
2008-12-22(svn r14716) -Codechange: move more network core querying to the network files.rubidium
2008-12-22(svn r14715) -Codechange: move some network code from the main gui file into ...rubidium
2008-12-22(svn r14714) -Codechange: only allocate the company network "state" variables...rubidium
2008-12-22(svn r14712) -Codechange: split server and client side w.r.t. the storage of ...rubidium
2008-12-22(svn r14711) -Codechange: don't misuse the _network_company_info password fie...rubidium
2008-12-22(svn r14709) -Codechange: make a clearer distinction between 'unique' client ...rubidium
2008-10-14(svn r14466) -Doc: remove some obsolete parameters, fix a few parameter names...rubidium
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-08-11(svn r14047) -Codechange: move chatmessage handling to the network directory ...rubidium
2008-06-03(svn r13369) -Codechange: remove duplication of network configuration setting...rubidium
2008-05-30(svn r13343) -Codechange: reorder/move variable/functions in the network head...rubidium