summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)Author
2014-02-23CHARCONV: Fix handling conversion errorsAlexander Barton
2014-02-09Streamline punctuation of log messagesAlexander Barton
2014-02-02IRC_INVITE(): Code cleanupAlexander Barton
2014-02-02Streamline punctuation of log messagesAlexander Barton
2014-01-27Correctly use cloaked IRC masks on "INVITE nickname"Alexander Barton
2014-01-27Use correct sender as target for ISUPPORT replies on "VERSION"Alexander Barton
2014-01-26Return ISUPPORT(005) numerics on "VERSION"Alexander Barton
2014-01-20Show account name in WHOISMantas Mikulėnas
2014-01-17Merge branch 'no-range-matching' of git://arthur.barton.de/ngircd-alexAlexander Barton
2014-01-17Fix configure script and "make check" for TCP WrappersAlexander Barton
2014-01-15Remove "range matching" functionalityAlexander Barton
2014-01-10Client_SetHostname(): Don't use strlen() to test for valueAlexander Barton
2014-01-10Test suite: explicitely enable glibc memory checkingAlexander Barton
2014-01-08Send "fake '*' key" in "MODE -k" repliesAlexander Barton
2014-01-04Support non-standard vsnprintf() return codeAlexander Barton
2014-01-02Update Copyright notices for 2014Alexander Barton
2014-01-02Merge branch 'bug167-WebircIPAnoDNS' of git://arthur.barton.de/ngircd-alexAlexander Barton
2014-01-02Merge branch 'bug165-005-NETWORK' of git://arthur.barton.de/ngircd-alexAlexander Barton
2014-01-01portabtest: Add checks for strdup(), strndup(), and strtok_r()Alexander Barton
2014-01-01portabtest: Actually test functionsAlexander Barton
2013-12-29portabtest: Only use one exit code to indicate errorsAlexander Barton
2013-12-29portabtest: Code cleanupAlexander Barton
2013-12-29Fix permanent k/glineFederico G. Schwindt
2013-12-27Implement new configuration option "Network"Alexander Barton
2013-12-27WEBIRC: Don't respect hostname when DNS is disabledAlexander Barton
2013-12-27Check for working getaddrinfo() functionAlexander Barton
2013-12-07Fix spellingFederico G. Schwindt
2013-11-10Only use unsetenv() when it is availableAlexander Barton
2013-11-09conf-ssl.h: make code compatible with pre-ANSI C compilersAlexander Barton
2013-11-09vsnprintf.c: make code compatible with ansi2knr toolAlexander Barton
2013-11-09Remove unused vsnprintf.c test functionAlexander Barton
2013-11-07Add comments around some IRC_SetPenalty() callsFederico G. Schwindt
2013-11-07Rework the penalty handling slightlyFederico G. Schwindt
2013-11-07Move IRC_SetPenalty() to Handle_Request() when possibleFederico G. Schwindt
2013-11-07Introduce a macro to define the command listFederico G. Schwindt
2013-11-07When sending an error use the IRC_WriteErrClient() variantFederico G. Schwindt
2013-11-06On bad /oper set the penalty to 10 secondsFederico G. Schwindt
2013-11-06Remove unneded IRC_SetPenalty() callsFederico G. Schwindt
2013-11-06Use sizeof() intead of the explicit sizeFederico G. Schwindt
2013-11-01Remove wrong #ifdef in Option_String()Alexander Barton
2013-10-23Check and call arc4random_stir() if presentFederico G. Schwindt
2013-10-17Add support for longer config linesFederico G. Schwindt
2013-10-17Report the correct file on errorFederico G. Schwindt
2013-10-16Add support for arc4randomFederico G. Schwindt
2013-10-16Fix another strcat warning missed in commit 4c5b43Federico G. Schwindt
2013-10-07ngircd.c, main(): use strlcat() instead of strcat()Alexander Barton
2013-10-01Actually KILL clients on GLINE/KLINEAlexander Barton
2013-10-01Don't forward KILL commands for unknown clientsAlexander Barton
2013-10-01New function IRC_KillClient() to kill clientsAlexander Barton
2013-09-26Adjust log messages for invalid and spoofed prefixesAlexander Barton