summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/treesocket2.cpp
AgeCommit message (Expand)Author
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
2008-01-07Correct typow00t
2008-01-04Forward port r8629: Fix for bug #458 - servers going missing on collision etcw00t
2008-01-04Back out previous patch disabling ADDLINE processing. The problem is in the n...w00t
2008-01-04ADDLINE is broken, don't process it for now..w00t
2007-11-09Roadmap item "Fix jointhrottle to not try 'throttle' clients during a netmerg...brain
2007-11-04Some more to fix still, modules probably wont load correctly atmbrain
2007-11-02Implement DELLINE, allow both DELLINE and ADDLINE to take a server OR client ...brain
2007-11-02Tidy up, and make the identifer for a line type be std::string not charbrain
2007-10-31Make it compilable :pbrain
2007-10-31Add XLine::SetCreateTime that removes gline_set_creation_time and friendsbrain
2007-10-31Use XLineFactory in ADDLINE, so that it can deal with anything the rest of th...brain
2007-10-31Make it all compile.brain
2007-10-31Spanningtree now compilesbrain
2007-10-28PERL PIE FOR ALL: Rename a fuckload of XLineManager's methodsw00t
2007-10-28- Tear out a useless load of XLine clutters that did nothing much except conf...w00t
2007-10-15InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id...w00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-14Change the way origins are shown in snonotice, for djGrrr :pbrain
2007-10-09Change 'unrecognised command BLAH' to 'unrecognised or malformed command BLAH...brain