]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/treesocket2.cpp
Add the server id to the Server class.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / treesocket2.cpp
2012-04-18 Robin BurchellFix typo.
2012-04-18 Robin BurchellMatch the logging in the rest of this module.
2012-04-18 Robin BurchellBe more helpful when processing commands from a linked...
2010-05-08 Daniel De GraafCorrect source of initial BURST line from servers sendi...
2010-04-29 Daniel De GraafDon't use an empty direction when receiving a sourceles...
2010-03-19 danieldgAdd RAWIO log level which is more verbose than DEBUG
2010-03-02 danieldgWhat, I have to make this compile now?
2010-03-02 danieldgLog invalid S2S commands a bit better
2010-02-28 danieldgFix snomask sending having the final-parameter colon...
2010-02-13 danieldgClean up treesocket naming confusion by adding a link...
2010-02-07 danieldgMore cleanup of quit servers
2010-02-04 danieldgAdd DYING link state, push error messages on link,...
2010-01-19 danieldgRemove overrides for ADMIN, STATS, TIME
2010-01-19 danieldgFix MOTD and RULES to work remotely (remove the old...
2010-01-18 danieldgMove lots of spanningtree items to commands
2010-01-11 brain...because every now and again, i have to do a massive...
2010-01-02 danieldgRemove special-case handling of SVSNICK, SVSJOIN, SVSPA...
2009-11-03 danieldgClean up duplicated link snomask messages on errors
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...
next