]> arthur.barton.de Git - ngircd-alex.git/shortlog
ngircd-alex.git
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
2011-12-28 Alexander BartonLUSERS reply: only count "visible" channels
2011-12-28 Alexander BartonIRC_Send_LUSERS(): Code cleanup
2011-12-28 Alexander BartonDon't stop mode handling on unknown modes; skip it
2011-12-25 Alexander BartonIRC_xLINE(): output an error message for unexpected... bug114-GKLine
2011-12-25 Alexander BartonREADME: Update list of implemented commands
2011-12-25 Alexander BartonUpdate list item, if it already exists
2011-12-25 Alexander BartonLists_CheckDupeMask(): return pointer to already existi...
2011-12-25 Alexander BartonLog better error messages when rejecting clients
2011-12-25 Alexander BartonSynchronize G-Lines on server login
2011-12-25 Alexander BartonOp_Check(): always accept commands from a remote server...
2011-12-25 Alexander BartonClass_GetList() now retuns a pointer to list_head structure
2011-12-25 Alexander BartonCheck G-Line and K-Line lists after authenticating...
2011-12-25 Alexander BartonNew functions Lists_Expire() and Class_Expire()
2011-12-25 Alexander BartonImplement IRC_xLINE(): handler for "GLINE" and "KLINE...
2011-12-25 Alexander BartonOp_Check(): return client that initiated the request...
2011-12-25 Alexander Bartonirc-oper.c: code cleanup; more documentation
2011-12-25 Alexander BartonImplement IRC "STATS g" and "STATS k" command
2011-12-25 Alexander BartonNew function Class_GetList()
2011-12-25 Alexander Bartonlists.{c|h}: code cleanup; more documentation
2011-12-25 Alexander BartonList and class handling: add optional "reason" text
2011-12-24 Alexander BartonAdd new class.{c|h} module to Xcode project
2011-12-24 Alexander BartonAdd new class.{c|h} to project
2011-12-24 Alexander BartonLists: change "only once" property into "valid until"
2011-12-24 Alexander BartonXcode: update project file for Xcode 4.2
2011-12-24 Alexander Bartondefine HAVE_GAI_STRERROR for Mac OS X Xcode builds
2011-12-07 Alexander BartonConfiguration: get rid of Conf_Oper_Count and Conf_Chan...
2011-12-04 Alexander Barton./configure: Fix logic and quoting of poll() detection...
2011-12-04 Alexander BartonSuppress 'Can't create pre-defined channel: invalid...
2011-11-25 Alexander BartonOnly use poll() when poll.h exists as well
2011-11-25 Alexander BartonNot only check for poll(), make sure poll.h exists...
2011-11-10 Alexander Bartonwhois-test: handle local hostname = "localhost.localdomain"
2011-11-08 Alexander Bartonsample-ngircd.conf: show correct default for "PAM"...
2011-11-06 Alexander BartonUpdate GPL 2 license text to current version
2011-11-06 Alexander BartonTest for gai_strerror()
2011-11-06 Alexander BartonOnly use AI_NUMERICHOST if it is #define'd
2011-11-04 Alexander Bartondefines.h: fix comment: "lenth" -> "length"
2011-11-04 Alexander BartonInit_Server_Struct(): correctly zero Server->bind_addr
2011-11-03 Alexander BartonClean up and fix comments of Check_ArgIsTrue()
2011-09-07 Alexander BartonUpdate doc/GIT.txt
2011-09-07 Alexander BartonOnly close "unrelated" sockets in forked child processes
2011-08-26 Alexander BartonAdded doc/Modes.txt: document modes supported by ngIRCd
2011-08-26 Alexander BartonImplemented user mode "R" and channel mode "R"
2011-08-23 Alexander BartonUse Proc_Close() to remove no longer unused pipes to...
next