about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)Author
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-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
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