Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust parsing stuffHEADmaster | Test_User | 2024-10-29 | 3 | -15/+9 |
| | |||||
* | Fix some header inclusions | Test_User | 2024-10-28 | 11 | -9/+7 |
| | |||||
* | Deadlock, but intentionally, bc pthread weirdness | Test_User | 2024-10-03 | 1 | -1/+4 |
| | |||||
* | Avoid needless locking when attempting to unlock, instead check the value ↵ | Test_User | 2024-10-02 | 1 | -2/+4 |
| | | | | directly | ||||
* | Nickname enforcement improvement | Test_User | 2024-09-26 | 1 | -36/+37 |
| | |||||
* | Fix a typo | Test_User | 2024-09-22 | 1 | -1/+1 |
| | |||||
* | Agh | Test_User | 2024-09-21 | 1 | -1/+1 |
| | |||||
* | LOGIN command, and a notice about nickname enforcement when it happens | Test_User | 2024-09-21 | 1 | -0/+31 |
| | |||||
* | Implement account deletion (services) | Test_User | 2024-09-19 | 1 | -0/+95 |
| | |||||
* | hax@andrewyu.org -> hax@runxiyu.org | Test_User | 2024-09-14 | 41 | -41/+41 |
| | |||||
* | This was missing, though not actually broken | Test_User | 2024-09-13 | 1 | -0/+2 |
| | |||||
* | Tell where to find hax_string and hax_table | Test_User | 2024-09-13 | 1 | -0/+2 |
| | |||||
* | Error message for when HaxServ `kill` can't find a target | Test_User | 2024-09-10 | 1 | -0/+2 |
| | |||||
* | Convert to non-UB haxtable stuff | Test_User | 2024-09-05 | 8 | -589/+791 |
| | |||||
* | Remove duplicated protocols.c dependency resolution | Test_User | 2024-09-04 | 1 | -2/+0 |
| | |||||
* | Separate haxstring/table from here | Test_User | 2024-09-04 | 31 | -496/+76 |
| | |||||
* | Some prep for improved modules | Test_User | 2024-09-04 | 1 | -7/+7 |
| | |||||
* | Fix a typo | Test_User | 2024-08-31 | 3 | -3/+3 |
| | |||||
* | Fix RSQUIT behavior | Test_User | 2024-08-31 | 3 | -6/+16 |
| | |||||
* | Fix a bug preventing servers from messaging pseudoclients | Test_User | 2024-08-24 | 1 | -1/+1 |
| | |||||
* | Make a useful error message for REGISTER with no cert | Test_User | 2024-08-17 | 1 | -1/+6 |
| | |||||
* | Fix faulty inspircd3/4 SAVE usage | Test_User | 2024-08-17 | 2 | -2/+2 |
| | |||||
* | Nickname enforcement fixes/improvements | Test_User | 2024-08-17 | 1 | -12/+52 |
| | |||||
* | Fix broken restoring of saved CFLAGS and LDFLAGS | Test_User | 2024-08-13 | 1 | -2/+2 |
| | |||||
* | IPPROTO | Test_User | 2024-08-13 | 1 | -1/+1 |
| | |||||
* | Improve accept retrying conditions | Test_User | 2024-08-12 | 7 | -6/+12 |
| | |||||
* | compiler warnings are nice as usual | Test_User | 2024-08-12 | 1 | -1/+1 |
| | |||||
* | alloc-size warning is useless for here. It will only ever catch zero-length ↵ | Test_User | 2024-08-10 | 1 | -1/+1 |
| | | | | arrays, which are actually intended to be zero-length, and are thereby not a problem. | ||||
* | Fix message to be correct regardless of state | Test_User | 2024-08-09 | 1 | -2/+2 |
| | |||||
* | Deal with LDFLAGS too | Test_User | 2024-08-08 | 1 | -0/+11 |
| | |||||
* | Add membership id handling for incoming inspircd 3/4 KICKs | Test_User | 2024-08-07 | 2 | -12/+66 |
| | |||||
* | Fix help messages | Test_User | 2024-08-04 | 1 | -2/+2 |
| | |||||
* | networking: #include <netinet/in.h> | Runxi Yu | 2024-07-27 | 8 | -0/+8 |
| | | | | | IPPROTO_TCP, etc. seem to be defined in netinet/in.h on non-Linux systems, including OpenBSD. | ||||
* | NickServ FIX command, for cleaning up remnants of problems caused by bugs | Test_User | 2024-07-26 | 1 | -7/+104 |
| | |||||
* | CI: Use new example configs | Runxi Yu | 2024-07-26 | 4 | -8/+8 |
| | |||||
* | Makefile: Clarify error messages a bit | Runxi Yu | 2024-07-26 | 1 | -6/+5 |
| | |||||
* | Makefile: $(error) adds a final period so don't specify one | Runxi Yu | 2024-07-26 | 1 | -1/+1 |
| | |||||
* | Add an .editorconfig | Runxi Yu | 2024-07-26 | 1 | -0/+12 |
| | |||||
* | Fix some member ID-related bugs | Test_User | 2024-07-25 | 2 | -16/+92 |
| | |||||
* | Makefile and some option changes, and some fixes | Test_User | 2024-07-25 | 6 | -196/+138 |
| | |||||
* | InspIRCd v4: Fix erroneous protocol_specific[INSPIRCD3_PROTOCOL] | Runxi Yu | 2024-07-25 | 1 | -2/+2 |
| | | | | | | | | | Commit 86344230a6 fixed some memory leaks in the InspIRCd v3 protocol, and the changes were also ported to the InspIRCd v4 protocol, which erroneously introduced users[n]->protocol_specific[INSPIRCD3_PROTOCOL] into inspircd4.c. Although there are no functional differences, this causes the build to fail when users only enable INSPIRCD4_PROTOCOL in their build options. | ||||
* | Typo fix: s/seperate/separate/g | Runxi Yu | 2024-07-25 | 6 | -6/+6 |
| | |||||
* | Toggleable IPv4 support | Test_User | 2024-07-24 | 4 | -4/+35 |
| | |||||
* | Fix some issues in inspircd3 protocol support, and the parts of inspircd4 ↵ | Test_User | 2024-07-24 | 3 | -11/+36 |
| | | | | protocol copied from it | ||||
* | InspIRCd v4: Fix loop condition in FJOIN memid reset | Runxi Yu | 2024-07-25 | 1 | -1/+1 |
| | | | | | | | | | | | | There was a typo in the InspIRCd v3 code, in the FJOIN handler: The loop condition said n > 0, while n is never changed in the loop. It turns out the the loop condition should have been x > 0. This was fixed for InspIRCd v3 in commit 85716714, but it was not ported to the InspIRCd v4 protocol support code because the v4 code was copied from v3 a while ago. This commit fixes it. | ||||
* | README: Move project links up, and add man.sr.ht | Runxi Yu | 2024-07-25 | 1 | -6/+6 |
| | |||||
* | sockaddr is verysane™ | Test_User | 2024-07-24 | 7 | -35/+46 |
| | |||||
* | Yay | Test_User | 2024-07-24 | 1 | -0/+2 |
| | |||||
* | Using the proper defines is important | Test_User | 2024-07-24 | 1 | -2/+2 |
| | |||||
* | Fix some bugs | Test_User | 2024-07-24 | 2 | -4/+4 |
| |