]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/treesocket2.cpp
Remove SpanningTreeProtocolInterface::SendOperNotice - it was translated to a SendSNO...
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / treesocket2.cpp
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...
2008-02-04 w00tClean up some FJOIN stuff
2008-02-04 w00tMove a piece of HMAC to hmac.cpp
2008-02-04 w00tSplit treesocket2 into various smaller files
2008-02-03 w00tClear up header insanity
2008-02-03 w00tPropegate BURST and ENDBURST network-wide for timing...
2008-02-03 brainWhoops
2008-02-03 brainWhat do you think of this, w00t?
2008-02-03 w00tFix burst time indicator: set startburst in treeserver...
2008-02-03 w00tShow extra debug for burst time
2008-02-03 w00tBroken, but.. show how many milliseconds a burst takes...
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-02-02 w00tCheck for empty prefixes, and close server connections...
2008-01-17 w00tFix.. snomask O is already taken (ffs) so use A instead
2008-01-17 w00tRemove InspIRCd::WriteOpers in favour of snomask O
2008-01-16 w00tValidate <server:id> on startup if provided, thx Brain
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-08 w00tForward port r8664: bind server sockets on /rehash
2008-01-07 w00tCorrect typo
2008-01-04 w00tForward port r8629: Fix for bug #458 - servers going...
2008-01-04 w00tBack out previous patch disabling ADDLINE processing...
2008-01-04 w00tADDLINE is broken, don't process it for now..
2007-11-09 brainRoadmap item "Fix jointhrottle to not try 'throttle...
2007-11-04 brainSome more to fix still, modules probably wont load...
2007-11-02 brainImplement DELLINE, allow both DELLINE and ADDLINE to...
2007-11-02 brainTidy up, and make the identifer for a line type be...
2007-10-31 brainMake it compilable :p
2007-10-31 brainAdd XLine::SetCreateTime that removes gline_set_creatio...
2007-10-31 brainUse XLineFactory in ADDLINE, so that it can deal with...
2007-10-31 brainMake it all compile.
2007-10-31 brainSpanningtree now compiles
2007-10-28 w00tPERL PIE FOR ALL: Rename a fuckload of XLineManager...
2007-10-28 w00t- Tear out a useless load of XLine clutters that did...
2007-10-15 w00tInspSocket -> BufferedSocket. Paves the way for a Simpl...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-14 brainChange the way origins are shown in snonotice, for...
2007-10-09 brainChange 'unrecognised command BLAH' to 'unrecognised...
2007-09-27 specialForgot part of the fix for bug #404
2007-09-04 burlex* Fixed some incorrect declarations in IOCPEngine
2007-09-02 specialFixed an issue that could cause empty parameters in...
2007-08-29 brainMake IsSID completely strict: Must be [digit][A-Zdigit...
2007-08-28 omMove everything module-related out of InspIRCd and...
2007-08-28 brainTidy up here, same tidyup cannot go back to stable...
2007-08-28 brainAdd SVSPART at request of the Anope team - You can...
2007-08-28 brainIf we see a NICK message without a timestamp on it...
2007-08-28 brainNote: NICK now takes two params, a nickname and a times...
2007-08-28 brainWhen a server sends a SERVER command with <5 params...
2007-08-28 brainLast raft of compile fixes
2007-08-28 brainConvert yet more to ServerConfig::GetSID() - this is...
2007-08-28 brainTidy up duplicate code, provide GetSID() method on...
2007-08-28 w00tDrop nick from incoming client on change collision...
2007-08-28 w00tHmm. We shouldn't use FindNick here, as that will find...
2007-08-28 w00tSlight change to traffic logging, as I never remember...
2007-08-28 w00tRemove unneeded headers from spanningtree. This was...
2007-08-28 w00tRemove the last uses of localised fake clients. This...
2007-08-28 w00tHandle nick change collision through the same rules...
2007-08-27 brainFix potential for duplicate SID if the SID is auto...
2007-08-27 w00tFix to use DuplicateID. This stops things segfaulting...
2007-08-27 w00tWell, this probably works. But it might not. :D.
2007-08-27 brainMove SID into TreeSocket constructor. w00t, search...
2007-08-27 brainStore id in TreeServer, use TreeServer::GetID() to...
2007-08-27 w00tDon't try do lookups by nickname any more, all s2s...
2007-08-27 w00tRemove some old style compatibility checking for 1...
2007-08-27 w00tIf SVSNICK fails, attempt to change to UID, before...
2007-08-27 w00tMake this lookup by UUID ahead of nick also, so things...
2007-08-27 w00tMake the server to server parser look for UUID. Current...
2007-08-27 w00tThis will royally fuck 1.2's linking right now, but..
2007-08-27 w00tFix to SVSJOIN: disallow invalid channel names. Needs...
2007-08-26 peaveyMake this compile, was missing a (
2007-08-26 w00tHide remote oper up notices if quiet bursts are enabled...
2007-08-26 brainRouting failure messages back where they came from...
2007-08-20 brainAdd a pair of colons which should fix some KILL message...
2007-08-20 brainIncrease max time difference to 600 secs
2007-08-15 burlex* include/caller.h will now compile correctly on Window...
2007-08-13 peaveyFix new millisec /map to compile on windows, by ifndef...
2007-08-07 brainFeature request from djGrr, allow changing of server...
2007-08-05 brainChange latency figures in /map to milliseconds, much...
2007-08-03 w00tThere was a missing colon on remote numeric 376. Spotte...
2007-07-24 w00tReplace some voodoo with a define
2007-07-23 brainFix crash on unload of modules with listening sockets...
next