about summary refs log tree commit diff
AgeCommit message (Expand)Author
2013-07-18Add "compile" to .gitignore fileAlexander Barton
2013-07-18Commands.txt: Update description of the "ERROR" commandAlexander Barton
2013-07-18Update irc.c to use irc-macros.hAlexander Barton
2013-07-18Merge pull request #4 from fgsch/masterAlexander Barton
2013-07-18Handle services in IRC_WHOIS_SendReply()Federico G. Schwindt
2013-07-18Fix spellingFederico G. Schwindt
2013-07-17Slightly update ngircd.8 manual pageAlexander Barton
2013-06-04Travis-CI: Enable OpenSSL and libiconv supportAlexander Barton
2013-06-04Updated NEWS and ChangeLog filesAlexander Barton
2013-06-04Enhance Travis-CI configuration fileAlexander Barton
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-04-01Update doc/Platforms.txt a little bit ...Alexander Barton
2013-03-27Build OS X package with correct file permissionsAlexander Barton
2013-03-27Xcode: fix detection of host OS, vendor, and CPUAlexander Barton
2013-03-27PackageMaker: use relativ path namesAlexander Barton
2013-03-25Add Travis-CI configuration fileAlexander Barton
2013-03-24Make configure[.ng] compatible with autoconf 1.10 againAlexander Barton
2013-03-20Lists_CheckReason(): Check for Client_MaskCloaked()Sebastian Köhler
2013-03-13Services.txt: Anope 1.9.8 has been released nowAlexander Barton
2013-03-09Commands.txt: Update description of the "KILL" commandAlexander Barton
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-26doc/Services.txt: Update Anope status and URLAlexander Barton
2013-02-24Commands.txt: Update description of the "KICK" commandAlexander Barton
2013-02-24Commands.txt: Update description of the "INVITE" commandAlexander 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-22Update Doxygen configurationAlexander Barton
2013-02-22Clean up Xcode project file, remove outdated files, add missingAlexander Barton
2013-02-22src/testsuite/README: add whois-test.eAlexander Barton
2013-02-22irc-login.c: conenction -> connectionAlexander Barton
2013-02-15Merge branch 'bug151-iconv' into masterAlexander Barton
2013-02-15Merge branch 'bug153-ServerMask' into masterAlexander Barton
2013-02-15configure: search for iconv_open as well as libiconv_openAlexander Barton