]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/treesocket2.cpp
Move MODENOTICE command to a command module
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / treesocket2.cpp
2009-11-03 danieldgMove MODENOTICE command to a command module
2009-10-24 danieldgFix incorrect netburst detection
2009-10-23 danieldgMake User::uuid and User::server const
2009-10-23 danieldgFix recursive SENDSNO bounce
2009-10-21 danieldgsome WriteGlobalSno changes
2009-10-09 danieldgMove autoconnect next-server to TreeSocket::cull, and...
2009-10-08 danieldgUpdate Event and Request APIs
2009-10-01 danieldgMerge remote/local MODULES output
2009-10-01 danieldgAdd ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing
2009-09-30 danieldgAllow multiple autoconnects in a single <autoconnect...
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-17 danieldgAdd <autoconnect> blocks [jackmcbarn]
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-02 danieldgAdd away timestamp to the AWAY message sent server...
2009-09-02 danieldgAdd SAVE s2s protocol command
2009-09-02 danieldgAdd s2s backward compatability for protocol changes
2009-09-02 danieldgAdd OnChangeIdent and FIDENT support
2009-09-02 danieldgRemove useless vector copy
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-09-01 danieldgFix build of m_spanningtree and display of dependency...
2009-08-14 w00tPrint line on empty prefix errors to track down a bug
2009-05-13 danieldgUse Utils->ServerUser instead of ServerInstance->FakeCl...
2009-05-13 danieldgMake the previous patches actually work
2009-05-13 danieldgUse a FakeUser source for server-sourced commands in...
2009-04-26 danieldgEnable lag-check pings on active servers - if bandwidth...
2009-04-20 danieldgUse loopCall to protect OnUserKick rather than the...
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 danieldgSend remote BURST on new incoming server introduction
2009-03-10 brainQuiet bursts for uplinks, suggested by HiroP, thanks!
2009-03-06 danieldgSend SVSNICKs during nick collision to prevent servers...
2009-03-05 danieldgFix crash when services (or a misbehaving remote server...
2009-02-14 peaveyNuke trailing spaces
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-21 brainAllow for kick from a server origin to have a comma...
2008-11-27 w00tForward-port: Created commit fcadb0b: Change rm to...
2008-11-20 brainFix for potential crash with invalid prefixes (prefixes...
2008-10-31 w00tAdd snomask +s +L - remote link notices.
2008-09-30 brainSome suggestions from jilles about handling unknown...
2008-09-24 peaveyFix for listening sockets not clearing their timeout...
2008-09-21 w00tBe consistent. Use ServerInstance in all places instead...
2008-09-19 peaveyImplement timeout on outgoing server connections as...
2008-09-08 w00tRemove old listening stuff from spanningtree, use a...
2008-08-31 w00tRemove a redundant check, and fix user-mode change...
2008-08-27 w00tDon't force-finish a burst on a timer, instead, set...
2008-08-23 w00tRemove (unnecessary) compiler warning bypass; we don...
2008-08-22 w00tMatch conversion stuff.
2008-08-22 w00tRevert automated conversion by Special, as it (unfortun...
2008-08-22 specialFix a lot of calls to match() and uses of wildcard...
2008-07-19 brainFix total mess of makefile dependency macros (all depen...
2008-06-13 brainWin32 compilation fixes
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-06-06 brainRemove this debug line, eliminating its pointless warning
2008-06-06 brainAnd fix typo that came with it
2008-06-06 brainFix bug from std::string porting, thanks ThunderHacker
2008-05-23 brainCollision tweaks
2008-05-18 aquanightConvert m_spanningtree
2008-05-05 w00tOkay, this was good in theory, but totally and utterly...
2008-05-05 aquanightConvert m_spanningtree
2008-04-21 w00tHack, hack, hack, hack hack. Hack hack. Probably fix...
2008-04-17 w00tRemove SpanningTreeProtocolInterface::SendOperNotice...
2008-04-08 w00tChanges needed to get open-linking working.
2008-04-08 w00tComment tweakage
2008-04-08 w00tThis comment is slightly out of date: we do write to...
2008-04-08 w00tRemote REHASH stuff, this drove me nuts but should...
2008-04-07 brainThis should probably be tested, but makes a whole lot...
2008-04-06 brainFix this up to convert deque to const char* const for...
2008-04-06 w00tRemote /MAP: caution, this doesn't compile
2008-04-06 brainFor some reason there was a FinishBurst in the encap...
2008-04-05 brainTweaks to make some errors show server name and not...
2008-04-05 w00tRedo the MODE warning stuff. Don't do some extra unneed...
2008-04-05 brainFix crash in MODE when sent for a user, with only one...
2008-04-04 brainFix lost messages, thanks w00t and peavey
2008-04-04 brainServer origin privmsg, UNTESTED - will test in a min
2008-04-01 w00tRemove call to FlushWriteBuffer from BufferedSocket...
2008-04-01 brainSpecial check in here now that forbids all use of MODE...
2008-03-21 brainWhoops, forgot to tie ENCAP into receiver in treesocket
2008-02-22 brainw00t broke it :p
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-22 w00tNuke TIMESYNC from orbit \o/
2008-02-05 w00tAdd server.cpp, handles all stuff related to the server...
2008-02-04 w00tClean up some FJOIN stuff
2008-02-04 w00tMove a piece of HMAC to hmac.cpp
2008-02-04 w00tSplit treesocket2 into various smaller files
2008-02-03 w00tClear up header insanity
2008-02-03 w00tPropegate BURST and ENDBURST network-wide for timing...
2008-02-03 brainWhoops
2008-02-03 brainWhat do you think of this, w00t?
2008-02-03 w00tFix burst time indicator: set startburst in treeserver...
2008-02-03 w00tShow extra debug for burst time
2008-02-03 w00tBroken, but.. show how many milliseconds a burst takes...
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-02-02 w00tCheck for empty prefixes, and close server connections...
2008-01-17 w00tFix.. snomask O is already taken (ffs) so use A instead
2008-01-17 w00tRemove InspIRCd::WriteOpers in favour of snomask O
2008-01-16 w00tValidate <server:id> on startup if provided, thx Brain
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-08 w00tForward port r8664: bind server sockets on /rehash
2008-01-07 w00tCorrect typo
next