about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)Author
2012-08-27Remove Can_Send_To_Channel_Identified()Alexander Barton
2012-08-26Implement channel mode "M"DNS777
2012-08-26Enhance "ServiceMask" to handle a list of masksAlexander Barton
2012-08-26New function MatchCaseInsensitiveList() to check list of patternsAlexander Barton
2012-08-26Block nicknames that are reserved for servicesAlexander Barton
2012-08-26Rename Conf_IsService() to Conf_NickIsService()Alexander Barton
2012-08-26Check_Connections(): code cleanupAlexander Barton
2012-08-18ngt_RandomStr(): Add implicit cast to "unsigned".Alexander Barton
2012-08-16Fix a buffer overflow when initializing the random salt for "+x"Alexander Barton
2012-08-06Fix compiler warning when not building with ZLIB supportAlexander Barton
2012-08-03Hashed hostnames for CloakHostSebastian Köhler
2012-08-03Implemented hashed cloaked hostnames for +xSebastian Köhler
2012-06-09Rename "CloakModeHost" option to "CloakHostModeX"Alexander Barton
2012-06-09Introduce new configuration option "CloakModeHost"Christoph Biedl
2012-06-09Correctly handle asynchronously re-established server linksAlexander Barton
2012-06-08Log a debug message when SIGUSR2 is handledAlexander Barton
2012-06-02NoticeAuth: Fix test if IDENT reply has been invalidAlexander Barton
2012-06-02IDENT reply: only allow alphanumeric characters in user nameAlexander Barton
2012-06-01USER command: only allow alphanumeric characters in user nameAlexander Barton
2012-05-23Change wording of "TLS initialized" messageAlexander Barton
2012-05-22Pidfile_Create(): Don't leak file descriptor on error pathAlexander Barton
2012-05-01Numeric 005 (ISUPPORT), CHANMODES: add missing mode "r"Alexander Barton
2012-04-29irc-cap.c: mark arguments of Handle_CAP_ACK() as "unused"Alexander Barton
2012-04-29irc-login.c, login.c: add missing include of "string.h"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-18Fix 8ec17063: "Lists_Add(): use size of destination when copying data"Alexander 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-28Don't ignore "permission denied" errors when enabling chrootAlexander Barton
2012-03-12Fix gcc warning, initialize "list" variable to NULLAlexander Barton
2012-03-12Fix typo: recieved -> receivedAlexander 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-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-12Fix forwarding of LIST commandsAlexander 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