index
:
maxxe/fics
main
Free Internet Chess Server (FICS)
maxxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2024-01-03
Redefined ASSERT()
Markus Uhlin
-7
/
+5
2024-01-03
Added _assert_error()
Markus Uhlin
-0
/
+23
2024-01-03
Obsolete and not used
Markus Uhlin
-142
/
+0
2024-01-03
Not used anywhere
Markus Uhlin
-171
/
+0
2024-01-03
Deleted unnecessary parentheses
Markus Uhlin
-1
/
+1
2024-01-03
com_index: fixed incorrect size
Markus Uhlin
-1
/
+1
2024-01-03
Reformatted com_index()
Markus Uhlin
-27
/
+37
2024-01-03
Reformatted com_help()
Markus Uhlin
-40
/
+57
2024-01-01
Added empty lines
Markus Uhlin
-0
/
+2
2024-01-01
Deleted whitespace
Markus Uhlin
-1
/
+1
2024-01-01
Reformatted functions
Markus Uhlin
-38
/
+50
2024-01-01
Reformatted com_handles() and replaced sprintf() with snprintf()
Markus Uhlin
-11
/
+14
2024-01-01
Reformatted com_getpi()
Markus Uhlin
-19
/
+23
2024-01-01
Added whitespace after comma
Markus Uhlin
-1
/
+1
2024-01-01
Reformatted com_getps()
Markus Uhlin
-8
/
+12
2024-01-01
Reformatted com_limits()
Markus Uhlin
-21
/
+34
2024-01-01
Updated the revision history
Markus Uhlin
-0
/
+1
2024-01-01
Deleted com_createadmnews() and server_shutdown()
Markus Uhlin
-2
/
+0
2024-01-01
Added argument lists
Markus Uhlin
-39
/
+39
2024-01-01
Replaced sprintf() calls
Markus Uhlin
-4
/
+6
2024-01-01
Reformatted create_news_index()
Markus Uhlin
-34
/
+55
2024-01-01
Made vars private
Markus Uhlin
-5
/
+5
2024-01-01
Moved include
Markus Uhlin
-1
/
+1
2024-01-01
Compare against null
Markus Uhlin
-4
/
+5
2024-01-01
Return 0 instead of exit 0
Markus Uhlin
-1
/
+1
2024-01-01
Aligned assignments
Markus Uhlin
-9
/
+8
2024-01-01
Switched to usage of errx()
Markus Uhlin
-16
/
+11
2024-01-01
Lined up vars
Markus Uhlin
-5
/
+5
2024-01-01
Updated the changelog
Markus Uhlin
-0
/
+1
2024-01-01
Made 'firstGlobalList' private
Markus Uhlin
-1
/
+1
2024-01-01
Moved include
Markus Uhlin
-1
/
+1
2024-01-01
Updated the revision history
Markus Uhlin
-0
/
+1
2024-01-01
Replaced strcpy() call with strlcpy()
Markus Uhlin
-1
/
+10
2024-01-01
Deleted the srand() call because we are using arc4random
Markus Uhlin
-1
/
+0
2024-01-01
Added argument list to findConnection()
Markus Uhlin
-1
/
+1
2023-12-31
Added ClearTextListEntry()
Markus Uhlin
-7
/
+8
2023-12-31
Added player_notify_departure() to playerdb.h
Markus Uhlin
-4
/
+1
2023-12-31
Made functions private
Markus Uhlin
-2
/
+2
2023-12-31
Added player_array_init() to the header file -- it's public
Markus Uhlin
-2
/
+1
2023-12-31
Include rmalloc.h
Markus Uhlin
-1
/
+2
2023-12-31
Check the return of fgets() and trim the newline using strcspn()
Markus Uhlin
-3
/
+7
2023-12-31
Trim the newline using strcspn()
Markus Uhlin
-8
/
+8
2023-12-31
Switched to a C-style comment
Markus Uhlin
-1
/
+1
2023-12-31
ReadV1PlayerFmt: initialized 'tmp2'
Markus Uhlin
-1
/
+1
2023-12-31
Replaced sprintf() calls
Markus Uhlin
-3
/
+4
2023-12-31
Updated the revision history
Markus Uhlin
-1
/
+1
2023-12-31
Updated the changelog
Markus Uhlin
-0
/
+1
2023-12-31
player_pend_print: initialized the char buffers and got rid of a strcpy() call
Markus Uhlin
-3
/
+3
2023-12-31
Replaced a sprintf() call with snprintf()
Markus Uhlin
-1
/
+1
2023-12-31
Replaced strcat() calls
Markus Uhlin
-2
/
+13
[prev]
[next]