srvx.git
2009-09-17 Michael PooleReplace the thoroughly outdated NEWS file with the...
2009-08-11 Michael PooleMake the kqueue ioset back-end less whiny.
2009-08-11 Michael PooleFix mod-blacklist (really, all of SAR) not working...
2009-08-11 Michael PooleMark the current code as rc3, and distribute mod-blackl...
2009-03-06 Michael PooleReport the number of memos, not recipients, in /msg...
2009-03-06 Michael PooleAvoid crashing when a user is killed by an on-auth...
2009-03-06 Michael PooleUpdate users' "present" and "seen" fields when unsuspen...
2009-03-06 Michael PooleFix warnings about shadowed variables, and use -Wshadow...
2009-03-06 Michael PooleAllow "edittrust" to accept 0 as a maximum count, and...
2009-03-06 Michael PooleUse "account" rather than "handle" in help text.
2009-03-05 Michael PooleNuke autogen.sh. "autoreconf -Wall" is recommended...
2009-03-05 ThiefMasterForward messages sent to helpserv after pickup to the...
2009-03-05 ThiefMasterDisplay the number of total unhandled + total requests...
2009-03-05 ThiefMasterAdd outrank check to chanserv.myaccess
2009-03-05 ThiefMasterRemove double reply in checkemail if nick/account is...
2009-03-05 Michael PooleCheck account-based alerts for all users, not just...
2009-03-05 Michael PooleFix handling of multiple users on a +h account in the...
2009-03-05 Michael PooleDo not allow keys (of any sort) to start with ':',...
2009-03-05 Michael PooleRemove help file reference to no-longer-existent command.
2009-03-05 Michael PooleRemove double free in opserv_add_bad_word(), fixing...
2009-01-03 Michael PooleAdd a comment on why topic change handlers return int.
2009-01-03 Michael PooleConvert new_user_func_t to return void.
2009-01-03 Michael PooleAutomatically stop most user-oriented hooks if the...
2009-01-03 Michael PooleFix compilation with gcc 4.3 and glibc 2.8.90.
2008-07-30 Michael PooleUpdate "now" in kevent ioset back-end.
2008-07-30 Michael PooleBail out of !opchan if someone has made ChanServ part...
2008-07-23 Michael PooleFix other copyright years.
2008-07-23 Michael Poolesrc/chanserv.c: Fix copyright years and !uset autoinvit...
2008-07-23 Michael PooleInclude mod-qserver and mod-snoop help files in distrib...
2008-07-23 Michael PooleDocument smtp mail back end even for autoconf builds.
2008-07-12 Michael PooleSimplify README and update it to mention the FAQ file. v1.4.0-rc3
2008-07-12 Michael PooleCorrectly handle a writable->unwritable transition...
2008-07-11 Michael PooleUpdate UPGRADE file for srvx-1.4.
2008-07-11 Michael PooleAllow NickServ to ignore accounts if the user's account...
2008-07-09 Michael PooleSupport sending and receiving account timestamps (but...
2008-07-08 Michael PooleProperly handle collisions during burst with persistent...
2008-07-08 Michael PooleAvoid crash when logging a HelpServ request with no...
2008-07-07 Michael PooleUpdate version tag for 1.4.0-rc2. v1.4.0-rc2
2008-07-05 Michael PooleFix SourceForge bug #1529487.
2008-07-05 Michael PooleFix SourceForge bug #864524: Say if too few arguments...
2008-07-05 Michael Poolesrc/modcmd.c: Allow certain commands to run if chanserv...
2008-06-15 Michael PooleAvoid crashing in opserv_join_check() without an OpServ.
2008-06-15 Michael PooleUse correct error string for getaddrinfo() and getnamei...
2008-06-15 Michael PooleDelete declaration of undefined timeval_comparator...
2008-06-15 Michael PooleAdd ircstrlower() function.
2008-04-30 Michael Poolesrc/Makefile.am: Fix typo in name of ioset-kevent.c.
2008-04-30 Michael PooleFully fix build on Cygwin.
2008-04-30 Michael PooleMakefile.win32: Include git-version.o and ioset-select...
2008-04-24 Michael Poolesrc/proto-p10.c: Allow his_server{name,comment} to...
2008-04-24 Michael PooleUpdate Win32 builds to mostly work under Cygwin.
2008-03-30 Michael PooleImplement our own output buffering inside saxdb.
2008-03-30 Michael PooleAdd close_file arg to saxdb_close_context(); allocate...
2008-03-30 Michael PooleMake saxdb_context definition private.
2008-03-30 Michael Poolesrc/log.c: Avoid recursive logging.
2008-03-25 Michael Poolesrc/proto-p10.c (AddUser): Avoid sending a duplicate...
2008-03-25 Michael PooleImplement kqueue()/kevent() ioset backend.
2008-03-24 Michael Poolesrc/mail-sendmail.c: Apparently SIGCHLD needs to be...
2008-03-24 Michael PooleUpdate gitignore files with in-tree build droppings.
2008-03-23 Michael Poolesrc/ioset-select.c (debug_fdsets): Default to an empty...
2008-03-23 Michael Poolesrc/ioset-select.c (ioset_select_remove): Null out...
2008-03-23 Michael PooleCheck for and use appropriate type of variadic macro...
2008-03-23 Michael Poolesrc/mail-sendmail.c (mail_send): Ignore SIGCHLD in...
2008-03-23 Michael Poolesrc/ioset-select.c: Populate and use an fdset for FDs...
2008-03-23 Michael PooleClean up some -pedantic warnings about passing non...
2008-03-23 Michael PooleMove SIGCHLD definition to compat.h so that other files...
2008-03-20 Michael PooleRemove extraneous semicolons from end of macro uses.
2008-03-20 Michael Poolesrc/chanserv.c: Do not mix variable declarations and...
2008-03-20 Michael Poolesrc/hash.c: Move irc_join() before callback handling...
2008-03-09 Michael Poolesrc/nickserv.help: Fix grammar in DELCOOKIE and ODELCOOKIE.
2008-03-09 ThiefMasterPass is_notice status to chanmsg funcs.
2008-03-09 ThiefMasterAllow *account to be used in !say and !emote.
2008-03-09 Michael PooleLog accountinfos on others' accounts as staff commands.
2008-03-09 ThiefMasterAdd checkemail and odelcookie commands to nickserv.
2008-01-05 Michael PooleConvert time-related variables to consistently use...
2007-12-18 Michael PoolePrefer "bind_address" for local addresses over "address".
2007-12-15 Michael PooleMake triggers work properly again for privsmsgs to...
2007-12-14 Michael PooleGreatly enhance the slab allocator.
2007-12-14 Michael PooleFix some memory leaks in the slab allocator (funny...
2007-12-14 Michael PooleAvoid appending a user to curr_opers or curr_helpers...
2007-12-14 Michael PooleFix some memory leaks.
2007-12-14 Michael PooleUpdate configure.in to show 1.4.0 rather than 1.4.
2007-12-14 Michael PooleUpdate config.h.win32 for more recent versions of mingw32.
2007-12-14 Michael PooleStore git version string to a C file, not a header.
2007-12-13 Michael PooleGet rid of trailing whitespace in coverage scripts.
2007-12-13 Michael PooleDo not generate a flood of complaints on rehashing...
2007-12-13 Michael PooleFix DNR expiration and expiration-based DNR searches.
2007-12-13 Michael PooleUpdate .gitignore files with entries normally generated...
2007-12-12 ThiefMasterDo not eat first word in ?part reason.
2007-12-12 Michael PooleFix sar.c build on FreeBSD 5.5.
2007-12-11 Michael PooleClarify some log messages. v1.4.0-rc1
2007-07-31 Michael PooleAdd variable reference to quash gcc warning with -DNDEBUG.
2007-07-28 ThiefMasterAdded forcekick command to opserv to allow kicking...
2007-07-27 Michael PooleAvoid trying to mmap() or read a zero-byte database...
2007-07-27 ThiefMasterDon't check users on bursting servers against blacklists.
2007-07-27 ThiefMasterReversed channel order in remote whois so it matches...
2007-07-27 ThiefMasterAdded debug notices for dnsbl matches in blacklist...
2007-07-27 Michael PooleFix an error in backtracking (apparently exacerbated...
2007-07-27 Michael PooleBump services version to 1.4.
2007-07-27 Michael PooleUpdate revision levels in config.h.win32.
2007-07-27 Michael PooleUplink exhaustion should be a non-fatal error, since...
next