summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
Commit message (Expand)AuthorAgeFilesLines
* Whoops, wrong linfeed type on ADDLINE in netburst•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5569 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-281-8/+8
* Allow admins to set the socket timeout on server connections•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5566 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-281-2/+4
* Give this one a go dotslasher, apply to ALL servers•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5565 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-281-4/+4
* Don't display this notice on an empty servername (which will happen if an inc...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5540 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-10-261-1/+3
* More missing spaces (and unbreak compile)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5537 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-10-231-3/+3
* Fix bug experienced by satmd, remove space indents + tidy a little•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5536 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-10-231-4/+7
* Buffer more stuff up for each write by putting it into larger blocks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5518 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-221-23/+35
* Fix sending bans on sync:•••* Dont cram them after +jfJLlk parameters * Limit them to MAXMODES per line git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5514 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-221-2/+12
* Fix counts on spanningtree reload (this made /map look really odd)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5510 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-10-211-1/+2
* Got it! I am teh 1337.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5508 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-211-1/+4
* Tiny tweak•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5506 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-211-2/+2
* Const refs•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5505 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-201-1/+1
* References and stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5503 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-191-8/+8
* More stuff changed to const ref•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5502 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-191-8/+8
* Const ref frenzy!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5501 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-191-8/+8
* Const ref frenzy!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5500 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-191-26/+26
* Optimizations•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5499 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-191-6/+11
* Improve WriteLine, this should be quite an improvement as it prevents a tempo...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5498 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-191-1/+2
* Use rfind rather than find when chopping strings, its faster as the \r is mor...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5497 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-191-2/+6
* Remove unused large vars•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5496 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-191-2/+0
* Remember to delete the tree root when unloading the module•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5495 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-171-0/+1
* Move the declaration of class Link up top•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5494 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-171-21/+22
* Whoops, forgot to init a var•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5493 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-171-6/+6
* Remove culllist.h from here, we no longer use it.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5492 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-171-1/+0
* Remove another 'using' for a symbol we use only once•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5491 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-171-3/+1
* Add a ton of comments to make this much more useful now (putting it all in a ...•••remove 'using namespace std' which we dont need. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5490 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-171-10/+58
* Brain->GoToTownOnThisModule().•••There is now NOTHING in the global namespace in this module. it's all passed around by class pointers, keeping the exported namespace clean git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5489 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-171-158/+84
* Finally take ServerInstance out of the global scope in this module, amongst a...•••Put it all into a class called SpanningTreeUtilities and pass this class around when constructing new objects. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5488 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-171-254/+269
* Document more classes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5435 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-061-0/+4
* Document a ton of classes (e.g. give them a short description for http://svn....•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5434 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-061-0/+2
* Report invalid command name when invalid command is given in negotiation phase•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5424 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-051-1/+3
* Remove some annoying debug•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5423 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-051-6/+0
* Fixed freeing of bound sockets when unloading spanningtree•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5422 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-051-3/+5
* Remove VF_STATIC from spanningtree and make a clever destructor to close and ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5418 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-051-1/+23
* Add <options:announcets> to output the "TS for #chan changed from 1111 to 2222".•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5417 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-051-1/+7
* Check for non-existent channel in FMODE•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5415 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-041-0/+3
* Nickname collisions were broken! :O•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5410 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-041-0/+1
* Someone review the comments i put in from line 1515 onwards, and see if theyr...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5407 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-031-8/+72
* Tidyup (remove casts) and commenting FJOIN a lot, so that others can fix stuf...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5406 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-031-24/+67
* Fake direction check in FJOIN on all users, plus tidyup of the code that form...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5405 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-031-7/+22
* Seems to work now•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5400 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-021-0/+7
* mmmm dinner break, oh and document and make use of modestacker.•••Someone test this, i cant as im at work. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5395 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-021-20/+25
* Add r5381 fix to remote rehash too•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5382 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-10-021-0/+1
* This ULine check looks really, really bad - and caused horrible things to hap...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5380 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-10-021-1/+2
* It all came down to a >1 where we needed a >0. Things should be stable now jamie•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5375 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-011-3/+3
* Now with binary versioning goodness•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5366 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-011-1/+1
* Cleaned up FJOIN a bit, fixing another segfault in the process. Brain should ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5355 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2006-09-281-13/+12
* Fixed another segfault in m_spanningtree's FJOIN (forgot to check if the chan...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5354 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2006-09-281-3/+2
* Fix bug found by giggsey (even though he doesnt realise he just found one)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5340 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-261-2/+2
* make OnPostConnect global•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5339 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-261-0/+2