]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/main.cpp
Add ProtocolInterface::Introduce() to prevent confusion over event ordering, and...
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / main.cpp
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...
2008-02-17 brainw00t pointed out it needs doing here too
2008-02-11 w00t-Woverloaded-virtual fixes
2008-02-11 w00tLast of the -Wshadow fixes.
2008-02-06 w00tFix warnings (thanks owine)
2008-02-03 w00tPropegate BURST and ENDBURST network-wide for timing...
2008-02-03 w00tRemove an obsolete value
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-01-17 w00tFix.. snomask O is already taken (ffs) so use A instead
2008-01-17 w00tRemove InspIRCd::WriteOpers in favour of snomask O
2008-01-17 w00tMove a number of methods from class InspIRCd to class...
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-08 w00tForward port r8664: bind server sockets on /rehash
2008-01-07 w00tgit-svn-id: http://svn.inspircd.org/repository/trunk...
2008-01-07 w00tSecond half of usercount fix..
2008-01-07 w00tFix up some usercounts stuff.. to be tested.
2007-11-16 w00tMinor change: Add + to FMODE on creation of a new chann...
2007-11-09 brainRoadmap item "Fix jointhrottle to not try 'throttle...
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-11-04 brainMore craq
2007-11-02 brainDont propogate K-lines
2007-11-02 brainImplement DELLINE, allow both DELLINE and ADDLINE to...
2007-11-02 brainHopefully fix the bursting of xlines to work again...
2007-10-31 brainMake it all compile.
2007-10-22 w00tRemove a wrapper, it's easy to read as is :p
2007-10-17 brainRemove debug
2007-10-17 brainUID translator broken with space or comma seperated...
2007-10-15 w00tInspSocket -> BufferedSocket. Paves the way for a Simpl...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-14 brainSplit up spanningtree some more, the filenames should...
2007-09-30 brainMinor change, param for local PING wasnt an SID and...
2007-09-04 burlex* Fixed connection messages in ModuleSpanningTree:...
2007-09-02 specialFixed an issue that could cause empty parameters in...
2007-08-31 specialFixed a bug introduced in r7827 (does not affect 1...
2007-08-29 brainWe really should SEND it too, if we're looking for...
2007-08-28 omMove everything module-related out of InspIRCd and...
2007-08-28 brainIf the user's nick is just a case change, the TS is...
2007-08-28 brainNote: NICK now takes two params, a nickname and a times...
2007-08-28 brainFixes 1
2007-08-28 brainConvert yet more to ServerConfig::GetSID() - this is...
2007-08-28 brainFirst round of servername->sid stuffs
2007-08-28 w00tRemove unneeded headers from spanningtree. This was...
2007-08-27 w00tDebug to try figure this out ..
2007-08-27 brainTranslation of mode parameters to uids where neccessary
2007-08-27 brainAuto translation nick->uuid for command params should...
2007-08-27 brainMore translation stuff
2007-08-27 brainFix obligotary typos
2007-08-27 brainTranslate some stuff to uid.
2007-08-27 w00tMake FJOIN send UUID
2007-08-27 w00tConvert a metric assload of stuff to use UID
2007-08-27 w00tSend UID (not nick) on client connection
2007-08-27 w00tSend UID prefix on module commands across links.
2007-08-26 brainDocument ModuleSpanningTree::RemoteMessage. Maybe usefu...
2007-08-26 brainRouting failure messages back where they came from...
2007-08-21 brainFix for delete-when-we-shouldnt bug similar to what...
2007-08-15 burlex* include/caller.h will now compile correctly on Window...
2007-08-13 peaveyFix new millisec /map to compile on windows, by ifndef...
2007-08-07 brainFeature request from djGrr, allow changing of server...
2007-08-05 brainChange latency figures in /map to milliseconds, much...
2007-07-18 brainIve tidied up the mode count stuff, but i still cant...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-11 brainFix for bug #347.
2007-07-10 brainThis should fix the rest of remote kill nick hiding
2007-07-03 pippijnRemoved superfluous semicolons
2007-06-17 brainMore
2007-06-17 peaveyDeprecate remote SQUIT, warn to use RSQUIT instead...
2007-06-15 peaveyremove a comment.
2007-06-15 peaveyFix for bug #296, remote squit not accepting wildcards...
2007-06-15 peaveytry out using one param RSQUIT for propogation of SQUIT.
2007-06-13 peaveyThis is not, not routing of SQUIT, nothing to see here...
2007-06-13 peaveyRemove remote SQUIT hacks.
2007-06-09 brainA ton more clear() and empty() stuff thats been lingeri...
next