aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorLines
9 daysImproved mail_string_to_address()Markus Uhlin-8/+18
9 daysExclude a specific SEI CERT C check (cert-err34-c).Markus Uhlin-0/+1
After fixing atoi(). We want to keep using sscanf().
9 daysgot_attr_value_player: usage of get_uint()Markus Uhlin-1/+1
9 daysUpdated the revision historyMarkus Uhlin-0/+1
9 daysAdded begin/end declsMarkus Uhlin-0/+3
9 daysAdded get_uint()Markus Uhlin-0/+13
9 daysReplaced more atoi() callsMarkus Uhlin-10/+13
9 daysUpdated the revision historyMarkus Uhlin-0/+1
9 daysReplaced calls to atoi()Markus Uhlin-55/+55
11 daysUpdated the changelogMarkus Uhlin-0/+1
11 daysUpdated the revision historyMarkus Uhlin-0/+2
11 daysUpdated the revision historyMarkus Uhlin-0/+1
11 daysDefined and made use of get_intval() and get_timeval() which uses strtonum()Markus Uhlin-15/+38
11 daysAdded begin/end declsMarkus Uhlin-0/+5
12 daysUpdated the revision historyMarkus Uhlin-0/+1
12 daysUpdated the changelogMarkus Uhlin-0/+1
12 daysCheck signal() returnMarkus Uhlin-3/+6
12 daysUpdated the revision historyMarkus Uhlin-0/+4
12 daysUpdated the changelogMarkus Uhlin-0/+1
12 daysReplaced atoi() with strtol()Markus Uhlin-4/+6
13 daysUpdated the changelogMarkus Uhlin-0/+3
13 daysReplaced C-style headers in C++ filesMarkus Uhlin-12/+14
13 daysMore checksMarkus Uhlin-1/+17
2026-01-19Remove more filesMarkus Uhlin-0/+3
2026-01-19runpvs.sh -- initial revisionMarkus Uhlin-0/+6
2025-12-01v1.4.71.4.7Markus Uhlin-2/+2
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-27Cleared settingsMarkus Uhlin-4/+4
2025-11-27Only verify that path isn't nullMarkus Uhlin-5/+3
2025-11-26Updated the changelogMarkus Uhlin-0/+1
2025-11-26Fixed potentially uninitialized varsMarkus Uhlin-8/+20
2025-11-26Updated the changelogMarkus Uhlin-9/+9
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 ↵Markus Uhlin-1/+1
PVS-Studio)
2025-11-18Updated the changelogMarkus Uhlin-0/+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