about summary refs log tree commit diff
AgeCommit message (Expand)Author
2012-11-05Implement METADATA command to update client metadataAlexander Barton
2012-11-05doc/Protocol.txt: add/fix CHARCONV descriptionAlexander Barton
2012-11-04PredefChannelsOnly: Fix message for non pre-defined channelsDNS777
2012-11-04Test suite: add some "remote checks" to whois-test.eAlexander Barton
2012-11-04Send NICK commands with prefix of (target) userAlexander Barton
2012-11-04Update doc/Services.txt, sort services alphabeticallyAlexander Barton
2012-11-02Implement SVSNICK command to change remote nicknamesAlexander Barton
2012-11-02IRC_NICK(): Code cleanup, new function Change_Nick()Alexander Barton
2012-11-02Spelling fix: "nick name" -> "nickname"Alexander Barton
2012-11-02Xcode: correctly #define PACKAGE and PACKAGE_NAMEAlexander Barton
2012-10-29Fix warning message introduced when cleaning up IRC_SERVER()Alexander Barton
2012-10-29Make server reconnect time a little bit more randomAlexander Barton
2012-10-29Don't accept connections for servers already beeing linkedAlexander Barton
2012-10-29IRC_SERVER(): Code cleanupAlexander Barton
2012-10-29Use lowercase "package name" for syslog logging againAlexander Barton
2012-10-28Document new configuration option "MaxListSize"Alexander Barton
2012-10-25Make the maximum /list reply length a configurable limit.Brett Smith
2012-10-24Update NEWS and ChangeLog filesAlexander Barton
2012-10-19Allow remote servers and IRC Ops to change channel topicsAlexander Barton
2012-10-19Increased maximum number of possible user and channel modesDNS
2012-10-19Update error messages for user mode +b and channel Mode +M.DNS777
2012-10-15Test suite: add more checks to whois-test.eAlexander Barton
2012-10-11Add "i586/pc/haiku" to doc/Platforms.txtAlexander Barton
2012-10-11Disable UID/GID checks on "single user OS"Alexander Barton
2012-10-11Search gethostbyname() in libbind and libnetworkAlexander Barton
2012-10-09Update manual pagesAlexander Barton
2012-10-08Test suite: add test for user mode "b"Alexander Barton
2012-10-08Implement user mode "b": block messagesDNS777
2012-10-07Fix ERR_CANNOTSENDTOCHAN_MSG messageAlexander Barton
2012-10-07Shorten filenames of Anope protocol module patchfilesAlexander Barton
2012-10-07WHOIS: show RPL_WHOISHOST_MSG to all IRC Ops in the networkAlexander Barton
2012-10-06Test suite: make expect scripts more verboseAlexander Barton
2012-10-06Test suite: remove indentation of messagesAlexander Barton
2012-10-06Merge branch 'bug141-ModesQq'Alexander Barton
2012-10-06Show active user modes in WHOIS replyDNS777
2012-10-06Implement channel mode 'V' (invite disallow)DNS777
2012-10-06Allow channel admins to "de-admin" channel membersDNS777
2012-10-06KICK-protect IRC servicesAlexander Barton
2012-10-06Merge branch 'bug109-CHARCONV'Alexander Barton
2012-10-06Implement channel mode "Q" and user mode "q"Alexander Barton
2012-10-06Define HAVE_SETSID for Mac OS X Xcode buildsAlexander Barton
2012-10-06Fix spelling: ERR_CHANOPPRIVTOLOW_MSG -> ERR_CHANOPPRIVTOOLOW_MSGAlexander Barton
2012-10-06Debian: require "telnet" or "telnet-ssl" for buildingAlexander Barton
2012-10-06Debian ngircd-full[-dbg]: enable CHARCONVAlexander Barton
2012-09-27Makefile.am: don't use "make -C", it isn't portableAlexander Barton
2012-09-27Test suite: don't use "mkdir -p"Alexander Barton
2012-09-27ERR_CHANNELISFULL_MSG: better wordingFederico G. Schwindt
2012-09-27Fix getpid.sh to work on Apple A/UX againAlexander Barton
2012-09-27Send RPL_REHASHING if rehash was acceptedFederico G. Schwindt
2012-09-27Change variable name "SSLDHFile" to "DHFile" in log messagesFederico G. Schwindt