aboutsummaryrefslogtreecommitdiff
path: root/src/common.c
Commit message (Expand)AuthorAgeFilesLines
* Fix two Clang static analyzer issuesPřemysl Janouch2014-07-191-0/+2
* Fix some compiler warningsPřemysl Janouch2014-07-191-9/+13
* Add a LIST_HEADER macroPřemysl Janouch2014-07-181-3/+4
* Implement TIME, VERSION, MOTD, LUSERSPřemysl Janouch2014-07-171-0/+1
* Revise usage of print_{error,fatal}()Přemysl Janouch2014-07-161-23/+15
* str_map::key_cmp -> str_map::key_xfrmPřemysl Janouch2014-07-161-10/+42
* First bugfixesPřemysl Janouch2014-07-161-2/+5
* CleanupPřemysl Janouch2014-07-161-21/+10
* Rip out error codesPřemysl Janouch2014-07-161-61/+12
* Make it possible to route messages to syslogPřemysl Janouch2014-07-151-12/+39
* Resolve paths relative to XDG config. pathsPřemysl Janouch2014-07-141-45/+87
* Add support for custom str_map key comp. fun.Přemysl Janouch2014-07-141-2/+6
* Put a prolog at the top of configuration filesPřemysl Janouch2014-07-131-2/+5
* Load an MOTD on startPřemysl Janouch2014-07-131-0/+7
* Add a strtoul() wrapperPřemysl Janouch2014-07-131-0/+9
* Only compile regex's oncePřemysl Janouch2014-07-131-39/+67
* Implement an iterator for `struct str_map'Přemysl Janouch2014-07-121-0/+33
* Implement parsing of IRC 3.2 message tagsPřemysl Janouch2014-07-121-3/+43
* WIP: add a stub IRC daemon named `kike'Přemysl Janouch2014-07-121-0/+1772