index
:
haxircd.git
master
Mesh HaxServ rewrite
Test_User
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
protocols
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2024-10-29
Adjust parsing stuff
HEAD
master
Test_User
3
-15
/
+9
2024-10-28
Fix some header inclusions
Test_User
11
-9
/
+7
2024-10-03
Deadlock, but intentionally, bc pthread weirdness
Test_User
1
-1
/
+4
2024-10-02
Avoid needless locking when attempting to unlock, instead check the value ↵
Test_User
1
-2
/
+4
directly
2024-09-26
Nickname enforcement improvement
Test_User
1
-36
/
+37
2024-09-22
Fix a typo
Test_User
1
-1
/
+1
2024-09-21
Agh
Test_User
1
-1
/
+1
2024-09-21
LOGIN command, and a notice about nickname enforcement when it happens
Test_User
1
-0
/
+31
2024-09-19
Implement account deletion (services)
Test_User
1
-0
/
+95
2024-09-14
hax@andrewyu.org -> hax@runxiyu.org
Test_User
41
-41
/
+41
2024-09-13
This was missing, though not actually broken
Test_User
1
-0
/
+2
2024-09-13
Tell where to find hax_string and hax_table
Test_User
1
-0
/
+2
2024-09-10
Error message for when HaxServ `kill` can't find a target
Test_User
1
-0
/
+2
2024-09-05
Convert to non-UB haxtable stuff
Test_User
8
-589
/
+791
2024-09-04
Remove duplicated protocols.c dependency resolution
Test_User
1
-2
/
+0
2024-09-04
Separate haxstring/table from here
Test_User
31
-496
/
+76
2024-09-04
Some prep for improved modules
Test_User
1
-7
/
+7
2024-08-31
Fix a typo
Test_User
3
-3
/
+3
2024-08-31
Fix RSQUIT behavior
Test_User
3
-6
/
+16
2024-08-24
Fix a bug preventing servers from messaging pseudoclients
Test_User
1
-1
/
+1
2024-08-17
Make a useful error message for REGISTER with no cert
Test_User
1
-1
/
+6
2024-08-17
Fix faulty inspircd3/4 SAVE usage
Test_User
2
-2
/
+2
2024-08-17
Nickname enforcement fixes/improvements
Test_User
1
-12
/
+52
2024-08-13
Fix broken restoring of saved CFLAGS and LDFLAGS
Test_User
1
-2
/
+2
2024-08-13
IPPROTO
Test_User
1
-1
/
+1
2024-08-12
Improve accept retrying conditions
Test_User
7
-6
/
+12
2024-08-12
compiler warnings are nice as usual
Test_User
1
-1
/
+1
2024-08-10
alloc-size warning is useless for here. It will only ever catch zero-length ↵
Test_User
1
-1
/
+1
arrays, which are actually intended to be zero-length, and are thereby not a problem.
2024-08-09
Fix message to be correct regardless of state
Test_User
1
-2
/
+2
2024-08-08
Deal with LDFLAGS too
Test_User
1
-0
/
+11
2024-08-07
Add membership id handling for incoming inspircd 3/4 KICKs
Test_User
2
-12
/
+66
2024-08-04
Fix help messages
Test_User
1
-2
/
+2
2024-07-27
networking: #include <netinet/in.h>
Runxi Yu
8
-0
/
+8
IPPROTO_TCP, etc. seem to be defined in netinet/in.h on non-Linux systems, including OpenBSD.
2024-07-26
NickServ FIX command, for cleaning up remnants of problems caused by bugs
Test_User
1
-7
/
+104
2024-07-26
CI: Use new example configs
Runxi Yu
4
-8
/
+8
2024-07-26
Makefile: Clarify error messages a bit
Runxi Yu
1
-6
/
+5
2024-07-26
Makefile: $(error) adds a final period so don't specify one
Runxi Yu
1
-1
/
+1