about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)Author
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-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
2013-09-25Remove CLIENT.oper_by_my, Client_SetOperByMe() and Client_OperByMe()Alexander Barton
2013-09-24Add support to show user links using "STATS L"Federico G. Schwindt
2013-09-24Log an error (not info) when working directory can't be changedAlexander Barton
2013-09-17Change the certificate fingerprint digest to sha256Federico G. Schwindt
2013-09-17Change cipher defaultsFederico G. Schwindt
2013-09-16Merge remote-tracking branch 'alex/bug162-SSLCipherList'Alexander Barton
2013-09-16Fix server reconnectionFederico G. Schwindt
2013-09-16Don't ignore SSL-related errors during startupAlexander Barton
2013-09-15Cipher list selection for GnuTLSAlexander Barton
2013-09-15ConnSSL_Init_SSL(): correctly set CONN_SSL flagAlexander Barton
2013-09-15Cipher list selection for OpenSSLAlexander Barton
2013-09-15ConnSSL_InitLibrary(): Code cleanupAlexander Barton
2013-09-07TRACE: fix error message when there are too many parametersAlexander Barton
2013-09-07IRC_SetPenalty(): Code cleanupAlexander Barton
2013-09-06Add more penalty timesFederico G. Schwindt
2013-09-06Rework check for number of parametersFederico G. Schwindt
2013-09-05Reorder checksFederico G. Schwindt
2013-09-05Move the IRC_SetPenalty() call after the assertsFederico G. Schwindt
2013-09-05Correct numeric returned by whoisFederico G. Schwindt
2013-09-05Minor cosmetic changeFederico G. Schwindt