srvx.git
2011-07-22 pk910added real message "scanner" to mod-watchdog.c
2011-07-21 pk910fixed NULL bug on modcmd.c cmd_stats_services
2011-07-21 pk910reset triggered counter when changing mask (Watchdog...
2011-07-21 pk910added cmd_setbad
2011-07-21 pk910changed type of shitlist to dict_t and added cmd_listba...
2011-07-21 pk910connect Watchdog before loading saved data (channels)
2011-07-21 pk910added cmd_register & cmd_unregister to mod-watchdog...
2011-07-21 pk910fixed cmd_users counter (-1)
2011-07-21 pk910commented out AUTOHIDE check on LOC because of a ircu...
2011-07-21 pk910added total user count to cmd_users
2011-07-20 pk910fixed watchdog config path (modules/watchdog)
2011-07-20 pk910added chanlist to mod-watchdog.c
2011-07-20 pk910fixed mod-watchdog.c basics
2011-07-20 Zer0nchanged needed access to set flag +b, added +I to ounre...
2011-07-20 pk910added mod-watchdog (without any functions, yet)
2011-07-20 Zer0nchanged cmd_myaccess: added ".. is owner of XX channel...
2011-07-20 Lukasadded flag +I (user not shown in staff list)
2011-07-19 pk910fixed P10_GLINE protocol violation (expiration has...
2011-07-18 pk910extended MODE_FORWARD check (check if the user is allow...
2011-07-17 pk910allow opers with security override enabled using MODE_N...
2011-07-17 pk910step over ! if it's allowed on MODE_NOFLOOD
2011-07-17 pk910fully included MODE_AUDITORIUM & fixed a missing break
2011-07-17 pk910removed nickserv.c "comparison between signed and unsig...
2011-07-17 pk910removed some debug output and fixed mode handling
2011-07-17 pk910include MASK check to LOC Authentication
2011-07-17 pk910check AutoHide setting on LOC Authentication
2011-07-17 pk910added FAKEHOST2 to support the FAKEIDENT idea coming...
2011-07-17 pk910reverted new fakehost change method (causes ident as...
2011-07-17 pk910fix
2011-07-17 pk910show Access on cmd_handleinfo & bypass mask check for...
2011-07-17 pk910added helpserv public channel
2011-07-17 pk910added CMODE_AUDITORIUM & CMODE_NOFLOOD
2011-07-08 pk910added unknown command handler (just reply that the...
2011-07-08 pk910make bots being able to see channels of other bots...
2011-07-08 pk910svsjoin, svsmode, svsnick, relay and simul added
2011-07-08 pk910added mode +a access check
2011-07-08 pk910channel created messages added
2011-07-08 pk910added option to force opers to be in staff_auth_channel
2011-07-08 pk910fixed various build errors
2011-07-08 pk910added LOC Support with privilege exchange and privilege...
2011-07-07 pk910added field called "website" to the handle info (only...
2011-07-07 pk910added $.x.y fakhosts where $ gets replaced with the...
2011-07-07 pk910general P10_RELAY, P10_SVSMODE & P10_SVSJOIN support
2011-07-07 pk910increased TOPICLEN to 500
2011-07-07 pk910general support for Channel Mode +NMFa and User Mode...
2011-07-07 pk910added invite_timeout to the example configuration
2011-07-07 pk910ignore MODE -z but allow MODE +z
2011-07-07 pk910only give users +ov if they have UserAutoOp enabled...
2011-07-07 pk910cmd_invitemeall added
2011-07-07 pk910fixes for the last commits (buildable now)
2011-07-07 pk910added entry counter to cmd_myaccess
2011-07-07 pk910added channel votes
2011-07-07 pk910added channel expire setting
2011-07-07 pk910added cmd_info peek time info
2011-07-07 pk910added user invite timeout
2011-07-07 pk910appended pre-install notes to INSTALL
2011-07-07 pk910fixed a small build problem (RANLIB is undefined)
2011-07-07 pk910applied SpamServ patch
2011-06-27 Michael PooleFix typo in #if test for localtime_r().
2011-05-03 Michael PooleFix the name and type of helpserv_bot.persist_types[].
2010-11-22 Michael PooleUpdate IP glob matching to work more accurately with...
2010-11-22 Michael PooleComplain properly about unterminated comments in config...
2010-11-19 Michael PooleFix available byte count returned by ioq_grow().
2010-07-04 Michael PooleFix endianness of IPv6 addresses in generate_hostmask().
2010-04-18 Michael PooleFix G-line handling and ?gtrace time display.
2010-03-18 Michael PooleClean up the implementations of mod_chanmode_format().
2010-03-18 Michael PooleSilently ignore +z when users use it from ChanServ...
2010-03-18 Michael PooleSimplify G-line code somewhat. Generate better output...
2010-03-18 Michael PooleImplement remote /time query functionality.
2010-03-18 Michael PooleSupport G-line lifetimes.
2010-03-15 Michael PooleFix various mode-related bugs (including SF#2964782...
2010-03-14 Michael PooleFix parsing of (P10) MODE <nickname> +<mode> <parameters>.
2010-03-09 Michael PooleRemove empty +z channels when the +z is removed.
2010-03-09 Michael PooleDo not send infolines when a normal user joins a +D...
2010-03-09 Michael PooleFix dereference of invalid pointer with ?chaninfo of...
2010-02-15 ThiefMasterAlso use AUTO for mod-blacklist glines.
2010-02-15 Michael PooleMinor compilation and correctness fixes.
2010-02-15 Michael PooleSuppress pointless display of oplevels in ?chaninfo.
2010-02-15 Michael PooleConvert a C++-style comment to C style for -ansi compil...
2010-02-15 Michael PooleAdd email argument to oregister
2010-02-15 ThiefMasterAdd MODSTATS command to HelpServ to allow stats modific...
2010-02-15 ThiefMasterSend helpserv notifications only to one helper client...
2010-02-15 ThiefMasterDisplay detailed usercounts in !peek (ops/voices/regulars)
2010-02-15 ThiefMasterExclude accounts with the +b flags in visited/expiry...
2010-02-15 ThiefMasterMake titlehost_suffix a global var so it can be accesse...
2010-02-15 ThiefMasterGet rid of ugly goto in opt_fakehost.
2010-02-15 ThiefMasterCheck for truncated title fakehosts when renaming accounts.
2010-02-15 ThiefMasterReject ident@host fakehost osets if the setter lacks...
2010-02-15 ThiefMaster* Fix sending of empty fakehosts when osetting 'fakehos...
2010-02-15 Michael PooleProperly check for fake idents when checking for user...
2010-02-15 ThiefMasterAdd support for snircd-style fakehosts (usermode +h...
2010-02-15 ThiefMasterAdd 'service offchannel' command to enable/disable...
2010-02-15 Michael PooleBug fix round-up for SF#2885593, SF#2924219 and SF...
2010-01-08 Michael PooleFix the time we set of SO_REUSEADDR for listening sockets.
2010-01-07 Michael PooleSend oplevels correctly during a burst.
2010-01-07 Michael PooleFix the build with gcc 4.4 and newer versions of libtool.
2009-09-23 Michael PooleFix input and output bugs in P10 IPv6 addresses with...
2009-09-21 Michael PooleFix typo when parsing channel mode changes for +A,...
2009-09-21 Michael PooleRemove the duplicated message ID reported in SF bug...
2009-09-21 Michael PooleFix the account stamp parsing error reported in SF...
next