fixed copy/paste mistake
[umurmur.git] / shm_utils / mon-umurmurd / CHANGES
1 * BUG_FIX: Fix the screen not clearing when last person exits the server \r
2 \r
3 \r
4 * Code clean up\r
5 \r
6 \r
7 * Added more client data 99% of the useful client data shown\r
8 * rework Sharedmemory_update() to not use memcpy (requested by fatbob)\r
9 \r
10 \r
11 * Using a more modern unix sharedmemory API. this requires linking with librt.so  (requested by fatbob)\r
12 * Added away to know if umurmurd is not connected/updateing the shm_t struct. I use 8bit timer with \r
13   rollover protection see check_serverTick() and where I use the function near bottum of mon-umurmurd.c \r
14   for how to use this.\r
15 \r
16 \r
17 * code clean up and some comments added\r
18 * ~95% of the useful client data shown\r
19 * outputs a more meaningful idle and online time, both are reported in secs (error reported by fatbob)\r