about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)Author
2013-08-04Change cloaked hostname to be malloc'd on demandFederico G. Schwindt
2013-08-04Add Client_HasFlag() to check if a client has certain flagFederico G. Schwindt
2013-08-04Fix spellingFederico G. Schwindt
2013-08-04Rename XXX_Fingerprint to XXX_CertFpFederico G. Schwindt
2013-08-04Improved client announcementFederico G. Schwindt
2013-08-03Merge remote-tracking branch 'fgsch/certfp'Alexander Barton
2013-08-02Simplify MOTD handlingFederico G. Schwindt
2013-08-02Add certificate fingerprint supportFederico G. Schwindt
2013-08-03Update irc-server.c to use irc-macros.hAlexander Barton
2013-08-02Update irc-oper.c to use irc-macros.hAlexander Barton
2013-08-02Update irc-mode.c to use irc-macros.hAlexander Barton
2013-08-02Update irc-channel.c to use irc-macros.hAlexander Barton
2013-08-01Show IRC Operator name when logging a successful OPER commandAlexander Barton
2013-07-30Add penalty times in error paths of generic IRC helper macrosAlexander Barton
2013-07-30Add more penalty times in error pathsAlexander Barton
2013-07-30Update irc-login.c to use irc-macros.hAlexander Barton
2013-07-18Update irc.c to use irc-macros.hAlexander Barton
2013-07-18Handle services in IRC_WHOIS_SendReply()Federico G. Schwindt
2013-07-18Fix spellingFederico G. Schwindt
2013-05-30Merge pull request #3 from Cofyc/masterAlexander Barton
2013-05-30LINE_LEN -> COMMAND_LENYecheng Fu
2013-05-25IncludeDir: default to "$SYSCONFDIR/ngircd.conf.d"Alexander Barton
2013-05-24"IncludeDir" can't be overwritten by included filesAlexander Barton
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