summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/treesocket2.cpp
AgeCommit message (Expand)Author
2008-08-22Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any...special
2008-07-19Fix total mess of makefile dependency macros (all depending on stuff they don...brain
2008-06-13Win32 compilation fixesbrain
2008-06-11fixed some indentation and spacing in modulespippijn
2008-06-06Remove this debug line, eliminating its pointless warningbrain
2008-06-06And fix typo that came with itbrain
2008-06-06Fix bug from std::string porting, thanks ThunderHackerbrain
2008-05-23Collision tweaksbrain
2008-05-18Convert m_spanningtreeaquanight
2008-05-05Okay, this was good in theory, but totally and utterly fucked in implementati...w00t
2008-05-05Convert m_spanningtreeaquanight
2008-04-21Hack, hack, hack, hack hack. Hack hack. Probably fix snotice loops, though.w00t
2008-04-17Remove SpanningTreeProtocolInterface::SendOperNotice - it was translated to a...w00t
2008-04-08Changes needed to get open-linking working.w00t
2008-04-08Comment tweakagew00t
2008-04-08This comment is slightly out of date: we do write to opers now.w00t
2008-04-08Remote REHASH stuff, this drove me nuts but should probably work now.. thx brainw00t
2008-04-07This should probably be tested, but makes a whole lot more sense like this (u...brain
2008-04-06Fix this up to convert deque to const char* const for w00tbrain
2008-04-06Remote /MAP: caution, this doesn't compilew00t
2008-04-06For some reason there was a FinishBurst in the encap command, which was sendi...brain
2008-04-05Tweaks to make some errors show server name and not server IDbrain
2008-04-05Redo the MODE warning stuff. Don't do some extra unneeded checks, don't allow...w00t
2008-04-05Fix crash in MODE when sent for a user, with only one parameter (which is wro...brain
2008-04-04Fix lost messages, thanks w00t and peaveybrain
2008-04-04Server origin privmsg, UNTESTED - will test in a minbrain
2008-04-01Remove call to FlushWriteBuffer from BufferedSocket::Write(), this means we d...w00t
2008-04-01Special check in here now that forbids all use of MODE in s2s for changing ch...brain
2008-03-21Whoops, forgot to tie ENCAP into receiver in treesocketbrain
2008-02-22w00t broke it :pbrain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-22Nuke TIMESYNC from orbit \o/w00t
2008-02-05Add server.cpp, handles all stuff related to the server command. treesocket2....w00t
2008-02-04Clean up some FJOIN stuffw00t
2008-02-04Move a piece of HMAC to hmac.cppw00t
2008-02-04Split treesocket2 into various smaller filesw00t
2008-02-03Clear up header insanityw00t
2008-02-03Propegate BURST and ENDBURST network-wide for timing of bursts, and to keep X...w00t
2008-02-03Whoopsbrain
2008-02-03What do you think of this, w00t?brain
2008-02-03Fix burst time indicator: set startburst in treeserver's constructor, BURST i...w00t
2008-02-03Show extra debug for burst timew00t
2008-02-03Broken, but.. show how many milliseconds a burst takes. Someone care to tell ...w00t
2008-02-02Move some stuff to usermanager, remove a little header insanity, remove trace...w00t
2008-02-02Check for empty prefixes, and close server connections attempting to use themw00t
2008-01-17Fix.. snomask O is already taken (ffs) so use A insteadw00t
2008-01-17Remove InspIRCd::WriteOpers in favour of snomask Ow00t
2008-01-16Validate <server:id> on startup if provided, thx Brainw00t
2008-01-10Header update: 2007 -> 2008w00t
2008-01-08Forward port r8664: bind server sockets on /rehashw00t