implemented set KeepConn time function for later use (relay command)
[srvx.git] / src / proto-p10.c
2012-12-26 pk910implemented set KeepConn time function for later use...
2012-02-07 pk910Merge branch 'master' of ssh://git.pk910.de:16110/srvx
2012-02-02 rootMerge remote branch 'upstream/master'
2012-01-20 Michael PooleSupport ircu's XQUERY and XRESPONSE.
2011-12-13 pk910added channel mode +S (SSLCHAN)
2011-11-24 pk910activated new fakehost protocol
2011-11-09 rootMerge remote branch 'upstream/master'
2011-11-01 rootMerge remote branch 'upstream/master'
2011-10-30 Michael PooleFix compilation warnings from gcc 4.6.
2011-07-23 pk910changed TOKEN of FFAKEHOST2 to NFH
2011-07-23 pk910activated the new features
2011-07-23 pk910KICK user only if he's really in the channel!
2011-07-21 pk910commented out AUTOHIDE check on LOC because of a ircu...
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 pk910step over ! if it's allowed on MODE_NOFLOOD
2011-07-17 pk910fully included MODE_AUDITORIUM & fixed a missing break
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 pk910added CMODE_AUDITORIUM & CMODE_NOFLOOD
2011-07-08 pk910added unknown command handler (just reply that the...
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 pk910general P10_RELAY, P10_SVSMODE & P10_SVSJOIN support
2011-07-07 pk910general support for Channel Mode +NMFa and User Mode...
2011-07-07 pk910ignore MODE -z but allow MODE +z
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 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-02-15 Michael PooleMinor compilation and correctness fixes.
2010-02-15 Michael PooleSuppress pointless display of oplevels in ?chaninfo.
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 Michael PooleBug fix round-up for SF#2885593, SF#2924219 and SF...
2010-01-07 Michael PooleSend oplevels correctly during a burst.
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 PooleFix the account stamp parsing error reported in SF...
2009-09-17 Michael PooleAdd a new irc_user_modes() helper function and irc_user...
2009-03-06 Michael PooleFix warnings about shadowed variables, and use -Wshadow...
2009-03-05 Michael PooleDo not allow keys (of any sort) to start with ':',...
2009-01-03 Michael PooleConvert new_user_func_t to return void.
2009-01-03 Michael PooleAutomatically stop most user-oriented hooks if the...
2008-07-23 Michael PooleFix other copyright years.
2008-07-09 Michael PooleSupport sending and receiving account timestamps (but...
2008-07-08 Michael PooleProperly handle collisions during burst with persistent...
2008-04-24 Michael Poolesrc/proto-p10.c: Allow his_server{name,comment} to...
2008-03-25 Michael Poolesrc/proto-p10.c (AddUser): Avoid sending a duplicate...
2008-03-23 Michael PooleClean up some -pedantic warnings about passing non...
2008-01-05 Michael PooleConvert time-related variables to consistently use...
2007-12-14 Michael PooleAvoid appending a user to curr_opers or curr_helpers...
2007-07-27 ThiefMasterReversed channel order in remote whois so it matches...
2007-05-28 ThiefMasterGet rid of remaining tabs and replace them with spaces.
2007-05-28 Michael PooleAvoid crashing when BURST has missing modes.
2007-05-28 ThiefMasterAdded idletime to remote whois.
2007-05-23 Michael PooleFix unreg_{notice,privmsg}_func().
2007-03-11 Michael PooleRelease his_servername and his_servercomment on termina...
2006-12-23 Michael PooleAllow extra arguments to privmsg and notice.
2006-12-23 Michael PooleFix typo in MODE_APASS generation.
2006-10-27 Michael PooleSupport +I while we're adding modes..
2006-10-27 Michael PoolePull ThiefMaster's patch-3..5.
2006-10-06 Michael PooleFix sending P10 bursts with many bans.
2006-09-23 Michael PooleDummy handling fixes.
2006-09-22 Michael PooleAdd "dummy client" support.
2006-09-22 Michael PooleDelete obsolete and non-propagated user modes.
2006-09-22 Michael PooleMerge AddService(), AddClone() into AddLocalUser()
2006-09-11 Michael PooleSupport and use G-line lastmod timestamp.
2006-09-03 Michael PooleDelChannelUser call and semantic fixups
2006-04-07 Michael PooleFix a +o mode parsing error.
2006-04-06 Michael PooleFix some IPv6 address compatibility issues.
2006-04-05 Michael PooleCorrectly implement AsLL pong.
2005-11-17 Michael PooleFixes for LP64 models; announce IPv6 support.
2005-11-01 Michael PooleHandle default oplevels.
2005-10-08 Michael PooleInitial oplevel support.
2005-10-08 Michael PooleAdd IPv6 support.
2005-07-19 Michael PooleFix gcc-4.0 compile warnings and errors.
2005-01-31 Michael PooleAdd slab allocator; reduce delta with srvx-gs.
2005-01-26 Michael Pooleoffchannel fixes; more memory verification
2005-01-24 Michael PooleMore allocation debugging support.
2005-01-05 Michael PooleAdd MODE_REGISTERED as +z for P10.
2004-11-10 Michael PooleFix nick length check in is_valid_nick().
2004-09-06 Michael PooleFix bugs; better handle oplevels from ircu2.10.12
2004-07-19 Michael PooleBugfixes for !trim users, !unsuspend and /clearmodes
2004-07-12 Michael Pooleadd FAQ to distribition; make compatible with gcc-2.95
2004-07-01 Michael Poolemiscellaneous bugfixes and indentation fixes
2004-06-16 adamadded modes parameter to srvx.conf to control user...
2004-05-22 Michael PooleAdd fake host support (assuming your ircd supports it)
2004-05-09 Michael PooleFix several bugs; make off-channel a per-channel option
2004-05-06 adambasic off-channel support; restructuring how part funct...
next