summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor XDG base directory iterator APIC. McEnroe2021-10-055-73/+65
* Load and reload local certificates like normalC. McEnroe2021-10-056-193/+31
* Delete local-path socket like normalC. McEnroe2021-10-052-24/+1
* FreeBSD: Remove capsicum supportC. McEnroe2021-10-053-84/+1
* Remove certbot default pathsC. McEnroe2021-10-054-61/+11
* Remove TCP keepalive settingsC. McEnroe2021-10-031-16/+1
* Intercept client PONGC. McEnroe2021-10-031-0/+6
* Send PING to idle clients after 15 minutesC. McEnroe2021-10-031-6/+16
* Track client idle timeC. McEnroe2021-10-032-0/+4
* Log IRC to standard output with -vC. McEnroe2021-10-025-7/+14
* Explain what pounce does and some of how it works in READMEC. McEnroe2021-09-061-6/+26
* Document DIAGNOSTICSC. McEnroe2021-09-051-0/+33
* Avoid logging that a new consumer dropped messagesC. McEnroe2021-09-051-4/+6
* Use EX_USAGE for all local configuration errorsC. McEnroe2021-09-053-5/+5
* Expand on -s size optionC. McEnroe2021-09-051-0/+4
* Clarify parts of the manualC. McEnroe2021-09-051-22/+39
* OpenBSD: Drop inet pledge when using unix socketC. McEnroe2021-09-031-1/+1
* OpenBSD: Drop no longer needed unveils and pledge promisesC. McEnroe2021-09-031-20/+10
* Reorder file loading in mainC. McEnroe2021-09-031-11/+10
* Be nice and call tls_close(3) on the serverC. McEnroe2021-09-023-0/+8
* Separate client QUIT and ERROR messagesC. McEnroe2021-09-021-4/+2
* Remove redundant clientDiff functionC. McEnroe2021-09-023-8/+3
* OpenBSD: pledge(2) the genCert code pathC. McEnroe2021-09-021-1/+7
* OpenBSD: pledge(2) the hashPass code pathC. McEnroe2021-09-021-1/+3
* OpenBSD: pledge(2) printCert code path separatelyC. McEnroe2021-09-021-7/+11
* Call serverConfig() with NULLs for -oC. McEnroe2021-09-021-2/+2
* Read from /dev/urandom instead of using getentropy(3)C. McEnroe2021-09-021-9/+5
* Separate stateSync intro messagesC. McEnroe2021-08-311-8/+13
* Correct handling of colons in SASL PLAINC. McEnroe2021-08-301-12/+11
* Declare producer staticC. McEnroe2021-08-281-1/+1
* Use CapBits as length of FiltersC. McEnroe2021-08-281-1/+1
* Don't create new tls_server(3), just reconfigureC. McEnroe2021-08-211-2/+1
* Zero local-key memory before freeing itC. McEnroe2021-08-211-0/+1
* Avoid overwriting manual AWAY messagesC. McEnroe2021-08-213-1/+15
* Replace verbose colors with two types of arrowsC. McEnroe2021-08-203-14/+11
* Explicitly clear TLS secrets after handshakeC. McEnroe2021-08-201-2/+3
* Handle TLS_WANT_POLL{IN,OUT} from tls_handshake(3) with serverC. McEnroe2021-08-201-1/+3
* Use "secure" libtls ciphersC. McEnroe2021-08-201-5/+1
* Use seprintf to build final 005C. McEnroe2021-07-081-3/+5
* Fix LDADD.crypt on DarwinC. McEnroe2021-06-191-0/+1
* Add -m mode option to set user modesC. McEnroe2021-06-182-1/+10
* Document channel keys in join optionC. McEnroe2021-06-181-2/+4
* Use | to separate flags from config optionsC. McEnroe2021-06-181-30/+30
* Stop referring to server-time as IRCv3.2C. McEnroe2021-06-182-4/+4
* Add mailing list archive to READMEC. McEnroe2021-06-171-0/+2
* Stop accumulating ISUPPORT tokens once MOTD startsC. McEnroe2021-06-101-0/+9
* Use seprintf for snip, removing strlcpynC. McEnroe2021-06-091-21/+9
* Use seprintf for reserializeC. McEnroe2021-06-091-12/+7
* Use seprintf for capListC. McEnroe2021-06-091-8/+6
* Add seprintfC. McEnroe2021-06-091-0/+13