]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree
Replace std::deque with std::vector in spanningtree and related modules
[user/henk/code/inspircd.git] / src / modules / m_spanningtree /
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-09-02 danieldgChange allocation of commands/modes
2009-09-02 danieldgClean up challenge generation to not include character...
2009-09-02 danieldgVerify modules providing routed commands are VF_COMMON
2009-09-01 danieldgRemove unneeded #ifdef IPV6 lines
2009-09-01 danieldgRemove unneeded paramaters from OnAcceptReady
2009-09-01 danieldgRemove more text<->binary IP conversions, making code...
2009-09-01 danieldgChange IP address storage in User to use more IPv4...
2009-09-01 danieldgStrip SUPPORT_IP6LINKS #define
2009-09-01 danieldgFix build of m_spanningtree and display of dependency...
2009-08-19 w00tFix a regression from fcb51634669e6ed588e42f2072c6f910e...
2009-08-17 danieldgAllow forward linking compatability by accepting higher...
2009-08-15 w00twin: Last part of support required for VS2010:
2009-08-14 w00tPrint line on empty prefix errors to track down a bug
2009-07-03 danieldgUse server name for source of remote TIME rather than SID
2009-06-30 w00tRoll back mysterious DNS change from 2007 which broke...
2009-06-15 danieldgFix ENCAP forwarding with multiword final parameter...
2009-06-07 danieldgAllow SSL fingerprint-based server authentication
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-05-14 danieldgFix UID collision on reload of m_spanningtree.so
2009-05-14 specialFix some incorrect STL iterations (using < end() instea...
2009-05-13 danieldgShow correct server source to users on FTOPIC and FMODE
2009-05-13 danieldgUse Utils->ServerUser instead of ServerInstance->FakeCl...
2009-05-13 danieldgMake the previous patches actually work
2009-05-13 danieldgReplace loopCall detection in OnUserKick with a check...
2009-05-13 danieldgUse a FakeUser source for server-sourced commands in...
2009-05-07 danieldgRemove handshake timer on server sockets that die befor...
2009-04-26 danieldgEnable lag-check pings on active servers - if bandwidth...
2009-04-26 danieldgRemove lag reporting in /map from servers that do not...
2009-04-23 peaveyrollback r11326, we're going to make vc9 the officially...
2009-04-23 brainHeres the beef so far
2009-04-22 danieldgAddendum to previous ping patch: NextPingTime was not...
2009-04-22 danieldgFix PingFlag not being set correctly for servers whose...
2009-04-21 danieldgAbort link early when mismatched modules are detected...
2009-04-20 danieldgActually use irc::modestacker correctly
2009-04-20 danieldgUse loopCall to protect OnUserKick rather than the...
2009-04-19 danieldgInitialize loopCall on construction
2009-04-19 danieldgAdd loopCall to prevent double-broadcasting new X:lines
2009-04-18 danieldgDon't send out UID for users that are quitting, because...
2009-04-01 danieldgFix ping server-skip logic from bug 792 fix
2009-03-18 brainFix for bug #784 reported by HiroP, add check to the...
2009-03-18 brainFix for bug #792 reported by recyclebin, do not attempt...
2009-03-16 psychonInstead of re adding the HandshakeTimer in m_spanningtr...
2009-03-15 dzUse IS_OPER(u) instead of checking for umode +o to...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-14 danieldgRevert r11194 "Quiet bursts for uplinks, suggested...
2009-03-14 danieldgMark children of remote servers as bursting while their...
2009-03-14 danieldgSend remote BURST on new incoming server introduction
2009-03-11 danieldgFix ComparePass for servers not supporting HMAC-SHA256...
2009-03-10 danieldgPush password comparison logic into ComparePass, fixes...
2009-03-10 brainQuiet bursts for uplinks, suggested by HiroP, thanks!
2009-03-09 danieldgAn FJOIN is not bursting unless the source server is...
2009-03-07 danieldgRemove some unneeded debug messages on the common case...
2009-03-07 danieldgInclude explicit parameter list in ProtocolInterface...
2009-03-06 danieldgConstruct explicit parameter type list for MODE parameters
2009-03-06 danieldgSend SVSNICKs during nick collision to prevent servers...
2009-03-05 danieldgFix crash when services (or a misbehaving remote server...
2009-03-02 danieldgRevert "Don't apply channel modes received in an non...
2009-03-02 danieldgDon't apply channel modes received in an non-burst...
2009-02-27 danieldgFix SID-sourced KILL being displayed to killee as from...
2009-02-27 danieldgFix previous module mismatch message; "remote" is misle...
2009-02-24 danieldgClarify module mismatch message
2009-02-18 danieldgRemove unused NumServers field
2009-02-18 danieldgRemove MaxMapHeight, replace with dynamically sized...
2009-02-18 danieldgApparently casting to float is not sufficient to cause...
2009-02-18 danieldgRework /MAP output to not be overly wide
2009-02-16 w00tRemove redundant PriorityState, enum Priority does...
2009-02-14 peaveyNuke trailing spaces
2009-02-09 danieldgRemove space before first user in FJOIN; also call...
2009-02-09 danieldgFix merge FJOIN debug message
2009-02-08 w00tFix: always have a colon marking the last FJOIN paramet...
2009-01-31 brainWe already have an error for not enough params to the...
2009-01-22 w00tRevert "Check nickname validity on introduction, closes...
2009-01-21 w00tCheck nickname validity on introduction, closes bug...
2009-01-04 brainThis is out of date, useless, and nobody updates it.
2009-01-02 brain...and make it not go querying modules that dont implem...
2009-01-02 brainIf a module is loaded after m_spanningtree that it...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-21 brainAllow for kick from a server origin to have a comma...
2008-12-15 w00tFix naming convention to be consistant. (cmd_ -> Command)
2008-12-12 w00tFix problem with autoconnects: don't reset NextConnectT...
2008-12-07 brainMake an error message more verbose to help users
2008-11-30 w00tRemove unused variable (thanks to everyone who noticed it)
2008-11-27 w00tDon't append server name to kill reasons.
2008-11-27 w00tForward-port: Created commit fcadb0b: Change rm to...
2008-11-20 brainFix for potential crash with invalid prefixes (prefixes...
2008-11-16 w00tDon't burst expired X:, should help stop bounce wars..
2008-11-04 brainFix malformed UID errors so that w00t can troubleshoot! :)
2008-11-02 w00tFire every debug.
2008-11-01 w00tSecond attempt at time() -> SI->Time(), now problems...
2008-11-01 w00tFix a result of Tired Coding (tm)
2008-10-31 w00tIt is not my %$"*&%" day. This never happened.
2008-10-31 w00tTidy up FJOIN processing somewhat - don't bother faking...
2008-10-31 w00tAdd REMOTEOPER snomask.. use it.
2008-10-31 w00tMove some messages (correctly) to remote link snomask.
2008-10-31 w00tAdd snomask +s +L - remote link notices.
2008-10-28 w00tRemove comment, as it is now done.
2008-10-27 w00tAdd user/channel mode synchronisation detection to...
2008-10-27 w00tBe a hell of a lot more strict about malformed UID...
2008-10-27 w00tFix redundant stats snotice, thanks dz.
next