summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/treesocket2.cpp
AgeCommit message (Expand)Author
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
2007-09-27Forgot part of the fix for bug #404special
2007-09-04* Fixed some incorrect declarations in IOCPEngineburlex
2007-09-02Fixed an issue that could cause empty parameters in module commands to not be...special
2007-08-29Make IsSID completely strict: Must be [digit][A-Zdigit][A-Zdigit], nothing else.brain
2007-08-28Move everything module-related out of InspIRCd and into ModuleManager, there ...om
2007-08-28Tidy up here, same tidyup cannot go back to stable as it involves uidsbrain
2007-08-28Add SVSPART at request of the Anope team - You can tell if the server has SVS...brain
2007-08-28If we see a NICK message without a timestamp on it, squit the serverbrain
2007-08-28Note: NICK now takes two params, a nickname and a timestamp of the change.brain
2007-08-28When a server sends a SERVER command with <5 params, dont just close the conn...brain
2007-08-28Last raft of compile fixesbrain
2007-08-28Convert yet more to ServerConfig::GetSID() - this is the last of the obvious ...brain
2007-08-28Tidy up duplicate code, provide GetSID() method on ServerConfig which returns...brain