summaryrefslogtreecommitdiff
path: root/client_network.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Silence a warning for gcc, clang goes and complains bc it's not gcc... whatev...Test_User2023-12-081-1/+4
* Revert "No more TLS"Test_User2023-12-061-0/+2
* 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 t...Test_User2023-08-131-1/+1
* NOTICE, ssl_cert faking, /dev/nullTest_User2023-08-101-3/+7
* privmsg() now takes an array rather than a single string, more stuff switched...Test_User2023-08-101-8/+9
* 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