aboutsummaryrefslogtreecommitdiff
path: root/real_main.c (unfollow)
Commit message (Expand)AuthorFilesLines
4 dayshax@andrewyu.org -> hax@runxiyu.orgHEADmasterTest_User1-1/+1
5 daysThis was missing, though not actually brokenTest_User1-0/+2
5 daysTell where to find hax_string and hax_tableTest_User1-0/+2
8 daysError message for when HaxServ `kill` can't find a targetTest_User1-0/+2
14 daysConvert to non-UB haxtable stuffTest_User8-589/+791
2024-09-04Remove duplicated protocols.c dependency resolutionTest_User1-2/+0
2024-09-04Separate haxstring/table from hereTest_User31-496/+76
2024-09-04Some prep for improved modulesTest_User1-7/+7
2024-08-31Fix a typoTest_User3-3/+3
2024-08-31Fix RSQUIT behaviorTest_User3-6/+16
2024-08-24Fix a bug preventing servers from messaging pseudoclientsTest_User1-1/+1
2024-08-17Make a useful error message for REGISTER with no certTest_User1-1/+6
2024-08-17Fix faulty inspircd3/4 SAVE usageTest_User2-2/+2
2024-08-17Nickname enforcement fixes/improvementsTest_User1-12/+52
2024-08-13Fix broken restoring of saved CFLAGS and LDFLAGSTest_User1-2/+2
2024-08-13IPPROTOTest_User1-1/+1
2024-08-12Improve accept retrying conditionsTest_User7-6/+12
2024-08-12compiler warnings are nice as usualTest_User1-1/+1
2024-08-10alloc-size warning is useless for here. It will only ever catch zero-length a...Test_User1-1/+1
2024-08-09Fix message to be correct regardless of stateTest_User1-2/+2
2024-08-08Deal with LDFLAGS tooTest_User1-0/+11
2024-08-07Add membership id handling for incoming inspircd 3/4 KICKsTest_User2-12/+66
2024-08-04Fix help messagesTest_User1-2/+2
2024-07-27networking: #include <netinet/in.h>Runxi Yu8-0/+8
2024-07-26NickServ FIX command, for cleaning up remnants of problems caused by bugsTest_User1-7/+104
2024-07-26CI: Use new example configsRunxi Yu4-8/+8
2024-07-26Makefile: Clarify error messages a bitRunxi Yu1-6/+5
2024-07-26Makefile: $(error) adds a final period so don't specify oneRunxi Yu1-1/+1