Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-04-14 | Reformatted com_kibitz() | Markus Uhlin | -33/+43 | |
2024-04-14 | Reformatted com_tell() | Markus Uhlin | -32/+43 | |
2024-04-14 | Reformatted com_xtell() | Markus Uhlin | -46/+61 | |
2024-04-14 | Updated the changelog | Markus Uhlin | -0/+4 | |
2024-04-14 | Do not overwrite the data messages | Markus Uhlin | -1/+10 | |
2024-04-14 | Reformatted com_say() | Markus Uhlin | -10/+13 | |
2024-04-14 | Added blank lines | Markus Uhlin | -0/+3 | |
2024-04-14 | Moved include | Markus Uhlin | -1/+1 | |
2024-04-14 | Reformatted com_sendmessage() | Markus Uhlin | -35/+44 | |
2024-04-14 | Reformatted com_messages() | Markus Uhlin | -18/+22 | |
2024-04-14 | Reformatted com_clearmessages() | Markus Uhlin | -16/+19 | |
2024-04-14 | Added blank lines | Markus Uhlin | -0/+3 | |
2024-04-14 | Reformatted com_znotify() | Markus Uhlin | -29/+39 | |
2024-04-14 | Switched to a while loop | Markus Uhlin | -2/+4 | |
2024-04-14 | Reformatted com_qtell() | Markus Uhlin | -98/+114 | |
2024-04-14 | Updated the changelog1.2 | Markus Uhlin | -1/+1 | |
2024-04-14 | VERS_NUM: rpblc-1.2 | Markus Uhlin | -1/+1 | |
2024-04-14 | Updated the changelog | Markus Uhlin | -12/+12 | |
2024-04-13 | Fixed format string | Markus Uhlin | -2/+3 | |
2024-04-13 | Made 'styleFuncs' private | Markus Uhlin | -1/+1 | |
2024-04-13 | Deleted gap | Markus Uhlin | -1/+1 | |
2024-04-13 | Added a parameter list | Markus Uhlin | -1/+1 | |
2024-04-13 | Updated the revision history | Markus Uhlin | -0/+2 | |
2024-04-13 | Added parameter 'bufsize' to append_holding_machine() and ↵ | Markus Uhlin | -16/+20 | |
append_holding_display() and replaced remaining strcat() calls with mstrlcat() | ||||
2024-04-13 | Replaced strcat() calls with mstrlcat() | Markus Uhlin | -68/+81 | |
2024-04-13 | Replaced sprintf() calls with msnprintf() | Markus Uhlin | -32/+38 | |
2024-04-13 | Updated the changelog | Markus Uhlin | -0/+2 | |
2024-04-13 | Updated the revision history | Markus Uhlin | -0/+2 | |
2024-04-13 | strlcat() -> mstrlcat() | Markus Uhlin | -1/+1 | |
2024-04-13 | strlcpy() -> mstrlcpy() | Markus Uhlin | -30/+30 | |
2024-04-13 | Switched to the usage of msnprintf() which warns about truncation | Markus Uhlin | -13/+14 | |
2024-04-13 | Added info | Markus Uhlin | -0/+32 | |
2024-04-13 | of -> for | Markus Uhlin | -1/+1 | |
2024-04-13 | Added a new section ("Creating registered players") | Markus Uhlin | -0/+19 | |
2024-04-13 | Switched to usage of warn() | Markus Uhlin | -2/+3 | |
2024-04-13 | My utils | Markus Uhlin | -0/+69 | |
2024-04-13 | Updated the changelog | Markus Uhlin | -0/+1 | |
2024-04-13 | Checked out file by tag 1.0 | Markus Uhlin | -161/+134 | |
2024-04-13 | Updated the changelog | Markus Uhlin | -0/+6 | |
2024-04-13 | Checked out files by tag 1.0 | Markus Uhlin | -1649/+1315 | |
2024-04-08 | Updated the changelog | Markus Uhlin | -0/+1 | |
2024-04-08 | Switched to the usage of warn() | Markus Uhlin | -8/+8 | |
2024-04-08 | Line terminate | Markus Uhlin | -1/+1 | |
2024-04-07 | Revised on_channel() | Markus Uhlin | -5/+7 | |
2024-04-07 | Moved the function declarations of com_partner() and com_variables() | Markus Uhlin | -2/+4 | |
2024-04-07 | Updated the revision history | Markus Uhlin | -0/+1 | |
2024-04-07 | Added parameter list to alias_lookup() | Markus Uhlin | -1/+1 | |
2024-04-07 | Deleted gethostname() | Markus Uhlin | -1/+0 | |
2024-04-07 | Updated the changelog | Markus Uhlin | -0/+2 | |
2024-04-07 | Fixed bogus type of 'nowtime' | Markus Uhlin | -3/+3 | |