srvx.git
2012-06-28 pk910fixed double free or corruption in nickserv.c
2012-03-03 pk910fixed bug in advtopic code
2012-03-03 pk910Merge branch 'master' of ssh://git.pk910.de:16110/srvx
2012-03-03 pk910tidied up advtopic code
2012-02-18 lukas9950updated example config
2012-02-14 pk910added AdvTopic (advanced topic) with multiple delimiters
2012-02-14 pk910fixed staff_levels to be required for everyone
2012-02-11 pk910fixed cmd_oauthlog (set NICKSERV_MIN_PARMS to 2)
2012-02-09 pk910applied staff_access patch by ThiefMaster
2012-02-09 pk910fixed missing language entries (missing in giveonership...
2012-02-09 pk910applied giveownership-history patch by ThiefMaster
2012-02-07 pk910Merge branch 'master' of ssh://git.pk910.de:16110/srvx
2012-02-07 pk910added revoke_mode_a setting
2012-02-02 rootMerge remote branch 'upstream/master'
2012-01-30 pk910hide password in log files in opt_password (oset password)
2012-01-30 pk910fixed crash in nickserv.c
2012-01-20 Michael PooleAdd a login-on-connect module using XQUERY/XRESPONSE. upstream/master
2012-01-20 Michael PooleSupport ircu's XQUERY and XRESPONSE.
2012-01-20 Michael PooleFix the modules list for module names ending in c.
2012-01-20 Michael PooleEnable silent rules for automake (requires automake...
2012-01-17 Michael PooleMove m4 support files into m4/ directory.
2012-01-11 pk910added cmd_oauthlog and fixed cmd_authlog to be user...
2012-01-10 pk910update LOC hostmask in the authlog when the "real"...
2012-01-10 pk910we can NOT use the numerics used by LOC - great work...
2012-01-10 pk910added authlog
2012-01-07 pk910build a better is_valid_email_addr function
2012-01-03 pk910added possibility to set custom fields on cmd_search
2011-12-27 lukas9950changed set_shows in default config: fixed CtcpUsers...
2011-12-26 pk910Merge branch 'master' of ssh://git.pk910.de:16110/srvx
2011-12-26 pk910handle kick events even if the target user is a service
2011-12-25 lukas9950allow network helpers to see the devnull class of users
2011-12-15 lukas9950changed Watchdog cmd_unregister: added information...
2011-12-15 pk910added possibility to use register without channel parameter
2011-12-13 pk910added channel mode +S (SSLCHAN)
2011-12-12 pk910fixed small memory leak (free old devnull names when...
2011-11-26 pk910ignore Bots on opserv_staff_alert and send alert via...
2011-11-26 pk910don't use empty new_channel_unauthed_join, new_channel_...
2011-11-24 pk910activated new fakehost protocol
2011-11-09 rootMerge remote branch 'upstream/master'
2011-11-09 pk910fixed vote commands
2011-11-02 lukas9950changed cmd_version informations
2011-11-01 rootMerge remote branch 'upstream/master'
2011-10-31 Michael PooleFix which userData is checked for deny-nonchannel memo...
2011-10-31 Michael PooleDo not show "[#channel (500,)]" in a !myaccess list.
2011-10-31 Michael PooleAllow !trim (for users) to work for helpers.
2011-10-30 Michael PooleAvoid adding expire_channels() to the timeq on !expire.
2011-10-30 Michael PooleRe-fix compilation of src/modcmd.c.
2011-10-30 Michael PooleFix compilation warnings from gcc 4.6.
2011-10-30 Michael PooleDocument the ChanServ toy commands.
2011-10-30 Michael PooleFix MIN_ARGC for ChanServ's !8ball and !d commands.
2011-10-16 pk910fixed unused variable warning
2011-10-15 pk910allow IRC Ops unregister protected channels (nodelete...
2011-10-12 pk910added cmd_opme command to chanserv (based on new devnul...
2011-08-26 pk910added $U $I $H (moved previous $H to $A)
2011-08-26 pk910ignore badwords on channels watchdog isn't in
2011-08-26 pk910fixed srvx language fail (minimum must NOT be greater...
2011-08-16 pk910don't hide protected channels from Network Helpers...
2011-07-23 pk910changed TOKEN of FFAKEHOST2 to NFH
2011-07-23 pk910activated the new features
2011-07-23 pk910fixed a (maybe) error in the database write function...
2011-07-23 pk910KICK user only if he's really in the channel!
2011-07-22 pk910fixed some syntax errors & tidied up code a little bit
2011-07-22 pk910extended example configuration file for mod-Watchdog
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
next