]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Extbans can be VF_OPTCOMMON as they do not desync on module add/remove
[user/henk/code/inspircd.git] / src / modules /
2010-01-19 danieldgExtbans can be VF_OPTCOMMON as they do not desync on...
2010-01-19 danieldgRemove overrides for ADMIN, STATS, TIME
2010-01-19 danieldgFix MOTD and RULES to work remotely (remove the old...
2010-01-19 danieldgClean up some slow iterations
2010-01-19 danieldgDon't refuse to route internal spanningtree commands...
2010-01-18 danieldgSpecify routing for those commands
2010-01-18 danieldgMove lots of spanningtree items to commands
2010-01-18 danieldgRemove excessive gettimeofday system calls
2010-01-18 danieldgRemove unneededd IS_LOCAL casts
2010-01-18 danieldgPreCommand/PostCommand are local-only hooks
2010-01-18 danieldgFix iteration of oper blocks by SSLINFO
2010-01-17 danieldgMove initialization that throws configuration exception...
2010-01-17 danieldgAdd Module::init() for correct exception handling durin...
2010-01-17 danieldgChange more modules to VF_OPTCOMMON and assert identica...
2010-01-17 danieldgMake a ./configure --system to support system-wide...
2010-01-16 danieldgFix use of commasepstream on now space-separated items
2010-01-16 danieldgMake CHANMODES/USERMODES split by spaces
2010-01-15 danieldgRoute SVSSILENCE/SVSWATCH using OPT_UCAST, marking...
2010-01-15 danieldgRemove VF_COMMON from mode-provider modules (no longer...
2010-01-15 danieldgAdd CAPAB CHANMODES, CAPAB USERMODES to verify matching...
2010-01-14 danieldgAllow regex engine to be omitted in configuration to...
2010-01-14 danieldgFix compilation errors in previous commit
2010-01-14 danieldgSpecify regex engine in m_filter/m_rline CAPAB line...
2010-01-14 danieldgVerify cloak keys match during CAPAB negotiation
2010-01-14 danieldgMove revision information from Version object to a...
2010-01-11 brain...because every now and again, i have to do a massive...
2010-01-10 danieldgRemove spanningtree override of /LUSERS
2010-01-09 danieldgRemove mode counter, not reliable and only used for...
2010-01-09 danieldgDisallow adding prefix-mode when it is already set...
2010-01-07 danieldgAdd m_passforward, based on m_conn_pass_nickserv by...
2010-01-05 danieldgShow channel listmodes (+beIg) in /CHECK output
2010-01-02 danieldgFix counting error in r12237
2010-01-02 danieldgFix sqllog compile error
2010-01-02 danieldgRemove special-case handling of SVSNICK, SVSJOIN, SVSPA...
2009-12-31 w00tHook OnUserRegister instead of OnUserConnect so that...
2009-12-31 w00tCheck channel name in SVSJOIN to avoid propegating...
2009-11-21 dzDelete modewatchers when unloading modules that use...
2009-11-21 dzDon't tell the user they are banned and then still...
2009-11-21 dzallow channels starting with ## in m_banredirect.cpp...
2009-11-17 danieldgerm, why are we doing this twice?
2009-11-16 danieldgUse ServiceProvider for inter-module dependencies
2009-11-15 danieldgAdd Inspircd::AddServices
2009-11-15 danieldgAdd ParamChannelModeHandler
2009-11-15 danieldgHide channel mode structures
2009-11-13 danieldgGet rid of socklen_t parameter to Bind, we are using...
2009-11-12 danieldgFix typo
2009-11-12 danieldgFix incorrect opaque object use in ProtoSendMetaData...
2009-11-12 danieldgFix double-cull of users quitting due to connection...
2009-11-11 danieldgAdd fine-grained command flood controls
2009-11-11 danieldgChange /HELPOP => /HELP to be sensible and match every...
2009-11-11 danieldgAllow static build of inspircd without module support
2009-11-06 danieldgRemove Extensible parent from EventHandler
2009-11-06 danieldgMove StreamSocket inheritance off of User
2009-11-04 danieldgClarify handshake failure messages
2009-11-03 danieldgMatch USERINPUT/USEROUTPUT identifiers
2009-11-03 danieldgClean up duplicated link snomask messages on errors
2009-11-03 danieldgRemove m_halfop from list in compat linking mode
2009-11-03 danieldgCreate m_halfop
2009-11-03 danieldgRemove AllowHalfop item from server config
2009-11-03 danieldgMove MODENOTICE command to a command module
2009-11-01 danieldgFix CGI:IRC user class not being changed based on their...
2009-10-30 danieldgm_cloaking: extend IPv6 mask from /48 to /32, add IPv6...
2009-10-30 danieldgClean up typos and some unused code
2009-10-25 danieldgForce heap allocation of refcountbase, create usecountb...
2009-10-25 danieldgFixes from vtable cross-check
2009-10-25 danieldgAdd vtable cross-check code (known to work with GCC...
2009-10-25 danieldgFixes found by removing User inheritance from StreamSocket
2009-10-24 danieldgFix incorrect netburst detection
2009-10-24 danieldgCreate irc::sockets::cidr_mask
2009-10-24 danieldgProperly cull TreeServer objects when quitting several...
2009-10-24 danieldgGet rid of ModePair
2009-10-23 danieldgMake User::uuid and User::server const
2009-10-23 peaveyFix plural on netsplit SNO. [dKingston]
2009-10-23 danieldgFix memory leaks on reloadmodule and spanningtree unloa...
2009-10-23 danieldgFix m_httpd
2009-10-23 danieldgFix recursive SENDSNO bounce
2009-10-23 danieldgChange to <type:vhost> and <oper:vhost> because <oper...
2009-10-22 danieldgDisplay namedmodes on a single line
2009-10-22 danieldgMake irc::sockets::* parameters consistent, add irc...
2009-10-22 peaveyRemove the intercomm system since sqlite is synchronous.
2009-10-22 danieldgClean up unused functions, add nonicks operoverride...
2009-10-21 danieldgKill ListenSocketBase, use OnAcceptConnection for all...
2009-10-21 danieldgUse ConfigTagList as a faster access method for access...
2009-10-21 danieldgChange User::oper to an OperInfo reference
2009-10-21 danieldgMove all local-only fields to LocalUser
2009-10-21 danieldgChange module API to use LocalUser* where correct
2009-10-21 danieldgMove some local-only fields to LocalUser
2009-10-21 danieldgSplit LocalUser and RemoteUser
2009-10-21 danieldgsome WriteGlobalSno changes
2009-10-20 danieldgFix interaction of m_permchannels post-cull and channel...
2009-10-20 danieldgMove DumpText into User; kill unused WriteWallOps and...
2009-10-20 danieldgGet rid of more unneeded parent classes
2009-10-19 peaveyNuke VF_SERVICEPROVIDER from here too.
2009-10-19 danieldgValgrind now runs completely clean.
2009-10-18 danieldgFix incorrect initialization of ConfigTag reference
2009-10-18 danieldgRewrite m_alias DoCommand to do variable substitution...
2009-10-18 danieldgFix infinite loop on alias expansion, found by Adam
2009-10-18 danieldgMore classbase cleanup, hold ConfigTag reference in...
2009-10-18 danieldgRemove more classbase
2009-10-18 danieldgRemove VF_SERVICEPROVIDER, prevent heap allocation...
next