summaryrefslogtreecommitdiff
path: root/client_network.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* multi-haxserv priv escalation fixedTest_User13 days1-4/+7
|
* Use actual command prefixTest_User2024-03-201-1/+2
|
* make local_only work properly, ensure +k doesn't cause squitsTest_User2024-03-191-15/+11
|
* bug fixingTest_User2024-03-151-7/+6
|
* Silence a warning for gcc, clang goes and complains bc it's not gcc... ↵Test_User2023-12-081-1/+4
| | | | whatever, this one's clearly clang's fault (clang still compiles)
* Revert "No more TLS"Test_User2023-12-061-0/+2
| | | | This reverts commit 8fb7f0bc0d3300637c2db8499efbf193ffebf28f.
* clear command, some other old stufff I forgot to commitTest_User2023-09-021-0/+23
|
* No more TLSTest_User2023-08-251-2/+0
|
* Tell command handlers if it's localTest_User2023-08-211-1/+1
|
* Only set ssl_cert for the connected userTest_User2023-08-151-6/+9
|
* Add message logging for non-verbose if the message caused an exit, also fix ↵Test_User2023-08-131-1/+1
| | | | the missing newline on a message that will probably never be printed.
* NOTICE, ssl_cert faking, /dev/nullTest_User2023-08-101-3/+7
|
* privmsg() now takes an array rather than a single string, more stuff ↵Test_User2023-08-101-8/+9
| | | | switched from server-only to privmsg()
* Fix a potential issueTest_User2023-08-101-1/+1
|
* Log-related stuffTest_User2023-08-101-0/+32
|
* de-hardcode hax.irc.andrewyu.org, place example in config.hTest_User2023-08-091-20/+37
|
* Add client-sent MODE support, fix client disconnect a bitTest_User2023-08-091-0/+17
|
* Fix quit, kill, squitTest_User2023-08-091-0/+1
|
* Various improvements, a few more bugs added to fix laterTest_User2023-08-091-19/+139
|
* User lists for channels and suchTest_User2023-08-081-25/+30
|
* A bunch of stuff, mostly related to client supportTest_User2023-08-071-42/+108
|
* More client usability stuffTest_User2023-08-071-0/+126
|
* Add some fun client stuff, fix lack of newlines and returns in client stuffTest_User2023-08-071-8/+33
|
* Start adding client supportTest_User2023-05-061-0/+158