]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree
Mark +P mode as oper-only now that it no longer requires an explicit permission string
[user/henk/code/inspircd.git] / src / modules / m_spanningtree /
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...
2009-10-09 danieldgprivate, who needs private...
2009-10-09 danieldgFix hook finding code and error reporting
2009-10-09 danieldgMove autoconnect next-server to TreeSocket::cull, and...
2009-10-09 danieldgAdd server ports to ServerInstance->ports, enable SSL...
2009-10-08 danieldgUpdate Event and Request APIs
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-10-02 danieldgFix routing for normal core commands like QUIT
2009-10-02 danieldgFix valgrind issues and crashes on exit
2009-10-01 danieldgMerge remote/local MODULES output
2009-10-01 danieldgFix timeoutlist calling ConnectServer when not needed
2009-10-01 danieldgAdd ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing
2009-10-01 danieldgFix some valgrind warnings
2009-10-01 danieldgChange SWHOIS to OPTCOMMON, remove m_operinvex
2009-10-01 danieldgENCAP removal for supported protocol 1201 commands
2009-09-30 danieldgAllow multiple autoconnects in a single <autoconnect...
2009-09-30 danieldgAdd explicit reference-counting base class
2009-09-30 danieldgMove destruction logic for User and Spanningtree into...
2009-09-26 danieldgChange IS_FAKE and CheckTimeStamp to IS_SERVER and...
2009-09-26 danieldgClean up svn:keywords
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-21 danieldgFix RSQUIT/RCONNECT routing
2009-09-21 danieldgDon't try to write to dead users, add debug to SquitSer...
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-17 danieldgRemove SID from /map for non-opers, and add it to non...
2009-09-17 danieldgAdd <autoconnect> blocks [jackmcbarn]
2009-09-15 danieldgMake end of netburst SNOMASK REMOTELINK unless servers...
2009-09-15 brainWhere there are hidden servers, report the /map server...
2009-09-14 danieldgImprove link error message on SSL fingerprint mismatch
2009-09-14 danieldgIntroduce "X" snomask for remote *:line messages [patch...
2009-09-14 danieldgFix compile warning
2009-09-13 danieldgFix automated metadata decoding with ExtItem
2009-09-13 danieldgClean up Command constructor
2009-09-13 danieldgAdd SerializeFormat for easier metadata formatting
2009-09-13 danieldgRemove redundant ServerInstance* fields
2009-09-13 danieldgModule API changes to use Membership* where sensible
next