Volker Fischer
|
a49ef5c6bc
|
server list entry work (colors), some code cleanup
|
2011-04-18 20:42:37 +00:00 |
|
Volker Fischer
|
b39576d8d6
|
only show servers if we get a ping from them, added some test code
|
2011-04-17 21:01:24 +00:00 |
|
Volker Fischer
|
375a9f2908
|
support for the ping time measurement for each server list item
|
2011-04-14 20:47:55 +00:00 |
|
Volker Fischer
|
043a7f28e1
|
some cleanup for the server
|
2011-04-14 19:40:12 +00:00 |
|
Volker Fischer
|
a238cd9569
|
first working initial server list implementation
|
2011-04-14 06:46:21 +00:00 |
|
Volker Fischer
|
da9af48062
|
some more connect dialog work
|
2011-04-11 19:09:01 +00:00 |
|
Volker Fischer
|
7619ed2591
|
better solution for Mutex problem
|
2011-04-10 18:20:02 +00:00 |
|
Volker Fischer
|
79e0982ff0
|
some more server list implementations, some code cleanup
|
2011-04-09 19:42:30 +00:00 |
|
Volker Fischer
|
8447c1ea32
|
even more server list implementation
|
2011-04-09 15:30:58 +00:00 |
|
Volker Fischer
|
fa76bbab4c
|
some more server list work
|
2011-04-09 12:04:27 +00:00 |
|
Volker Fischer
|
7e1ff9c38a
|
create server list function
|
2011-04-09 11:12:32 +00:00 |
|
Volker Fischer
|
77a387ade4
|
attached one message to the server list
|
2011-04-09 10:53:34 +00:00 |
|
Volker Fischer
|
8dbb1949db
|
some more server list preparation work
|
2011-04-07 19:09:08 +00:00 |
|
Volker Fischer
|
1d4a7df6b5
|
give more flexibility with the client port numbers
|
2011-04-07 18:26:54 +00:00 |
|
Volker Fischer
|
24f707f2e7
|
removed connecion less channel class since it is not required
|
2011-04-06 19:01:39 +00:00 |
|
Volker Fischer
|
1f1e36876e
|
small change
|
2011-04-06 18:03:43 +00:00 |
|
Volker Fischer
|
c6068689d5
|
bug fix, exchanged std:string by QString, some code style changes
|
2011-04-06 18:02:44 +00:00 |
|
Volker Fischer
|
ab4775f6a0
|
support for some more connection less channel messages for the central server
|
2011-04-05 20:09:16 +00:00 |
|
Volker Fischer
|
36d13454b3
|
added a command line argument, some code style changes
|
2011-04-05 18:38:22 +00:00 |
|
Volker Fischer
|
74ac1d075f
|
added a command line argument, some code style changes
|
2011-04-05 18:34:34 +00:00 |
|
Volker Fischer
|
bebe50aa55
|
added a comment
|
2011-04-04 19:00:54 +00:00 |
|
Volker Fischer
|
cb2a72c996
|
some more server list implementation, some code style changes
|
2011-04-04 18:57:49 +00:00 |
|
Volker Fischer
|
daa8a0eecb
|
implementation of all necessary connection less messages finished
|
2011-04-03 18:27:11 +00:00 |
|
Volker Fischer
|
ae660bb459
|
added request server list message
|
2011-04-03 17:36:45 +00:00 |
|
Volker Fischer
|
d2a80ed1b2
|
finished server list message
|
2011-04-02 20:12:55 +00:00 |
|
Volker Fischer
|
c4a578c85a
|
support for creating server list message
|
2011-04-02 19:00:11 +00:00 |
|
Volker Fischer
|
53e8cabdbe
|
we need more server list classes with slightly different properties
|
2011-04-02 18:25:13 +00:00 |
|
Volker Fischer
|
5ca224af19
|
QT does not use unsigned int for their "size()" functions, therefore we also do not use it for our sizes (it is actually not required here)
|
2011-04-02 12:23:36 +00:00 |
|
Volker Fischer
|
24ecf0c3f0
|
finished register server protocol message
|
2011-04-02 12:07:42 +00:00 |
|
Volker Fischer
|
a41a79eeb8
|
fix
|
2011-04-01 20:07:29 +00:00 |
|
Volker Fischer
|
1e245e428e
|
increase maximum possible channels to 12
|
2011-04-01 20:06:14 +00:00 |
|
Volker Fischer
|
c01905fc51
|
moved string parsing in separate function
|
2011-04-01 19:38:43 +00:00 |
|
Volker Fischer
|
266107b969
|
some cleanup, moved some code in a separate function
|
2011-04-01 18:09:58 +00:00 |
|
Volker Fischer
|
0f35bab777
|
bug fix
|
2011-03-31 20:06:48 +00:00 |
|
Volker Fischer
|
81b310713d
|
added creation of server info protocol message, some cleanup
|
2011-03-31 20:05:55 +00:00 |
|
Volker Fischer
|
c8731e6be6
|
same fixes, some cleanup, some server list implementation
|
2011-03-31 18:25:14 +00:00 |
|
Volker Fischer
|
d470a0bb68
|
use units in constants (e.g. HZ, MS), some more work on server list
|
2011-03-31 07:10:43 +00:00 |
|
Volker Fischer
|
2b594ad000
|
added some test code
|
2011-03-30 17:58:45 +00:00 |
|
Volker Fischer
|
a6a6ffeda8
|
code cleanup (put functionality in separate function to avoid copied code)
|
2011-03-30 08:03:54 +00:00 |
|
Volker Fischer
|
9feff9057a
|
prepared everything for transmitting/receiving the first connection less ping time measurement
|
2011-03-30 07:55:43 +00:00 |
|
Volker Fischer
|
0cff6af6d8
|
connection less messages system requires the host address to always be available (not stored in channel object)
|
2011-03-29 20:11:03 +00:00 |
|
Volker Fischer
|
e2f028eae7
|
some more work on connection dialog
|
2011-03-29 07:21:00 +00:00 |
|
Volker Fischer
|
82e2f301ee
|
preparations for new connect dialog
|
2011-03-27 17:57:46 +00:00 |
|
Volker Fischer
|
184b995904
|
support for server full message and parsing of connection less messages at the server
|
2011-03-27 16:13:44 +00:00 |
|
Volker Fischer
|
9903fab723
|
prevent the regular protocol parser to parse connection less messages
|
2011-03-27 14:00:58 +00:00 |
|
Volker Fischer
|
5aa210533b
|
fixed some compiler warnings
|
2011-03-27 12:28:43 +00:00 |
|
Volker Fischer
|
8926dec08b
|
some more work for connection less protocl mechanism
|
2011-03-27 08:56:24 +00:00 |
|
Volker Fischer
|
e5d868fe20
|
initial work for server list implementation
|
2011-03-23 20:09:51 +00:00 |
|
Volker Fischer
|
acc7b0df77
|
updates for the change log and the readme file
|
2011-03-22 21:20:26 +00:00 |
|
Volker Fischer
|
d05aa9fc87
|
fixes for the whats this help
|
2011-03-22 21:10:39 +00:00 |
|