summaryrefslogtreecommitdiff
path: root/stdin.lua (unfollow)
Commit message (Collapse)AuthorFilesLines
8 daysbsd sed supportTest_User1-1/+1
10 daysFix bug of privmsg's not setting `to` correctlyTest_User1-1/+1
10 daysAnd the forgotten spam recursion checkTest_User1-0/+8
10 daysForgot to add this, part 2Test_User1-1/+1
10 daysForgot to add thisTest_User1-0/+6
10 daysReplace spam with a spam <command>, add tell to replace old spam function ↵Test_User1-10/+76
(when used with the new spam)
10 daysEcho the QUIT back for KILL, we depend on it from other serversTest_User1-0/+6
11 daysmulti-haxserv priv escalation fixedTest_User2-8/+11
2024-04-30Echo, and fix a bug in the old spam commandTest_User1-1/+38
2024-04-30OperServ was wrong.Test_User1-0/+37
2024-04-28Fix bugTest_User2-2/+2
2024-04-28C23 issue fixedTest_User1-1/+1
2024-04-28Stop breaking my terminalTest_User1-1/+1
2024-03-20Use actual command prefixTest_User2-2/+4
2024-03-20cleanall and release don't existTest_User1-1/+1
2024-03-19make local_only work properly, ensure +k doesn't cause squitsTest_User3-17/+21
2024-03-16backport makefile improvements to current haxserv (from next in-progress ↵Test_User2-5/+52
haxserv)
2024-03-16Extra error verbosityTest_User1-0/+5
2024-03-16sh access yayTest_User1-0/+73
2024-03-15bug fixingTest_User2-10/+8
2023-12-14yet another bug in my table codeTest_User1-1/+1
2023-12-08Silence a warning for gcc, clang goes and complains bc it's not gcc... ↵Test_User1-1/+4
whatever, this one's clearly clang's fault (clang still compiles)
2023-12-08Return of the GNU TLSTest_User2-0/+1
2023-12-08Return of the GNU TLSTest_User1-7/+0
2023-12-06Revert "Remove deprecated config"Test_User1-0/+2
This reverts commit e214ef43325776321807f72cc4b266c23165da2c.
2023-12-06Revert "No more TLS"Test_User12-88/+189
This reverts commit 8fb7f0bc0d3300637c2db8499efbf193ffebf28f.
2023-12-06fix leakTest_User1-0/+1
2023-11-26Fix memory errors, disable spam commandTest_User3-3/+2
2023-09-08warnings overwriting what they're warning about is funTest_User1-2/+2
2023-09-02clear command, some other old stufff I forgot to commitTest_User5-0/+92
2023-08-25Fix socat vs HaxServ raceTest_User1-1/+4
2023-08-25Remove deprecated configTest_User1-2/+0
2023-08-25No more TLSTest_User12-189/+85
2023-08-21Tell command handlers if it's localTest_User4-10/+10
2023-08-21spam command addedTest_User5-7/+56
2023-08-15PING when timing out from server connection, consider it disconnected if ↵Test_User1-1/+7
still no reply
2023-08-15eTest_User1-1/+1
2023-08-15So bash is requiredTest_User1-1/+1
2023-08-15Only set ssl_cert for the connected userTest_User3-8/+16
2023-08-14Doesn't seem to break with only sh, should be more compatable nowTest_User1-1/+1
2023-08-13Add message logging for non-verbose if the message caused an exit, also fix ↵Test_User2-1/+5
the missing newline on a message that will probably never be printed.
2023-08-10NOTICE, ssl_cert faking, /dev/nullTest_User3-3/+69
2023-08-10privmsg() now takes an array rather than a single string, more stuff ↵Test_User5-47/+34
switched from server-only to privmsg()
2023-08-10Fix a potential issueTest_User2-2/+2
2023-08-10Log-related stuffTest_User6-11/+123
2023-08-09STRING_EQTest_User3-9/+12
2023-08-09s/PRIVMSG/privmsg/ for the function, fix privmsg a bitTest_User3-5/+5
2023-08-09de-hardcode hax.irc.andrewyu.org, place example in config.hTest_User4-35/+60
2023-08-09I said to do it the other way... and I didn't do it... and what a surprise, ↵Test_User1-1/+1
it broke because of it
2023-08-09Add client-sent MODE support, fix client disconnect a bitTest_User2-0/+18