]> arthur.barton.de Git - ngircd-alex.git/shortlog
ngircd-alex.git
2012-03-05 Alexander BartonReally include _all_ patches to build the Anope module
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-29 Alexander BartonngIRCd release 19 rel-19
2012-02-29 Alexander BartonMerge branch 'master' of /srv/git/ngircd
2012-02-29 Alexander BartonUpdate doc/Platforms.txt for ngIRCd 19
2012-02-29 Alexander Bartondoc/README-Interix.txt: note that GNU make should be...
2012-02-27 Alexander BartonUpdate config.guess and config.sub to recent versions
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 BartonngIRCd release 19~rc1 rel-19-rc1
2012-02-12 Alexander BartonUpdate RPM spec file description to match Debian "contr...
2012-02-12 Alexander BartonUpdate NEWS and ChangeLog files
2012-02-12 Alexander BartonFix forwarding of LIST commands
2012-02-04 Alexander BartonUpdate preliminary ngIRCd protocol module for Anope...
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-23 Alexander BartonUpdate NEWS and ChangeLog files
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 BartonUpdate NEWS and ChangeLog files
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-14 Alexander BartonUpdate documentation (fix some URL, update some info)
2012-01-13 Alexander BartonUpdate NEWS and ChangeLog for next ngIRCd release once...
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
2012-01-06 Alexander BartonIRC_LIST(): Code cleanup
2012-01-06 Alexander BartonDEFAULT_WHOWAS->DEF_RPL_WHOWAS; MAX_CMODES_ARG->MAX_HND...
2012-01-06 Alexander Bartondefines.h: Code cleanup and (a little bit) more documen...
2012-01-06 Alexander BartonRPL_ISUPPORT (numeric 005): Report MODES=<MAX_CMODES_ARG>
2012-01-06 Alexander BartonChannel modes: really break handling when MAX_CMODES_AR...
2012-01-06 Alexander Bartonchannel modes: only handle MAX_CMODES_ARG modes with...
2012-01-06 Alexander BartonFix handling of channel mode sequence with/without...
2012-01-06 Alexander BartonConn_Write(): Make sure there is a client when detectin...
2012-01-06 Alexander BartonProc_Close(): Only close socket if it is still valid
2012-01-04 Alexander BartonWHOIS command: make sure matching is case-insensitive
2012-01-04 Alexander BartonWHOIS command: don't anser queries for IRC servers
2012-01-04 Alexander BartonWHOIS command: make sure the reply ends with RPL_ENDOFWHOIS
2012-01-04 Alexander BartonREADME: update features list, borrow from list on our...
2012-01-04 Alexander BartonLINKS command: support <mask> parameter
2012-01-04 Alexander BartonIRC_LINKS(): Code cleanup; more documentation
2012-01-04 Alexander BartonAdd 1 second penalty for every further target on PRIVMS...
2012-01-04 Alexander BartonConn_SetPenalty(): Add new "penalty time" on each funct...
2012-01-03 Alexander BartonEnhance log messages when setting user and group bug118-UnknownUID
2012-01-03 Alexander BartonNGIRCd_getNobodyID(): Code cleanup
2012-01-03 Alexander BartonDisplay correct error message when "Server{UID|GID...
2012-01-03 Alexander BartonNGIRCd_Init(): Code cleanup
2012-01-03 Alexander Bartonmain(): Code cleanup
2012-01-03 Alexander BartonREADME: point to included COPYING file, not gnu.org
2012-01-03 Alexander BartonUpdate Copyright notices for 2012
2012-01-02 Florian Westphallists: don't crash if reason ptr is NULL
2012-01-02 Alexander BartonDon't stop join handling on faulty channel, skip it
2012-01-02 Alexander BartonIRC_JOIN(): Code cleanup
2012-01-02 Alexander BartonISON command: reply with correct upper-/lowercase nick...
2012-01-02 Alexander BartonIRC_ISON(): Code cleanup
2012-01-01 Alexander BartonRemove unused "bool have_arg" from IRC_WHO()
2012-01-01 Alexander BartonUpdate NEWS and ChangeLog for next ngIRCd release
2012-01-01 Alexander Bartonngircd.conf.5: reword description of "Ports" variable
2012-01-01 Alexander BartonNew configuration option "PAMIsOptional"
2011-12-31 Alexander BartonPAM: don't use global password buffer for conv struct
2011-12-31 Alexander Bartondoc/Modes.txt: document channel mode "r"
2011-12-30 Alexander BartonFixed handling of WHO commands
2011-12-30 Alexander BartonRemove unused "time_t now" from Lists_Check()
2011-12-29 Alexander BartonFixed some spelling errors in documentation and code...
2011-12-29 Alexander Bartoncontrib/Debian/control: Update and complete "Build...
2011-12-29 Alexander BartonUpdate our Debian package descriptions with "official...
2011-12-29 Alexander BartonFixed typo in two error messages
next