aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
AgeCommit message (Expand)AuthorLines
6 dayspsend_raw_file: added null checkMarkus Uhlin-0/+5
6 daysDiscarded function return valuesMarkus Uhlin-2/+2
6 daysImproved pcommand()Markus Uhlin-8/+13
7 daysUpdated the revision historyMarkus Uhlin-0/+1
7 daysImproved mail_file_to_address()Markus Uhlin-13/+30
7 dayspclose() sets errno so use warn()Markus Uhlin-1/+1
7 daysMember initializersMarkus Uhlin-4/+2
7 daysImproved mail_string_to_address()Markus Uhlin-8/+18
8 daysgot_attr_value_player: usage of get_uint()Markus Uhlin-1/+1
8 daysUpdated the revision historyMarkus Uhlin-0/+1
8 daysAdded begin/end declsMarkus Uhlin-0/+3
8 daysAdded get_uint()Markus Uhlin-0/+13
8 daysReplaced more atoi() callsMarkus Uhlin-10/+13
8 daysUpdated the revision historyMarkus Uhlin-0/+1
8 daysReplaced calls to atoi()Markus Uhlin-55/+55
9 daysUpdated the revision historyMarkus Uhlin-0/+2
9 daysUpdated the revision historyMarkus Uhlin-0/+1
9 daysDefined and made use of get_intval() and get_timeval() which uses strtonum()Markus Uhlin-15/+38
9 daysAdded begin/end declsMarkus Uhlin-0/+5
10 daysUpdated the revision historyMarkus Uhlin-0/+1
10 daysCheck signal() returnMarkus Uhlin-3/+6
10 daysUpdated the revision historyMarkus Uhlin-0/+4
10 daysReplaced atoi() with strtol()Markus Uhlin-4/+6
11 daysReplaced C-style headers in C++ filesMarkus Uhlin-12/+14
2025-12-01v1.4.71.4.7Markus Uhlin-1/+1
2025-11-29Print the file path to the admin listMarkus Uhlin-1/+2
2025-11-29Array bounds checkingMarkus Uhlin-1/+2
2025-11-29Increased the dir/file permissionsMarkus Uhlin-2/+3
2025-11-27Changed error descriptionsMarkus Uhlin-2/+2
2025-11-27Moved back callsMarkus Uhlin-4/+4
2025-11-27Read the confMarkus Uhlin-0/+5
2025-11-27Only verify that path isn't nullMarkus Uhlin-5/+3
2025-11-26Fixed potentially uninitialized varsMarkus Uhlin-8/+20
2025-11-22NULL -> nullptrMarkus Uhlin-1/+1
2025-11-22Allow the space characterMarkus Uhlin-1/+1
2025-11-21Usage of strcmp()Markus Uhlin-1/+1
2025-11-21Save levels of indentationMarkus Uhlin-5/+3
2025-11-21Check the settings on installationMarkus Uhlin-2/+47
2025-11-19Added is_numeric()Markus Uhlin-0/+15
2025-11-18Fixed warnings found by CoverityMarkus Uhlin-3/+12
2025-11-18More usage of emplace_back()Markus Uhlin-0/+4
2025-11-18Usage of emplace_back()Markus Uhlin-0/+4
2025-11-18GetPlayersFormula: fixed possible out-of-bounds array access (found by PVS-St...Markus Uhlin-1/+1
2025-11-18Updated the revision historyMarkus Uhlin-0/+2
2025-11-18Fixed null pointer dereference in UpdateRank() -- found by PVS-StudioMarkus Uhlin-2/+10
2025-11-18Updated the revision historyMarkus Uhlin-0/+2
2025-11-18Fixed possible array underrun -- found by PVS-StudioMarkus Uhlin-0/+11
2025-11-11Array bounds checking (found by PVS-Studio)Markus Uhlin-1/+1
2025-11-11ngc2: check that net_connected_host() is okMarkus Uhlin-1/+8
2025-11-11ngc2: net_addConnection: compare against non-zeroMarkus Uhlin-1/+1