Age | Commit message (Expand) | Author | Lines |
2024-11-19 | Updated the changelog | Markus Uhlin | -1/+3 |
2024-11-19 | plogins: added width spec | Markus Uhlin | -2/+5 |
2024-11-19 | Deleted unnecessary leading space chars | Markus Uhlin | -1/+1 |
2024-11-19 | Deleted space | Markus Uhlin | -1/+1 |
2024-11-19 | plogins: initialization | Markus Uhlin | -5/+5 |
2024-11-19 | Updated the revision history | Markus Uhlin | -0/+1 |
2024-11-19 | Improved com_news() | Markus Uhlin | -7/+22 |
2024-11-19 | com_news: initialization | Markus Uhlin | -4/+4 |
2024-07-07 | Added parameter 'size' to psprintf_highlight() and replaced unbounded string ... | Markus Uhlin | -5/+6 |
2024-05-25 | Included err.h | Markus Uhlin | -0/+2 |
2024-05-25 | Fixed usage of possibly uninitialized variable | Markus Uhlin | -0/+4 |
2024-03-23 | Marked not referenced function parameters | Markus Uhlin | -0/+30 |
2024-03-23 | Added param 'size' to AddPlayerLists() and replaced strcat() calls with strlc... | Markus Uhlin | -12/+12 |
2024-03-23 | Updated the revision history | Markus Uhlin | -0/+2 |
2024-03-23 | strlcat() plus truncation checks | Markus Uhlin | -3/+6 |
2024-03-23 | Added param 'dsize' to com_stats_rating() | Markus Uhlin | -6/+8 |
2024-03-23 | Replaced strcat() calls | Markus Uhlin | -18/+18 |
2024-03-23 | Replaced sprintf() calls | Markus Uhlin | -31/+38 |
2024-03-23 | Replaced strcpy() calls with strlcpy() and added initialization of char buffers | Markus Uhlin | -10/+10 |
2024-03-19 | Duplicated include file | Markus Uhlin | -1/+0 |
2024-01-06 | Updated the revision history | Markus Uhlin | -0/+2 |
2024-01-06 | Fixed potentially insecure format strings | Markus Uhlin | -6/+6 |
2024-01-04 | Corrected pprintf format specifiers | Markus Uhlin | -2/+2 |
2024-01-04 | Null check fgets() | Markus Uhlin | -2/+1 |
2024-01-04 | Check the return of sscanf() | Markus Uhlin | -4/+2 |
2024-01-04 | Set buffers to zero | Markus Uhlin | -2/+2 |
2024-01-03 | Replaced unbounded call | Markus Uhlin | -1/+1 |
2024-01-03 | Null check fgets() | Markus Uhlin | -2/+2 |
2024-01-03 | Added a destination size parameter to com_stats_andify() | Markus Uhlin | -5/+8 |
2024-01-03 | Replaced unbounded calls | Markus Uhlin | -4/+8 |
2024-01-03 | Reformatted com_quit() | Markus Uhlin | -11/+14 |
2024-01-03 | Reformatted com_set() | Markus Uhlin | -25/+29 |
2024-01-03 | Reformatted com_stats_andify() | Markus Uhlin | -16/+19 |
2024-01-03 | Reformatted com_stats_rating() | Markus Uhlin | -12/+20 |
2024-01-03 | Reformatted com_uptime() | Markus Uhlin | -42/+60 |
2024-01-03 | Switched to usage of 'who_cmp_t' | Markus Uhlin | -2/+1 |
2024-01-03 | Reformatted functions and replaced sprintf() calls with snprintf() | Markus Uhlin | -12/+18 |
2024-01-03 | Reformatted who_terse() | Markus Uhlin | -52/+58 |
2024-01-03 | Reformatted who_ok() | Markus Uhlin | -37/+47 |
2024-01-03 | Reformatted blitz_cmp() | Markus Uhlin | -20/+22 |
2024-01-03 | Reformatted light_cmp() | Markus Uhlin | -20/+22 |
2024-01-03 | Reformatted stand_cmp() | Markus Uhlin | -20/+22 |
2024-01-03 | Reformatted wild_cmp() | Markus Uhlin | -20/+22 |
2024-01-03 | Reformatted alpha_cmp() | Markus Uhlin | -12/+14 |
2024-01-03 | Reformatted com_who() | Markus Uhlin | -167/+188 |
2024-01-03 | Reformatted com_refresh() | Markus Uhlin | -31/+39 |
2024-01-03 | Reformatted functions | Markus Uhlin | -25/+28 |
2024-01-03 | Reformatted functions | Markus Uhlin | -14/+18 |
2024-01-03 | time(0) -> time(NULL) | Markus Uhlin | -3/+3 |
2024-01-03 | Reformatted sort_players() and made it private | Markus Uhlin | -8/+6 |