summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Whoops, stuff in the wrong place•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5712 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-11-121-1/+1
* Make OPERNOTICE work right•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5710 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-11-121-0/+1
* Add send_opers event and OPERNOTICE command to send remote server NOTICE•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5708 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-11-121-1/+18
* Yes, we do want to propogate the server mode•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5707 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-11-121-0/+3
* Allow normal MODE from a server prefix•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5704 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-11-121-0/+23
* Eliminate two trivial compile warnings pointed out by a few people•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5697 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-11-111-1/+2
* Dont allow overlapped ports in these files•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5695 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-11-111-1/+1
* Add irc::portparser, a class to parse port ranges in the form "6660,6661,6662...•••Needs testing, watch next few commits. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5690 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-11-111-55/+15
* Support hybrid-style port ranges in spanningtree, too•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5687 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-11-111-17/+61
* Add fix for patch #166 (this is a reasonably big one)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5679 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-11-101-4/+4
* Add gline type, and <filter:duration> value to say how long to ban for.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5666 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-11-101-18/+30
* Fixed broken syncing for glines and elines using idents - thanks to dotslashe...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5661 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2006-11-061-4/+4
* Modified the server-to-server TIME command to report the real time (without d...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5657 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2006-11-051-1/+1
* Made the 'force' parameter to BURST and TIMESET uppercase to satisfy the peda...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5651 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2006-11-051-2/+2
* Added the <options:notimesync> flag to disable time syncing•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5650 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2006-11-051-4/+13
* Added time syncing! This is fairly simple - servers exchange timestamps and u...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5649 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2006-11-051-16/+111
* one line tweak, if the prefix is empty, dont echo 'unknown prefix' to the deb...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5648 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-11-041-1/+2
* Added the send_push event to m_spanningtree (send raw text to a remote user)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5624 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2006-11-011-0/+13
* New events for special. Event id's "new_server" and "lost_server". The data i...•••Eventally, i might expand this to include more data about the server such as its 'gecos' field etc, but not just yet. Let me know what data you want first. Event source is valid and will point at the protocol module. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5623 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-11-011-0/+7
* Fix broken notice (relatively minor, the notice can be turned off)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5616 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-311-1/+1
* 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