summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/treesocket2.cpp
AgeCommit message (Expand)Author
2009-02-14Nuke trailing spacespeavey
2009-01-02Update copyrights for 2009.w00t
2008-12-21Allow for kick from a server origin to have a comma seperated list of nicknam...brain
2008-11-27Forward-port: Created commit fcadb0b: Change rm to force removal for configur...w00t
2008-11-20Fix for potential crash with invalid prefixes (prefixes which are neither val...brain
2008-10-31Add snomask +s +L - remote link notices.w00t
2008-09-30Some suggestions from jilles about handling unknown prefix errors, and some i...brain
2008-09-24Fix for listening sockets not clearing their timeout on connected. Reported b...peavey
2008-09-21Be consistent. Use ServerInstance in all places instead of 'Instance' in half...w00t
2008-09-19Implement timeout on outgoing server connections as per our docs <link:timeout>peavey
2008-09-08Remove old listening stuff from spanningtree, use a new derived listener class.w00t
2008-08-31Remove a redundant check, and fix user-mode change propegation. (closes bug #...w00t
2008-08-27Don't force-finish a burst on a timer, instead, set bursted if a PONG is reci...w00t
2008-08-23Remove (unnecessary) compiler warning bypass; we don't need to assign TreeSoc...w00t
2008-08-22Match conversion stuff.w00t
2008-08-22Revert automated conversion by Special, as it (unfortunately) neglects some d...w00t
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