aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
AgeCommit message (Collapse)AuthorLines
2024-07-13VERS_NUM: rpblc-1.4.2Markus Uhlin-1/+1
2024-07-13SPDX tagged fileMarkus Uhlin-0/+3
2024-07-13Added codeMarkus Uhlin-2/+10
2024-07-13Made format constMarkus Uhlin-2/+2
2024-07-13Made the header usable from C++Markus Uhlin-0/+8
2024-07-13Updated the revision historyMarkus Uhlin-0/+1
2024-07-13Added 'iset' to the command listMarkus Uhlin-0/+2
2024-07-13Added a new commandMarkus Uhlin-0/+29
2024-07-09Check for a printable stringMarkus Uhlin-0/+4
2024-07-09Changed set_interface()Markus Uhlin-4/+16
2024-07-09Added 'interface'Markus Uhlin-0/+6
2024-07-08Updated the revision historyMarkus Uhlin-0/+1
2024-07-08Added variable 'interface'Markus Uhlin-0/+14
2024-07-08Updated the revision historyMarkus Uhlin-0/+1
2024-07-08Sorted second part of 'command_list'Markus Uhlin-2/+3
2024-07-08Reformatted second part of 'command_list'Markus Uhlin-112/+111
2024-07-08Sorted part of 'command_list'Markus Uhlin-7/+7
2024-07-08Reformatted part of 'command_list'Markus Uhlin-39/+39
2024-07-08Deleted non-existent commandMarkus Uhlin-1/+0
2024-07-07Sorted 'g_alias_list'Markus Uhlin-31/+35
2024-07-07Reformatted 'g_alias_list'Markus Uhlin-49/+49
2024-07-07Aligned declarationsMarkus Uhlin-2/+2
2024-07-07Updated the revision historyMarkus Uhlin-0/+2
2024-07-07Return value checkingMarkus Uhlin-4/+12
2024-07-07InitializationMarkus Uhlin-4/+4
2024-07-07Set to zeroMarkus Uhlin-0/+2
2024-07-07InitializationMarkus Uhlin-4/+4
2024-07-07Include errno.hMarkus Uhlin-0/+1
2024-07-07Updated the revision historyMarkus Uhlin-0/+2
2024-07-07Check the retval of fscanf()Markus Uhlin-1/+12
2024-07-07Check return valuesMarkus Uhlin-5/+11
2024-07-07Replaced rindex() with strrchr()Markus Uhlin-2/+2
2024-07-07Replaced index() with strchr()Markus Uhlin-2/+2
2024-07-07Updated the revision historyMarkus Uhlin-0/+2
2024-07-07Added parameter 'size' to psprintf_highlight() and replaced unbounded string ↵Markus Uhlin-17/+20
handling functions
2024-07-07Added usage of ARRAY_SIZE()Markus Uhlin-2/+2
2024-07-07Updated the revision historyMarkus Uhlin-0/+1
2024-07-07Made pprintf_dohightlight() and sprintf_dohightlight() privateMarkus Uhlin-4/+4
2024-07-06Added parameter 'size' to MakeFENpos() and replaced strcpy()Markus Uhlin-8/+11
2024-07-06Replaced bcopy() with memmove()Markus Uhlin-1/+1
2024-07-06Added a new type and replaced sprintf() calls with msnprintf()Markus Uhlin-13/+20
2024-07-06Deleted initial newlineMarkus Uhlin-1/+1
2024-07-05Updated the revision historyMarkus Uhlin-0/+2
2024-07-05Fixed unusual struct allocations and replaced strcpy() with strlcpy()Markus Uhlin-13/+26
2024-06-02Switched to usage of memcpy()Markus Uhlin-2/+5
2024-06-01Updated the revision historyMarkus Uhlin-0/+1
2024-06-01Added and made use of brand()Markus Uhlin-6/+16
2024-06-01Updated the revision historyMarkus Uhlin-0/+1
2024-06-01Added command-line option '-l'Markus Uhlin-1/+6
2024-06-01Line joiningMarkus Uhlin-14/+13