]> arthur.barton.de Git - ngircd-alex.git/history - src
Enhance "NOTICE AUTH": show hostname and IDENT reply
[ngircd-alex.git] / src /
2012-08-27 Alexander BartonEnhance "NOTICE AUTH": show hostname and IDENT reply
2012-08-27 Alexander BartonMerge branch 'cmode-M'
2012-08-27 Alexander BartonRemove Can_Send_To_Channel_Identified()
2012-08-26 Alexander BartonMerge branch 'better-chan-errors'
2012-08-26 Alexander BartonMerge branch 'move-connection-password' of git://arthur...
2012-08-26 Alexander BartonLogin_User(): use "conn" insted of calling Client_Conn... move-connection-password
2012-08-26 Alexander BartonFree already saved password when storing a new one
2012-08-26 DNS777Implement channel mode "M"
2012-08-26 Alexander BartonRemove unused ERR_CANNOTSENDTOCHAN2_MSG message better-chan-errors
2012-08-26 DNS777Add some more information to channel error numerics
2012-08-26 Alexander BartonEnhance "ServiceMask" to handle a list of masks
2012-08-26 Alexander BartonNew function MatchCaseInsensitiveList() to check list...
2012-08-26 Alexander BartonBlock nicknames that are reserved for services
2012-08-26 Alexander BartonRename Conf_IsService() to Conf_NickIsService()
2012-08-26 Alexander BartonCheck_Connections(): code cleanup
2012-08-23 Brett SmithIndentation and style fixes.
2012-08-23 Brett SmithConnection password is not constant.
2012-08-23 Brett SmithImplementation clean-ups.
2012-08-23 Brett SmithDynamically allocate memory for connection password.
2012-08-23 Brett SmithMove client password from the Client to the Connection...
2012-08-18 Alexander Bartonngt_RandomStr(): Add implicit cast to "unsigned".
2012-08-16 Alexander BartonFix a buffer overflow when initializing the random...
2012-08-05 Alexander BartonFix compiler warning when not building with ZLIB support
2012-08-03 Sebastian KöhlerHashed hostnames for CloakHost
2012-08-03 Sebastian KöhlerImplemented hashed cloaked hostnames for +x
2012-06-11 Alexander BartonMerge branch 'bug124-CloakHostModeX'
2012-06-08 Alexander BartonRename "CloakModeHost" option to "CloakHostModeX"
2012-06-08 Christoph BiedlIntroduce new configuration option "CloakModeHost"
2012-06-08 Alexander BartonCorrectly handle asynchronously re-established server...
2012-06-08 Alexander BartonLog a debug message when SIGUSR2 is handled
2012-06-01 Alexander BartonNoticeAuth: Fix test if IDENT reply has been invalid
2012-06-01 Alexander BartonIDENT reply: only allow alphanumeric characters in...
2012-06-01 Alexander BartonUSER command: only allow alphanumeric characters in...
2012-05-23 Alexander BartonChange wording of "TLS initialized" message
2012-05-22 Alexander BartonPidfile_Create(): Don't leak file descriptor on error...
2012-05-01 Alexander BartonNumeric 005 (ISUPPORT), CHANMODES: add missing mode "r"
2012-04-29 Alexander Bartonirc-cap.c: mark arguments of Handle_CAP_ACK() as "unused"
2012-04-29 Alexander Bartonirc-login.c, login.c: add missing include of "string.h"
2012-04-27 Alexander BartonMerge branch 'master' of /srv/git/ngircd
2012-04-27 Alexander BartonMerge branch 'capabilities'
2012-04-27 Alexander Barton"multi-prefix" capability 2/2: adjust NAME and WHO... capabilities
2012-04-27 Alexander Barton"multi-prefix" capability 1/2: implement complete CAP...
2012-04-27 Alexander BartonIRC_Send_NAMES(): Code cleanup
2012-04-27 Alexander BartonNew function Client_CapSet() in addition to Client_Cap...
2012-04-27 Alexander Barton"CAP REQ" starts capability negotiation and delays...
2012-04-18 Alexander BartonFix 8ec17063: "Lists_Add(): use size of destination...
2012-04-17 Alexander BartonLists_Add(): use size of destination when copying data
2012-03-31 Alexander BartonCorrectly handle "CAP END", new client type CLIENT_WAIT...
2012-03-31 Alexander BartonImplement core IRC capability handling and "CAP" command
2012-03-31 Alexander BartonNew "login" source file
2012-03-31 Alexander BartonIntroduce_Client() => Client_Introduce(), and move...
2012-03-31 Alexander BartonMakefiles: list each source files on a separate line
2012-03-28 Alexander BartonDon't ignore "permission denied" errors when enabling...
2012-03-12 Alexander BartonFix gcc warning, initialize "list" variable to NULL
2012-03-12 Alexander BartonFix typo: recieved -> received
2012-03-03 Christoph Biedlgetpid.sh: Fix testcase error for Debian using sbuild
2012-03-02 Alexander BartonDon't log "ngIRCd hello message" two times
2012-02-26 Alexander BartonDon't accept "[SSL]" in config when no SSL support...
2012-02-26 Alexander BartonFix C syntax: duplicate ";;" should be ";"
2012-02-14 Alexander BartonCorrectly re-open syslog logging after reading of confi...
2012-02-14 Alexander BartonLogging: remove "Activating ..." info message
2012-02-12 Alexander BartonFix forwarding of LIST commands
2012-01-25 Alexander BartonNew_Connection(): don't set the client hostname twice
2012-01-25 Alexander BartonClient_SetHostname(): Code cleanup, more debug logging
2012-01-24 Florian Westphalio: use define for number of possible events
2012-01-24 Florian Westphalio: remove outer do {} while loops for epoll/kqueue...
2012-01-24 Alexander BartonEnhance server command limits
2012-01-24 Alexander BartonSend a PING at the end of the server sync to detect it
2012-01-24 Alexander BartonNew function Conn_UpdatePing() to update the "ping...
2012-01-24 Alexander BartonConn_UpdateIdle(): Code cleanup
2012-01-23 Alexander BartonRPL_ISUPPORT_MSG(005): add "EXCEPTS=e INVEX=I"
2012-01-23 Alexander BartonFix "MAXLIST=beI:50": the limit is the sum of all lists
2012-01-22 Alexander BartonNew RPL_WHOISHOST_MSG(378): show hostname and IP address
2012-01-22 Alexander BartonNew function Conn_GetIPAInfo(): get IP address of a...
2012-01-22 Alexander BartonG/K-Lines: only add and delete valid IRC masks
2012-01-22 Alexander BartonCheck G/K-Lines before the client has been registered...
2012-01-22 Alexander BartonStreamline handling of connection rejects (bad password...
2012-01-22 Alexander BartonNew function Client_Reject() to reject clients on connect
2012-01-22 Alexander BartonNew function Lists_CheckReason() to get reason of list...
2012-01-22 Alexander BartonFix ERR_{SUMMON|USERS}DISABLED: don't repeat command...
2012-01-21 Alexander BartonImplement channel exception list (mode 'e')
2012-01-21 Alexander Barton{Add|Del}_Ban_Invite > {Add_To|Del_From}_List(): more...
2012-01-21 Alexander BartonRename ShowInvitesBans() to ShowChannelList(), make...
2012-01-21 Alexander BartonPRIVMSG/NOTICE: handle nick!user@host masks case-insens...
2012-01-16 Alexander BartonPRIVMSG/NOTICE: don't stop list processing on invalid...
2012-01-16 Alexander BartonImplement user mode 'C': require "same channel" to...
2012-01-16 Alexander BartonNew RPL_WHOISREGNICK_MSG(307) numeric: indicate if...
2012-01-16 Alexander BartonIRC_WHOIS_SendReply(): Code cleanup
2012-01-15 Alexander BartonLimit channel invite and ban lists to 50 entries
2012-01-15 Alexander BartonMake Send_ListChange() a little bit more generic
2012-01-15 Alexander BartonRemove unused prototype of Lists_AlreadyRegistered()
2012-01-15 Alexander BartonChannel lists: Fix duplicate check and error messages
2012-01-15 Alexander BartonDon't enforce MAX_HNDL_MODES_ARG on server and service...
2012-01-13 Alexander BartonDon't stop join handling on faulty channel, skip it...
2012-01-13 Alexander BartonJOIN command: don't check channel limit if already...
2012-01-09 Alexander BartonReturn ERR_UNKNOWNMODE(472) for unknown channel modes
2012-01-09 Alexander BartonNumberic 005 (ISUPPORT), CHANMODES: add "O", "R", ...
2012-01-06 Alexander BartonLimit list replies of LIST, WHO, WHOIS, and MAX_RPL_WHOWAS
2012-01-06 Alexander BartonNew function IRC_CheckListTooBig() to check size of...
2012-01-06 Alexander BartonLIST command: compare pattern case insensitive
next