about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)Author
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
2012-01-24io: remove outer do {} while loops for epoll/kqueue/devpoll backendsFlorian Westphal
2012-01-24Enhance server command limitsAlexander Barton
2012-01-24Send a PING at the end of the server sync to detect itAlexander Barton
2012-01-24New function Conn_UpdatePing() to update the "ping timestamp"Alexander Barton
2012-01-24Conn_UpdateIdle(): Code cleanupAlexander Barton
2012-01-23RPL_ISUPPORT_MSG(005): add "EXCEPTS=e INVEX=I"Alexander Barton
2012-01-23Fix "MAXLIST=beI:50": the limit is the sum of all listsAlexander Barton
2012-01-22New RPL_WHOISHOST_MSG(378): show hostname and IP addressAlexander Barton
2012-01-22New function Conn_GetIPAInfo(): get IP address of a connectionAlexander Barton
2012-01-22G/K-Lines: only add and delete valid IRC masksAlexander Barton
2012-01-22Check G/K-Lines before the client has been registered, tooAlexander Barton
2012-01-22Streamline handling of connection rejects (bad password, G/K-line)Alexander Barton
2012-01-22New function Client_Reject() to reject clients on connectAlexander Barton
2012-01-22New function Lists_CheckReason() to get reason of list entriesAlexander Barton
2012-01-22Fix ERR_{SUMMON|USERS}DISABLED: don't repeat command name in replyAlexander Barton
2012-01-21Implement channel exception list (mode 'e')Alexander Barton
2012-01-21{Add|Del}_Ban_Invite > {Add_To|Del_From}_List(): more genericAlexander Barton
2012-01-21Rename ShowInvitesBans() to ShowChannelList(), make it more flexibleAlexander Barton
2012-01-21PRIVMSG/NOTICE: handle nick!user@host masks case-insensitiveAlexander Barton
2012-01-16PRIVMSG/NOTICE: don't stop list processing on invalid targetAlexander Barton
2012-01-16Implement user mode 'C': require "same channel" to send messageAlexander Barton
2012-01-16New RPL_WHOISREGNICK_MSG(307) numeric: indicate if nick is registeredAlexander Barton
2012-01-16IRC_WHOIS_SendReply(): Code cleanupAlexander Barton
2012-01-16Limit channel invite and ban lists to 50 entriesAlexander Barton
2012-01-16Make Send_ListChange() a little bit more genericAlexander Barton
2012-01-15Remove unused prototype of Lists_AlreadyRegistered()Alexander Barton
2012-01-15Channel lists: Fix duplicate check and error messagesAlexander Barton
2012-01-15Don't enforce MAX_HNDL_MODES_ARG on server and service linksAlexander Barton
2012-01-13Don't stop join handling on faulty channel, skip it (part #2)Alexander Barton
2012-01-13JOIN command: don't check channel limit if already memberAlexander Barton
2012-01-09Return ERR_UNKNOWNMODE(472) for unknown channel modesAlexander Barton
2012-01-09Numberic 005 (ISUPPORT), CHANMODES: add "O", "R", "z" modesAlexander Barton
2012-01-06Limit list replies of LIST, WHO, WHOIS, and MAX_RPL_WHOWASAlexander Barton
2012-01-06New function IRC_CheckListTooBig() to check size of list repliesAlexander Barton
2012-01-06LIST command: compare pattern case insensitiveAlexander Barton
2012-01-06IRC_LIST(): Code cleanupAlexander Barton
2012-01-06DEFAULT_WHOWAS->DEF_RPL_WHOWAS; MAX_CMODES_ARG->MAX_HNDL_MODES_ARGAlexander Barton
2012-01-06defines.h: Code cleanup and (a little bit) more documentationAlexander Barton
2012-01-06RPL_ISUPPORT (numeric 005): Report MODES=<MAX_CMODES_ARG>Alexander Barton