about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)Author
2013-05-24Implement new configuration option "IncludeDir"Alexander Barton
2013-05-24conf.c: New function Read_Config_File()Alexander Barton
2013-04-21Rename "Mask" variables into "Pattern" in assert() statementsAlexander Barton
2013-04-20Ensure there is enough space for the maskFederico G. Schwindt
2013-04-20Better description for Lists_CheckReason()Federico G. Schwindt
2013-04-20Change Lists_MakeMask() to receive a buffer for the maskFederico G. Schwindt
2013-04-20Fix use-after-free on Lists_CheckReason()Federico G. Schwindt
2013-03-20Lists_CheckReason(): Check for Client_MaskCloaked()Sebastian Köhler
2013-03-09Conn_Handler(): Don't test for penalty timesAlexander Barton
2013-03-09Don't read SSL client data before DNS resolver is finishedAlexander Barton
2013-03-08Increase password length limit to 64 charactersAlexander Barton
2013-02-24irc-op.c: use irc-macros.hAlexander Barton
2013-02-24irc-cap.c: use irc-macros.hAlexander Barton
2013-02-24irc-op.c: Update source code documentationAlexander Barton
2013-02-24irc-cap.c: Update source code documentationAlexander Barton
2013-02-24Add new _IRC_ARGC_EQ_OR_RETURN_ macro to irc-macros.hAlexander Barton
2013-02-24Add new _IRC_ARGC_BETWEEN_OR_RETURN_ macro to irc-macros.hAlexander Barton
2013-02-24irc-cap.c: move static functions to the top of the fileAlexander Barton
2013-02-22src/testsuite/README: add whois-test.eAlexander Barton
2013-02-22irc-login.c: conenction -> connectionAlexander Barton
2013-02-15Merge branch 'bug153-ServerMask' into masterAlexander Barton
2013-02-15KICK: Fix denial of service bugSebastian Köhler
2013-02-13sighandlers.c: Update some log messagesAlexander Barton
2013-02-11my_sd_listen_fds(): really return an "int"Alexander Barton
2013-02-11Merge branch 'bug155-allowAtInUser'Alexander Barton
2013-02-11Allow "@" character in user names for authenticationAlexander Barton
2013-02-10Merge branch 'systemd'Alexander Barton
2013-02-10Show address and port of sockets passed-in by systemd(8)Alexander Barton
2013-02-10Check type of sockets passed-in by systemd(8)Alexander Barton
2013-02-10Adjust severity levels of some log messagesAlexander Barton
2013-02-09Update irc-info.c to use irc-macros.hAlexander Barton
2013-02-09Add new irc-macros.h to projectAlexander Barton
2013-02-09irc-info.c: add/streamline function documentation commentsAlexander Barton
2013-02-09irc-info: move static functions at the top of the fileAlexander Barton
2013-02-08"WHO <hostmask>": use displayed hostname for matchingAlexander Barton
2013-02-05Implement new function Client_SearchServer()Alexander Barton
2013-02-04New configuration option "IdleTimeout": exit daemon when idleAlexander Barton
2013-02-04Implement support for systemd(8) "socket activation"Alexander Barton
2013-02-03Rename ports_initlisteners() to Init_Listeners()Alexander Barton
2013-02-03NewListener(): Code cleanupAlexander Barton
2013-02-03Enable WHOIS to display information about IRC ServicesAlexander Barton
2013-01-27Exit message: use singular & plural :-)Alexander Barton
2013-01-27IRC_WHO_Channel(): Use strlcpy() instead of strcpy()Alexander Barton
2013-01-26Streamline punctuation of log messagesAlexander Barton
2013-01-22Return better "Connection not registered as server link" errorsAlexander Barton
2013-01-13MODE: don't report error on "more modes than parameters"Alexander Barton
2013-01-07Correctly detect when SSL subsystem must be initializedAlexander Barton
2013-01-02Merge branch 'bug145-ProvideHelp'Alexander Barton
2013-01-01Use "${docdir}/Commands.txt" as help text fileAlexander Barton
2013-01-01Update Copyright notices for 2013Alexander Barton