]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree
Add RAWIO log level which is more verbose than DEBUG
[user/henk/code/inspircd.git] / src / modules / m_spanningtree /
2010-03-19 danieldgAdd RAWIO log level which is more verbose than DEBUG
2010-03-02 danieldgFix some more incorrect socket use
2010-03-02 danieldgWhat, I have to make this compile now?
2010-03-02 danieldgLog duplicate UUID events a bit better
2010-03-02 danieldgLog invalid S2S commands a bit better
2010-03-01 danieldgLet ENCAP target match on server names, not just SIDs
2010-02-28 danieldgFix snomask sending having the final-parameter colon...
2010-02-25 danieldgDon't strip ENCAP from WHOISNOTICE, it will delink...
2010-02-23 danieldgReplace #define IPV6 with <config defaultbind="ipv6...
2010-02-21 danieldgAdd HMAC implementation to HashProvider
2010-02-18 danieldgAllow SASL messages to be targeted at the services...
2010-02-18 danieldgFix double-erase of iterator if a server dies and times...
2010-02-17 danieldgFix routing of prefix-channel messages now that 2.0...
2010-02-15 danieldgAdd <oper:autologin> to allow SSL fingerprint-based...
2010-02-13 danieldgClean up treesocket naming confusion by adding a link...
2010-02-13 danieldgFix double-invocation of Squit that can cause a crash...
2010-02-11 danieldgRestart server_hash iteration after quitting dead and...
2010-02-11 danieldgMake UID modify its parameter on a nick collision so...
2010-02-11 danieldgFix routing of KILL command when sourced from a server
2010-02-09 danieldgFix typo
2010-02-09 danieldgSort CAPAB CHANMODES and USERMODES
2010-02-09 danieldgAdd random number generation functions to InspIRCd...
2010-02-09 danieldgFix error message on OPTCOMMON mismatch
2010-02-08 danieldgSSL certificate requests prior to full registration...
2010-02-07 danieldgMore cleanup of quit servers
2010-02-06 danieldgFix left/right inversion in ListDifference
2010-02-06 danieldgSend module load/unload notifications so that services...
2010-02-04 danieldgFix FIDENT response forging to run prior to the ENCAP...
2010-02-04 danieldgFix wrapping check so we waste slightly fewer lines...
2010-02-04 danieldgAdd DYING link state, push error messages on link,...
2010-02-03 danieldgSplit servers if they try to send infinite garbage...
2010-02-03 danieldgDelink servers using an SSL module that is being reloaded
2010-02-03 danieldgForge FIDENT reply to CHGIDENT to prevent ident desync...
2010-02-01 danieldgImprove SSL fingerprint on link message
2010-02-01 danieldgStrip colons from server SSL fingerprint, to allow...
2010-02-01 danieldgAllow <link password=""> to specify identical send...
2010-01-30 danieldgStop parsing inbound server lines on an error
2010-01-30 danieldgRemove a few needless string crops, compile fix
2010-01-24 danieldgUse UID/SID as the source for ENCAP commands, not serve...
2010-01-24 danieldgFix ENCAP stripping, was incorrectly checking for ...
2010-01-24 danieldgIf SVSNICK is sent to force a change to a UID-lookalike...
2010-01-19 danieldgERROR is not a valid log level, so all these messages...
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 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 danieldgPreCommand/PostCommand are local-only hooks
2010-01-17 danieldgChange more modules to VF_OPTCOMMON and assert identica...
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 danieldgSpecify regex engine in m_filter/m_rline CAPAB line...
2010-01-14 danieldgVerify cloak keys match during CAPAB negotiation
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-02 danieldgRemove special-case handling of SVSNICK, SVSJOIN, SVSPA...
2009-12-31 w00tCheck channel name in SVSJOIN to avoid propegating...
2009-11-16 danieldgUse ServiceProvider for inter-module dependencies
2009-11-15 danieldgAdd Inspircd::AddServices
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-06 danieldgRemove Extensible parent from EventHandler
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 danieldgRemove AllowHalfop item from server config
2009-11-03 danieldgMove MODENOTICE command to a command module
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 recursive SENDSNO bounce
2009-10-22 danieldgMake irc::sockets::* parameters consistent, add irc...
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 danieldgChange module API to use LocalUser* where correct
2009-10-21 danieldgSplit LocalUser and RemoteUser
2009-10-21 danieldgsome WriteGlobalSno changes
2009-10-20 danieldgMove DumpText into User; kill unused WriteWallOps and...
2009-10-18 danieldgFix incorrect initialization of ConfigTag reference
2009-10-18 danieldgMore classbase cleanup, hold ConfigTag reference in...
2009-10-18 danieldgRemove VF_SERVICEPROVIDER, prevent heap allocation...
2009-10-18 danieldgCull channels, warn when Extensible objects are not...
2009-10-18 danieldgImprove SSL fingerprint messages when linking servers
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-14 danieldgFix module unmapping with culled Module objects
2009-10-14 danieldgMove static map of extensions into ServerInstance,...
2009-10-11 peaveyMove 2 static extensibles from user class to inspircd...
2009-10-10 danieldgUpdate m_cloaking to use free-form keys instead of...
next