]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/main.cpp
Make classbase and refcountbase uncopyable; expand comments on their indended uses
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / main.cpp
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-14 danieldgFix module unmapping with culled Module objects
2009-10-11 peaveyMove 2 static extensibles from user class to inspircd...
2009-10-09 danieldgMove autoconnect next-server to TreeSocket::cull, and...
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 valgrind issues and crashes on exit
2009-10-01 danieldgFix timeoutlist calling ConnectServer when not needed
2009-10-01 danieldgAdd ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing
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-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-17 danieldgAdd <autoconnect> blocks [jackmcbarn]
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
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-05 w00tChange OnPostLocalTopicChange to be OnPostTopicChange...
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-02 danieldgAdd away timestamp to the AWAY message sent server...
2009-09-02 danieldgSend out save SAVE on forced-UUID nick change of a...
2009-09-02 danieldgAdd OnChangeIdent and FIDENT support
2009-09-02 danieldgRemove now-unused quitmsg/operquitmsg fields from User
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgRemove calls to strdup() in core, it is not better...
2009-09-02 danieldgMetaData rework
2009-09-02 danieldgRemove unneeded ProtocolInterface::Introduce
2009-09-02 danieldgRemove unused I_ProtoSendMetaData, I_ProtoSendMode...
2009-09-02 danieldgAdd "created" parameter to OnUserJoin, to avoid explici...
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-09-02 danieldgChange allocation of commands/modes
2009-09-01 danieldgRemove unneeded #ifdef IPV6 lines
2009-09-01 danieldgFix build of m_spanningtree and display of dependency...
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-05-13 danieldgReplace loopCall detection in OnUserKick with a check...
2009-04-23 peaveyrollback r11326, we're going to make vc9 the officially...
2009-04-23 brainHeres the beef so far
2009-04-20 danieldgUse loopCall to protect OnUserKick rather than the...
2009-04-19 danieldgInitialize loopCall on construction
2009-04-19 danieldgAdd loopCall to prevent double-broadcasting new X:lines
2009-04-01 danieldgFix ping server-skip logic from bug 792 fix
2009-03-18 brainFix for bug #784 reported by HiroP, add check to the...
2009-03-18 brainFix for bug #792 reported by recyclebin, do not attempt...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-07 danieldgInclude explicit parameter list in ProtocolInterface...
2009-03-06 danieldgConstruct explicit parameter type list for MODE parameters
2009-02-16 w00tRemove redundant PriorityState, enum Priority does...
2009-01-02 brain...and make it not go querying modules that dont implem...
2009-01-02 brainIf a module is loaded after m_spanningtree that it...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-15 w00tFix naming convention to be consistant. (cmd_ -> Command)
2008-10-31 w00tAdd snomask +s +L - remote link notices.
2008-10-25 w00tUse TargetTypeFlags instead of int in a few places.
2008-10-25 w00tMove spanningtree to use OnChangeLocalUserHost instead...
2008-09-21 brainFix the 'i/o error on connection (no error)' stuff...
2008-09-19 peaveyImplement timeout on outgoing server connections as...
2008-09-11 aquanightFix KILL server-notice duplication
2008-09-08 w00tRemove old listening stuff from spanningtree, use a...
2008-08-29 w00tSafeguards
2008-08-27 w00tDon't force-finish a burst on a timer, instead, set...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-22 w00tMatch conversion stuff.
2008-08-22 w00tRevert automated conversion by Special, as it (unfortun...
2008-08-22 specialFix a lot of calls to match() and uses of wildcard...
2008-08-05 w00tMake this fit in with the rest of the code
2008-07-19 brainFix total mess of makefile dependency macros (all depen...
2008-07-11 w00tFix m_nopartmsg to work via API modification, involves...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-06-01 brainAdd ProtocolInterface::Introduce() to prevent confusion...
2008-05-18 aquanightConvert m_spanningtree
2008-05-05 brainRemove JOIN sending, all should be FJOIN
2008-05-05 w00tUn-break this so remote users still get RemoteMessage...
2008-05-05 brainAlter remotemessage here to not do what w00ts patch...
2008-05-05 aquanightConvert m_spanningtree
2008-04-17 w00tAdd todo note
2008-04-08 w00tRemote REHASH stuff, this drove me nuts but should...
2008-04-06 w00tMake ping warnings and lag check global across all...
2008-04-05 w00tFix multiple burst notifications in a better way (force...
2008-04-04 brainFix broken fjoin, looks like we forgot something when...
2008-04-04 w00tAdd simple modes to FJOIN instead of sending a seperate...
2008-04-04 brainServer origin PRIVMSG and NOTICE now supported by proto...
2008-04-04 brainNow rip out the old handler, and replace with an error...
2008-04-04 brainAdd basic stuff for protocol interface and implement...
2008-03-30 w00tAWAY notification for WATCH. Numerics are now sent...
2008-03-30 w00tMerge OnCancelAway and OnSetAway, add param awaymsg...
2008-03-30 aquanightCommit -Wformat=2 -Wmissing-format-attributes, printf...
2008-03-24 brainAnd more of them
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-03-21 brainGenerate warning if m_services_account.so and m_cap...
2008-03-21 brainThis seems to play nice now, but it seems we may have...
2008-03-21 brainENCAP stuff
2008-02-24 brainRollback complete! Everyone please go through the code...
2008-02-24 brainspanningtree now correctly uses OnReadConfig, so its...
2008-02-22 w00tNuke TIMESYNC from orbit \o/
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
next