summaryrefslogtreecommitdiff
path: root/irc
Commit message (Expand)AuthorAgeFilesLines
* Add IO cleaning utilitiestilpner2018-08-121-0/+32
* Fix (col) color lookuptilpner2018-08-121-1/+1
* Add missing primary key constraints to channels, network tablestilpner2018-08-121-2/+4
* Warn on lossy message parsing-formatting roundtriptilpner2018-08-121-8/+15
* Log errors to logger, not stdouttilpner2018-08-121-2/+2
* Add ability to ignore userstilpner2018-08-121-0/+13
* Improve command error handlingtilpner2018-08-121-17/+30
* Add (part) functiontilpner2018-08-121-0/+3
* Allow clients to request capabilities at connectiontilpner2018-08-121-1/+3
* Sandbox reads, prevent DOS by vector literalstilpner2018-08-121-7/+13
* Restrict command triggers by disabling [] and {} in safe-readtilpner2018-04-231-1/+7
* Add command abstractiontilpner2018-04-221-0/+62
* Add user managementtilpner2018-04-224-6/+170
* Perform IRC-specific casemappingtilpner2018-04-221-2/+33
* Initial committilpner2018-04-173-0/+258