]> arthur.barton.de Git - ngircd-alex.git/history - src
Conn_Write(): Make sure there is a client when detecting its type
[ngircd-alex.git] / src /
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 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 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 BartonNew configuration option "PAMIsOptional"
2011-12-31 Alexander BartonPAM: don't use global password buffer for conv struct
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 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 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} to project
2011-12-24 Alexander BartonLists: change "only once" property into "valid until"
2011-12-07 Alexander BartonConfiguration: get rid of Conf_Oper_Count and Conf_Chan...
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-10 Alexander Bartonwhois-test: handle local hostname = "localhost.localdomain"
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 BartonOnly close "unrelated" sockets in forked child processes
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...
2011-08-23 Alexander BartonNew function Proc_Close() to shutdown pipes to child...
2011-08-23 Alexander BartonIntroduce DEBUG_BUFFER, rework some debug messages
2011-08-22 Alexander BartonTestsuite: bind to loopback (127.0.0.1) interface only
2011-08-19 Alexander BartonNew 2nd message "Nickname too long" for error code 432
2011-08-19 Alexander BartonClient_CheckNick(), Client_IsValidNick(): code cleanup
2011-08-13 Alexander BartonMerge branch 'ServerMode'
2011-08-09 Alexander BartonMerge branch 'bug113-SrvPrefix'
2011-08-02 Alexander BartonCast getpid() and time() results for srand() input
2011-08-01 Alexander BartonIRC_QUIT(): disconnect directly linked servers sending...
2011-08-01 Alexander BartonHandle channel user modes 'a', 'h', and 'q' from remote... ServerMode
2011-08-01 Alexander BartonHandle unknown channel modes on server links
2011-08-01 Alexander BartonHandle unknown user modes on server links
2011-08-01 Alexander BartonIRC_MODE(), Client_Mode(): code cleanup [2/2]
2011-08-01 Alexander BartonEnlarge client user mode buffer, reduce client flags...
2011-08-01 Alexander BartonInfom clients when other servers change their user...
2011-08-01 Alexander BartonIRC_MODE(), Client_Mode(): code cleanup [1/2]
2011-07-30 Alexander BartonSlightly change (and document!) IRC_KILL() calling... bug113-SrvPrefix
2011-07-30 Alexander BartonTestsuite: make getpid.sh work even when run as root
2011-07-19 Alexander BartonSpoofed prefixes: close connection on non-server links...
2011-07-10 Alexander BartonMorePrivacy: Don't register WHOWAS information
2011-06-28 Alexander BartonGnuTLS: use 1024 (DH_BITS_MIN) as minimum size of the...
2011-06-27 Alexander Bartonhash: Use UINT32 instead of uint32_t
2011-06-26 Florian Westphalhash: use more recent lookup3 algorithm instead of...
2011-06-26 Alexander BartonUse srand()/rand() instead of srandom()/random(); seems...
2011-06-26 Alexander BartonMerge branch 'MorePrivacy'
2011-06-26 Alexander BartonMerge branch 'ScrubCTCP'
2011-06-26 Alexander BartonMerge branch 'newconfig'
2011-06-25 Alexander BartonMove SSL-related configuration variables to new [SSL...
2011-06-25 Alexander BartonCheckFileReadable(): only check when a filename is...
2011-06-25 Alexander BartonPAM: make clear which "Password" config option is ignored
2011-06-25 xorNew configuration opion "MorePrivacy" to "censor" some... MorePrivacy
2011-06-25 xorNew option to scrub incoming CTCP commands
2011-06-25 Alexander BartonTestsuite: update configuration files for new config...
2011-06-25 Alexander BartonDisplay configuration errors more prominent on "--confi...
2011-06-25 Alexander Bartonconf.c: code cleanup
2011-06-25 Alexander BartonCheck for redability of SSL-related files like for...
2011-06-25 Alexander BartonRestructure ngIRCd configuration, introduce [Limits...
2011-06-05 Florian Westphalconn: fix error handling when connecting to server
2011-06-04 Florian Westphalssl: gnutls: bump dh bitsize to 2048
2011-05-06 Florian Westphalfix clang warning about dead stores
next