rubidium
|
c4aa943aaa
|
(svn r22424) -Document: some more bits
|
2011-05-05 16:24:48 +00:00 |
|
rubidium
|
1ef751e855
|
(svn r22423) -Document: some network stuff
|
2011-05-04 20:24:23 +00:00 |
|
rubidium
|
944a5cb7aa
|
(svn r22423) -Document: some network stuff
|
2011-05-04 20:24:23 +00:00 |
|
rubidium
|
8430fadcbb
|
(svn r22368) -Codechange: move the IP address field from the ClientInfo to ClientSocket
|
2011-04-22 16:03:48 +00:00 |
|
rubidium
|
2cae0cd54c
|
(svn r22368) -Codechange: move the IP address field from the ClientInfo to ClientSocket
|
2011-04-22 16:03:48 +00:00 |
|
rubidium
|
9328b8b63d
|
(svn r22363) -Codechange: NetworkFindClientStateFromClientID -> NetworkClientSocket::GetByClientID
|
2011-04-22 15:54:42 +00:00 |
|
rubidium
|
f1d0c1a746
|
(svn r22363) -Codechange: NetworkFindClientStateFromClientID -> NetworkClientSocket::GetByClientID
|
2011-04-22 15:54:42 +00:00 |
|
rubidium
|
0a7dcc9781
|
(svn r22362) -Codechange: NetworkFindClientInfoFromClientID -> NetworkClientInfo::GetByClientID
|
2011-04-22 15:54:16 +00:00 |
|
rubidium
|
bc9a803ea9
|
(svn r22362) -Codechange: NetworkFindClientInfoFromClientID -> NetworkClientInfo::GetByClientID
|
2011-04-22 15:54:16 +00:00 |
|
smatz
|
c85e1c3089
|
(svn r22116) -Codechange: use PoolBase::Clean() at more places
|
2011-02-19 23:05:47 +00:00 |
|
smatz
|
756cc6cf65
|
(svn r22116) -Codechange: use PoolBase::Clean() at more places
|
2011-02-19 23:05:47 +00:00 |
|
rubidium
|
6e898d4bba
|
(svn r22032) -Codechange: add some asserts to verify we don't allocate too many NetworkClientSockets/Infos
|
2011-02-08 21:47:10 +00:00 |
|
rubidium
|
05a846a574
|
(svn r22032) -Codechange: add some asserts to verify we don't allocate too many NetworkClientSockets/Infos
|
2011-02-08 21:47:10 +00:00 |
|
rubidium
|
f1e42dc23b
|
(svn r21854) -Codechange: refactor the password setting methods to make it possible to change the password of other companies (on the server)
|
2011-01-19 16:47:40 +00:00 |
|
rubidium
|
795a528328
|
(svn r21854) -Codechange: refactor the password setting methods to make it possible to change the password of other companies (on the server)
|
2011-01-19 16:47:40 +00:00 |
|
rubidium
|
a5108a1fa2
|
(svn r21853) -Codechange: HashCurrentCompanyPassword is only used by servers, so move it to network_server.* (dihedral)
|
2011-01-19 16:37:06 +00:00 |
|
rubidium
|
e54a1f6721
|
(svn r21853) -Codechange: HashCurrentCompanyPassword is only used by servers, so move it to network_server.* (dihedral)
|
2011-01-19 16:37:06 +00:00 |
|
rubidium
|
ebc3fa3b93
|
(svn r21852) -Codechange: generalise GenerateCompanyPasswordHash (dihedral)
|
2011-01-19 16:35:11 +00:00 |
|
rubidium
|
e95718bf43
|
(svn r21852) -Codechange: generalise GenerateCompanyPasswordHash (dihedral)
|
2011-01-19 16:35:11 +00:00 |
|
rubidium
|
01b7b94052
|
(svn r21851) -Codechange: rename NetworkClientSetPassword to NetworkClientSetCompanyPassword (dihedral)
|
2011-01-19 16:32:23 +00:00 |
|
rubidium
|
c9609bbbc2
|
(svn r21851) -Codechange: rename NetworkClientSetPassword to NetworkClientSetCompanyPassword (dihedral)
|
2011-01-19 16:32:23 +00:00 |
|
rubidium
|
29ecb58682
|
(svn r21850) -Codechange: move password hashing to a more general location (dihedral)
|
2011-01-19 16:30:09 +00:00 |
|
rubidium
|
a82118f360
|
(svn r21850) -Codechange: move password hashing to a more general location (dihedral)
|
2011-01-19 16:30:09 +00:00 |
|
rubidium
|
692e61d1dc
|
(svn r21701) -Codechange: ConsoleColour = TextColour, so make it that way and remove some unneeded casts
|
2011-01-03 12:01:41 +00:00 |
|
rubidium
|
b25cf57542
|
(svn r21701) -Codechange: ConsoleColour = TextColour, so make it that way and remove some unneeded casts
|
2011-01-03 12:01:41 +00:00 |
|
rubidium
|
30e78752a9
|
(svn r21513) -Feature [FS#532]: make the chat message timeout user configurable
|
2010-12-14 15:00:43 +00:00 |
|
rubidium
|
b149fcd127
|
(svn r21513) -Feature [FS#532]: make the chat message timeout user configurable
|
2010-12-14 15:00:43 +00:00 |
|
rubidium
|
2074b4ddce
|
(svn r21512) -Change/Feature: make the delay of the chat messages timing out unrelated to the number of passed game days, i.e. don't stop aging chat messages when the server is paused
|
2010-12-14 14:57:51 +00:00 |
|
rubidium
|
e68efb9e71
|
(svn r21512) -Change/Feature: make the delay of the chat messages timing out unrelated to the number of passed game days, i.e. don't stop aging chat messages when the server is paused
|
2010-12-14 14:57:51 +00:00 |
|
rubidium
|
dd618051a7
|
(svn r21412) -Codechange: limit company name by amount of characters, not bytes
|
2010-12-05 22:24:50 +00:00 |
|
rubidium
|
cf61c2f11f
|
(svn r21412) -Codechange: limit company name by amount of characters, not bytes
|
2010-12-05 22:24:50 +00:00 |
|
rubidium
|
c7066d00af
|
(svn r21358) -Codechange: make some network function names conform to coding style
|
2010-11-30 13:38:46 +00:00 |
|
rubidium
|
b6c2216749
|
(svn r21358) -Codechange: make some network function names conform to coding style
|
2010-11-30 13:38:46 +00:00 |
|
rubidium
|
e1aeb90ca5
|
(svn r21308) -Fix [FS#4262] (r20933-ish): crash upon desync
|
2010-11-23 23:59:24 +00:00 |
|
rubidium
|
bb02e30a37
|
(svn r21308) -Fix [FS#4262] (r20933-ish): crash upon desync
|
2010-11-23 23:59:24 +00:00 |
|
rubidium
|
5ec2bcc0d9
|
(svn r21157) -Codechange: remove information about the text direction out of the language "list"
|
2010-11-13 09:56:25 +00:00 |
|
rubidium
|
30637a8340
|
(svn r21157) -Codechange: remove information about the text direction out of the language "list"
|
2010-11-13 09:56:25 +00:00 |
|
rubidium
|
242110b8cb
|
(svn r21030) -Codechange: move ClientStatus into the network server socket class
|
2010-10-24 20:07:32 +00:00 |
|
rubidium
|
f24c91c487
|
(svn r21030) -Codechange: move ClientStatus into the network server socket class
|
2010-10-24 20:07:32 +00:00 |
|
rubidium
|
5f4a1fa39d
|
(svn r21004) -Fix [FS#3746]: chat/console messages got sometimes messed up due to LTR names in RTL translations and vice-versa
|
2010-10-21 20:12:48 +00:00 |
|
rubidium
|
87edf2524d
|
(svn r21004) -Fix [FS#3746]: chat/console messages got sometimes messed up due to LTR names in RTL translations and vice-versa
|
2010-10-21 20:12:48 +00:00 |
|
rubidium
|
334856bf7c
|
(svn r20988) -Fix [FS#4167]: no need to send packets and possibly get the connection closed when the next call also tries to send the packets and then closes the connection. Especially if the former frees a structure that the latter assumes to be still there
|
2010-10-18 10:44:51 +00:00 |
|
rubidium
|
44a03d0478
|
(svn r20988) -Fix [FS#4167]: no need to send packets and possibly get the connection closed when the next call also tries to send the packets and then closes the connection. Especially if the former frees a structure that the latter assumes to be still there
|
2010-10-18 10:44:51 +00:00 |
|
rubidium
|
6730afd2d5
|
(svn r20978) -Fix (r20963): MSVC seems to be complaining more than GCC once again :)
|
2010-10-17 17:52:12 +00:00 |
|
rubidium
|
9a5e272195
|
(svn r20978) -Fix (r20963): MSVC seems to be complaining more than GCC once again :)
|
2010-10-17 17:52:12 +00:00 |
|
rubidium
|
7d42a44556
|
(svn r20966) -Change: enable remote administration sockets (parts by Yexo and dihedral)
|
2010-10-17 17:35:42 +00:00 |
|
rubidium
|
7cc8a363d8
|
(svn r20966) -Change: enable remote administration sockets (parts by Yexo and dihedral)
|
2010-10-17 17:35:42 +00:00 |
|
rubidium
|
b6799a23c4
|
(svn r20938) -Codechange: make the code for listening on a socket (more) reusable
|
2010-10-15 21:56:06 +00:00 |
|
rubidium
|
234bee0858
|
(svn r20938) -Codechange: make the code for listening on a socket (more) reusable
|
2010-10-15 21:56:06 +00:00 |
|
rubidium
|
332a1bfdea
|
(svn r20936) -Codechange: make server side packet sending methods class methods
|
2010-10-15 20:25:07 +00:00 |
|