]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree.cpp
Add irc::portparser, a class to parse port ranges in the form "6660,6661,6662-6669...
[user/henk/code/inspircd.git] / src / modules / m_spanningtree.cpp
2006-11-11 brainAdd irc::portparser, a class to parse port ranges in...
2006-11-11 brainSupport hybrid-style port ranges in spanningtree, too
2006-11-10 brainAdd fix for patch #166 (this is a reasonably big one)
2006-11-10 brainAdd gline type, and <filter:duration> value to say...
2006-11-06 specialFixed broken syncing for glines and elines using idents...
2006-11-05 specialModified the server-to-server TIME command to report...
2006-11-05 specialMade the 'force' parameter to BURST and TIMESET upperca...
2006-11-05 specialAdded the <options:notimesync> flag to disable time...
2006-11-05 specialAdded time syncing! This is fairly simple - servers...
2006-11-04 brainone line tweak, if the prefix is empty, dont echo ...
2006-11-01 specialAdded the send_push event to m_spanningtree (send raw...
2006-11-01 brainNew events for special. Event id's "new_server" and...
2006-10-31 brainFix broken notice (relatively minor, the notice can...
2006-10-28 brainWhoops, wrong linfeed type on ADDLINE in netburst
2006-10-28 brainAllow admins to set the socket timeout on server connec...
2006-10-28 brainGive this one a go dotslasher, apply to ALL servers
2006-10-26 w00tDon't display this notice on an empty servername (which...
2006-10-23 w00tMore missing spaces (and unbreak compile)
2006-10-23 w00tFix bug experienced by satmd, remove space indents...
2006-10-22 brainBuffer more stuff up for each write by putting it into...
2006-10-22 brainFix sending bans on sync:
2006-10-21 w00tFix counts on spanningtree reload (this made /map look...
2006-10-21 brainGot it! I am teh 1337.
2006-10-21 brainTiny tweak
2006-10-20 brainConst refs
2006-10-19 brainReferences and stuff
2006-10-19 brainMore stuff changed to const ref
2006-10-19 brainConst ref frenzy!
2006-10-19 brainConst ref frenzy!
2006-10-19 brainOptimizations
2006-10-19 brainImprove WriteLine, this should be quite an improvement...
2006-10-19 brainUse rfind rather than find when chopping strings, its...
2006-10-19 brainRemove unused large vars
2006-10-17 brainRemember to delete the tree root when unloading the...
2006-10-17 brainMove the declaration of class Link up top
2006-10-17 brainWhoops, forgot to init a var
2006-10-17 brainRemove culllist.h from here, we no longer use it.
2006-10-17 brainRemove another 'using' for a symbol we use only once
2006-10-17 brainAdd a ton of comments to make this much more useful...
2006-10-17 brainBrain->GoToTownOnThisModule().
2006-10-17 brainFinally take ServerInstance out of the global scope...
2006-10-06 brainDocument more classes
2006-10-06 brainDocument a ton of classes (e.g. give them a short descr...
2006-10-05 brainReport invalid command name when invalid command is...
2006-10-05 brainRemove some annoying debug
2006-10-05 brainFixed freeing of bound sockets when unloading spanningtree
2006-10-05 brainRemove VF_STATIC from spanningtree and make a clever...
2006-10-05 brainAdd <options:announcets> to output the "TS for #chan...
2006-10-04 brainCheck for non-existent channel in FMODE
2006-10-04 brainNickname collisions were broken! :O
2006-10-03 brainSomeone review the comments i put in from line 1515...
2006-10-03 brainTidyup (remove casts) and commenting FJOIN a lot, so...
2006-10-03 brainFake direction check in FJOIN on all users, plus tidyup...
2006-10-02 brainSeems to work now
2006-10-02 brainmmmm dinner break, oh and document and make use of...
2006-10-02 w00tAdd r5381 fix to remote rehash too
2006-10-02 w00tThis ULine check looks really, really bad - and caused...
2006-10-01 brainIt all came down to a >1 where we needed a >0. Things...
2006-10-01 brainNow with binary versioning goodness
2006-09-28 specialCleaned up FJOIN a bit, fixing another segfault in...
2006-09-28 specialFixed another segfault in m_spanningtree's FJOIN (forgo...
2006-09-26 brainFix bug found by giggsey (even though he doesnt realise...
2006-09-26 brainmake OnPostConnect global
2006-09-26 brainOnly output the 'AES on' message if the socket state...
2006-09-26 brainChange error from 'connection established' to 'connecti...
2006-09-26 specialFixed a rather obvious crashbug in m_spanningtree ...
2006-09-25 brainMake this compile. We now have to change all OnUserPreJ...
2006-09-25 brainWhoops, patch
2006-09-25 brainAdd send_topic event, lets you send a topic for a chann...
2006-09-24 brainThis needs some testing.
2006-09-24 brainAdd new server to server command:
2006-09-19 brainFix crashes, and in the process make xline even faster!
2006-09-17 brainAdd const std::string &original_command to OnPreCommand...
2006-09-15 brainComment tidyup and change format so doxygen can detect...
2006-09-15 brainFix some stuff, avoid use of global ServerInstance var
2006-09-13 brainAdd a comment for readability
2006-09-13 brainTry this, jamie
2006-09-13 brainAdd debug to m_spanningtree, verifies that inspircd...
2006-09-06 brainForgot to return
2006-09-06 brainFinish off the fix for bug #136 (a biggie for such...
2006-09-06 brainCommand result codes. This isnt finished yet, still...
2006-09-06 brainJOIN now has a TS parameter on it. The client protocol...
2006-09-06 brainDrop and log unknown nicks in FJOIN, rather than aborti...
2006-09-05 brainNew CAPAB variable (manditory): PROTOCOL
2006-09-05 brainThis is a complex one: when autoconnecting, we check...
2006-09-04 brain'Connection to %s closed' now says 'Connection to ...
2006-09-04 brainCheck for failover pointing at self. This is an obvious...
2006-09-04 brainfailover connections are now added, thanks for the...
2006-09-02 brainOnly VF_COMMON modules are sent in CAPAB now, not VF_STATIC
2006-08-31 brainFix for bug #134 reported by mixx941: When user connect...
2006-08-31 brainForwardport fix from stable (bug#133 reported by insurg...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-29 brainSnomask +l (linking) and some +x (XLINE)
2006-08-29 brain+Q and +C (remote quit and connect) snomasks implemented
2006-08-29 brainSpanningtree tidyups
2006-08-28 w00tHey, what the hell. Let's do remote ADMIN too. :)
2006-08-28 w00t^*&^^)()%-
2006-08-28 w00tRemote MOTD support
2006-08-28 brainCheck for muppet 3rdparty apps that might not order...
2006-08-28 brainError scemantics - 'this' server, 'your' server
next