reverted new fakehost change method (causes ident as host on ircu :D)
[srvx.git] / src / proto-p10.c
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...
2004-05-01 adamintroduce unreg_privmsg_func, fix minor autoinvite...
2004-04-09 Michael PooleFix service triggers; allow service hostname configurat...
2004-04-03 Michael PooleI18N fixes and (hopefully) protocol fixes
2004-03-29 Michael Pooleautomatic arch-version.h update; CTCP support; helpfile...
2004-03-28 Michael PooleMore helpfile fixes
2004-03-24 Michael PooleInfinite recursion fix; mod_chanmode_parse() fixes
2004-03-10 EntropeLicense update
2004-03-10 EntropeFurther cleanups and bugfixes
2004-03-08 Entropebug fixes (from code coverage tests)
2004-02-29 ZootLimit mode parameter count.
2004-02-18 EntropeSupport topic bursts; fix topic display in CHANINFO...
2004-02-17 EntropeIndenting cleanups, +sp fix, PING fix
2004-02-11 EntropeInitial import (again)