about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)Author
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
2012-01-06Channel modes: really break handling when MAX_CMODES_ARG is hitAlexander Barton
2012-01-06channel modes: only handle MAX_CMODES_ARG modes with argumentsAlexander Barton
2012-01-06Fix handling of channel mode sequence with/without argumentsAlexander Barton
2012-01-06Conn_Write(): Make sure there is a client when detecting its typeAlexander Barton
2012-01-06Proc_Close(): Only close socket if it is still validAlexander Barton
2012-01-05WHOIS command: make sure matching is case-insensitiveAlexander Barton
2012-01-05WHOIS command: don't anser queries for IRC serversAlexander Barton
2012-01-05WHOIS command: make sure the reply ends with RPL_ENDOFWHOISAlexander Barton
2012-01-04LINKS command: support <mask> parameterAlexander Barton
2012-01-04IRC_LINKS(): Code cleanup; more documentationAlexander Barton
2012-01-04Add 1 second penalty for every further target on PRIVMSG/NOTICEAlexander Barton
2012-01-04Conn_SetPenalty(): Add new "penalty time" on each function callAlexander Barton
2012-01-03Enhance log messages when setting user and groupAlexander Barton
2012-01-03NGIRCd_getNobodyID(): Code cleanupAlexander Barton
2012-01-03Display correct error message when "Server{UID|GID}" is invalidAlexander Barton
2012-01-03NGIRCd_Init(): Code cleanupAlexander Barton
2012-01-03main(): Code cleanupAlexander Barton
2012-01-03Update Copyright notices for 2012Alexander Barton
2012-01-02lists: don't crash if reason ptr is NULLFlorian Westphal
2012-01-02Don't stop join handling on faulty channel, skip itAlexander Barton
2012-01-02IRC_JOIN(): Code cleanupAlexander Barton
2012-01-02ISON command: reply with correct upper-/lowercase nick namesAlexander Barton
2012-01-02IRC_ISON(): Code cleanupAlexander Barton