summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
AgeCommit message (Expand)Author
2006-11-16Make STATS i, y, c, n more relevent to 1.1brain
2006-11-13Modify server counts in /lusers to show number of servers actually visible if...brain
2006-11-12Slight hax. When bursting a channel - in the fmode, if we dont have +n or +t ...brain
2006-11-12If a new channel is created, after sending the FJOIN for the first user in, s...brain
2006-11-12Added a notice that all people bumping the protocol version should edit a pag...brain
2006-11-12Protocl-Version bump to 1102brain
2006-11-12Oops, using wrong parambrain
2006-11-12More funky stuff, SNONOTICE, MODENOTICE to go with OPERNOTICEbrain
2006-11-12Whoops, stuff in the wrong placebrain
2006-11-12Make OPERNOTICE work rightbrain
2006-11-12Add send_opers event and OPERNOTICE command to send remote server NOTICEbrain
2006-11-12Yes, we do want to propogate the server modebrain
2006-11-12Allow normal MODE from a server prefixbrain
2006-11-11Eliminate two trivial compile warnings pointed out by a few peoplebrain
2006-11-11Dont allow overlapped ports in these filesbrain
2006-11-11Add irc::portparser, a class to parse port ranges in the form "6660,6661,6662...brain
2006-11-11Support hybrid-style port ranges in spanningtree, toobrain
2006-11-10Add fix for patch #166 (this is a reasonably big one)brain
2006-11-10Add gline type, and <filter:duration> value to say how long to ban for.brain
2006-11-06Fixed broken syncing for glines and elines using idents - thanks to dotslashe...special
2006-11-05Modified the server-to-server TIME command to report the real time (without d...special
2006-11-05Made the 'force' parameter to BURST and TIMESET uppercase to satisfy the peda...special
2006-11-05Added the <options:notimesync> flag to disable time syncingspecial
2006-11-05Added time syncing! This is fairly simple - servers exchange timestamps and u...special
2006-11-04one line tweak, if the prefix is empty, dont echo 'unknown prefix' to the deb...brain
2006-11-01Added the send_push event to m_spanningtree (send raw text to a remote user)special
2006-11-01New events for special. Event id's "new_server" and "lost_server". The data i...brain
2006-10-31Fix broken notice (relatively minor, the notice can be turned off)brain
2006-10-28Whoops, wrong linfeed type on ADDLINE in netburstbrain
2006-10-28Allow admins to set the socket timeout on server connectionsbrain
2006-10-28Give this one a go dotslasher, apply to ALL serversbrain
2006-10-26Don't display this notice on an empty servername (which will happen if an inc...w00t
2006-10-23More missing spaces (and unbreak compile)w00t
2006-10-23Fix bug experienced by satmd, remove space indents + tidy a littlew00t
2006-10-22Buffer more stuff up for each write by putting it into larger blocksbrain
2006-10-22Fix sending bans on sync:brain
2006-10-21Fix counts on spanningtree reload (this made /map look really odd)w00t
2006-10-21Got it! I am teh 1337.brain
2006-10-21Tiny tweakbrain
2006-10-20Const refsbrain
2006-10-19References and stuffbrain
2006-10-19More stuff changed to const refbrain
2006-10-19Const ref frenzy!brain
2006-10-19Const ref frenzy!brain
2006-10-19Optimizationsbrain
2006-10-19Improve WriteLine, this should be quite an improvement as it prevents a tempo...brain
2006-10-19Use rfind rather than find when chopping strings, its faster as the \r is mor...brain
2006-10-19Remove unused large varsbrain
2006-10-17Remember to delete the tree root when unloading the modulebrain
2006-10-17Move the declaration of class Link up topbrain