about summary refs log tree commit diff
AgeCommit message (Expand)Author
2012-04-29irc-login.c, login.c: add missing include of "string.h"Alexander Barton
2012-04-29doc/Modes.txt: Document missing channel mode "e"Alexander Barton
2012-04-28Merge branch 'master' of /srv/git/ngircdAlexander Barton
2012-04-28contrib/platformtest.sh: support "CC=xxx MAKE=yyy ./platformtest.sh"Alexander Barton
2012-04-28Merge branch 'capabilities'Alexander Barton
2012-04-28"multi-prefix" capability 2/2: adjust NAME and WHO handlersAlexander Barton
2012-04-28"multi-prefix" capability 1/2: implement complete CAP infrastructureAlexander Barton
2012-04-28IRC_Send_NAMES(): Code cleanupAlexander Barton
2012-04-27New function Client_CapSet() in addition to Client_Cap{Add|Del}Alexander Barton
2012-04-27"CAP REQ" starts capability negotiation and delays user registrationAlexander Barton
2012-04-27Xcode: update project file for Xcode 4.3Alexander Barton
2012-04-24platformtest.sh: Detect Open64 C compilerAlexander Barton
2012-04-18Fix 8ec17063: "Lists_Add(): use size of destination when copying data"Alexander Barton
2012-04-17Xcode: correctly sort conn-ssl.{c|h} files in file listAlexander Barton
2012-04-17Lists_Add(): use size of destination when copying dataAlexander Barton
2012-03-31Correctly handle "CAP END", new client type CLIENT_WAITCAPENDAlexander Barton
2012-03-31Implement core IRC capability handling and "CAP" commandAlexander Barton
2012-03-31New "login" source fileAlexander Barton
2012-03-31Introduce_Client() => Client_Introduce(), and move it to client.cAlexander Barton
2012-03-31Makefiles: list each source files on a separate lineAlexander Barton
2012-03-31Add missing documentation files to Xcode projectAlexander Barton
2012-03-28Don't ignore "permission denied" errors when enabling chrootAlexander Barton
2012-03-28FAQ: enhance description of chroot setupAlexander Barton
2012-03-19ngIRCd Release 19.1 rel-19.1Alexander Barton
2012-03-16Update ChangeLog for upcoming ngIRCd 19.1 releaseAlexander Barton
2012-03-12Fix gcc warning, initialize "list" variable to NULLAlexander Barton
2012-03-12Fix manual page "hyphen-used-as-minus-sign" error (lintian)Alexander Barton
2012-03-12Fix typo: Please not -> Please noteAlexander Barton
2012-03-12Fix typo: recieved -> receivedAlexander Barton
2012-03-05Update NEWS and ChangeLog filesAlexander Barton
2012-03-05Really include _all_ patches to build the Anope moduleAlexander Barton
2012-03-03getpid.sh: Fix testcase error for Debian using sbuildChristoph Biedl
2012-03-02Don't log "ngIRCd hello message" two timesAlexander Barton
2012-02-29ngIRCd release 19 rel-19Alexander Barton
2012-02-29Merge branch 'master' of /srv/git/ngircdAlexander Barton
2012-02-29Update doc/Platforms.txt for ngIRCd 19Alexander Barton
2012-02-29doc/README-Interix.txt: note that GNU make should be usedAlexander Barton
2012-02-27Update config.guess and config.sub to recent versionsAlexander Barton
2012-02-26Don't accept "[SSL]" in config when no SSL support is built inAlexander Barton
2012-02-26Fix C syntax: duplicate ";;" should be ";"Alexander Barton
2012-02-14Correctly re-open syslog logging after reading of configurationAlexander Barton
2012-02-14Logging: remove "Activating ..." info messageAlexander Barton
2012-02-12ngIRCd release 19~rc1 rel-19-rc1Alexander Barton
2012-02-12Update RPM spec file description to match Debian "control file"Alexander Barton
2012-02-12Update NEWS and ChangeLog filesAlexander Barton
2012-02-12Fix forwarding of LIST commandsAlexander Barton
2012-02-04Update preliminary ngIRCd protocol module for Anope 1.9.6Alexander Barton
2012-01-25New_Connection(): don't set the client hostname twiceAlexander Barton
2012-01-25Client_SetHostname(): Code cleanup, more debug loggingAlexander Barton
2012-01-24io: use define for number of possible eventsFlorian Westphal