summaryrefslogtreecommitdiff
path: root/network.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix bugTest_User2024-04-281-1/+1
|
* Revert "No more TLS"Test_User2023-12-061-31/+0
| | | | This reverts commit 8fb7f0bc0d3300637c2db8499efbf193ffebf28f.
* No more TLSTest_User2023-08-251-0/+31
|
* Only set ssl_cert for the connected userTest_User2023-08-151-1/+1
|
* privmsg() now takes an array rather than a single string, more stuff ↵Test_User2023-08-101-1/+1
| | | | switched from server-only to privmsg()
* Log-related stuffTest_User2023-08-101-0/+4
|
* s/PRIVMSG/privmsg/ for the function, fix privmsg a bitTest_User2023-08-091-1/+1
|
* Fix quit, kill, squitTest_User2023-08-091-0/+1
|
* Various improvements, a few more bugs added to fix laterTest_User2023-08-091-0/+1
|
* User lists for channels and suchTest_User2023-08-081-1/+14
|
* A bunch of stuff, mostly related to client supportTest_User2023-08-071-0/+18
|
* Add locks so it's actually thread-safe, will probably make more efficient ↵Test_User2023-05-061-0/+3
| | | | use of them later
* Start adding client supportTest_User2023-05-061-3/+13
|
* Forgot to put license headers, realized I left stdout in thereTest_User2023-05-031-0/+28
|
* C HaxServTest_User2023-05-031-0/+39