Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2023-12-12 | Reformatted usage() | Markus Uhlin | -6/+9 |
2023-12-12 | Reformatted functions | Markus Uhlin | -82/+99 |
2023-12-10 | Updated the revision history | Markus Uhlin | -1/+2 |
2023-12-10 | Deleted code | Markus Uhlin | -21/+0 |
2023-12-10 | Sorted the includes | Markus Uhlin | -9/+10 |
2023-12-10 | Deleted include | Markus Uhlin | -1/+0 |
2023-12-10 | Deleted trailing whitespace characters | Markus Uhlin | -1/+1 |
2023-12-10 | Disabled unused private functions | Markus Uhlin | -0/+4 |
2023-12-10 | Reformatted the file | Markus Uhlin | -32/+40 |
2023-12-10 | Sorted the includes | Markus Uhlin | -2/+3 |
2023-12-10 | Added argument lists for the function declarations | Markus Uhlin | -7/+6 |
2023-12-10 | Check for truncation | Markus Uhlin | -3/+8 |
2023-12-10 | com_mailmess: replaced sprintf() calls with snprintf() | Markus Uhlin | -2/+3 |
2023-12-10 | Updated the changelog | Markus Uhlin | -0/+1 |
2023-12-10 | Fixed possible buffer overflows | Markus Uhlin | -3/+3 |
2023-12-10 | Reformatted com_mailmess() | Markus Uhlin | -22/+25 |
2023-12-10 | Added the argument list for com_mailmess() | Markus Uhlin | -1/+1 |
2023-12-10 | Revamped the function com_inchannel() | Markus Uhlin | -39/+55 |
2023-12-10 | Updated the revision history | Markus Uhlin | -0/+1 |
2023-12-10 | Updated the changelog | Markus Uhlin | -0/+1 |
2023-12-10 | Fixed comparison between pointer and integer in com_inchannel() | Markus Uhlin | -1/+1 |
2023-12-10 | Added the arugment list for com_inchannel() | Markus Uhlin | -1/+3 |
2023-12-10 | Deleted disabled code | Markus Uhlin | -61/+0 |
2023-12-10 | Deleted disabled code | Markus Uhlin | -84/+0 |
2023-12-10 | VERS_NUM: 1.6.2-1.0 | Markus Uhlin | -1/+1 |
2023-12-10 | Updated the changelog | Markus Uhlin | -0/+1 |
2023-12-10 | Deleted disabled code | Markus Uhlin | -115/+0 |
2023-12-10 | Deleted function declarations | Markus Uhlin | -4/+0 |
2023-12-10 | Updated the revision history | Markus Uhlin | -1/+2 |
2023-12-10 | Sorted the includes | Markus Uhlin | -6/+6 |
2023-12-10 | command_list: deleted 'channel' | Markus Uhlin | -1/+0 |
2023-12-10 | Deleted com_channel() | Markus Uhlin | -44/+1 |
2023-12-10 | Deleted trailing whitespace characters | Markus Uhlin | -8/+8 |
2023-12-10 | Sorted the declarations | Markus Uhlin | -14/+15 |
2023-12-10 | Updated the revision history | Markus Uhlin | -2/+3 |
2023-12-10 | Deleted com_query() | Markus Uhlin | -51/+0 |
2023-12-10 | Deleted preprocessor if-else | Markus Uhlin | -6/+0 |
2023-12-10 | Sorted the includes | Markus Uhlin | -11/+11 |
2023-12-10 | Deleted includes | Markus Uhlin | -2/+0 |
2023-12-10 | Deleted trailing whitespace characters | Markus Uhlin | -17/+17 |
2023-12-10 | Deleted check_emailaddr() | Markus Uhlin | -24/+2 |
2023-12-10 | mail_file_to_address: fixed possibly unused variables | Markus Uhlin | -24/+25 |
2023-12-10 | Added the argument list for mail_file_to_address() | Markus Uhlin | -1/+1 |
2023-12-10 | Deleted hashtbl.h | Markus Uhlin | -97/+0 |
2023-12-10 | Updated the changelog | Markus Uhlin | -0/+1 |
2023-12-10 | Fixed a bug in fix_time() -- did return a local address | Markus Uhlin | -18/+19 |
2023-12-10 | Updated the revision history | Markus Uhlin | -1/+2 |
2023-12-10 | Added the argument list for xstrdup() | Markus Uhlin | -1/+1 |
2023-12-10 | Deleted trailing whitespace characters | Markus Uhlin | -2/+1 |
2023-12-10 | Changed xstrdup() | Markus Uhlin | -7/+7 |