]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Remove unneeded headers from spanningtree. This was done to the rest of the source...
[user/henk/code/inspircd.git] / src / modules /
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 w00tConvert m_devoice to use global fake client, rather...
2007-08-28 w00tHandle nick change collision through the same rules...
2007-08-28 w00tMove nickname collision logic into TreeSocket::DoCollis...
2007-08-28 w00tMode to protect services from /kill and hide channel...
2007-08-28 w00tPatche(s) to m_deaf by praetorian, allowing for certain...
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 brainAdd bool TreeSocket::DuplicateID(), as its not safe...
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 brainThis may need tidying up to make SetID internal and...
2007-08-27 brainStore id in TreeServer, use TreeServer::GetID() to...
2007-08-27 w00tRemove check for duplicate UUID, constructor of userrec...
2007-08-27 brainUpdate comment to say we need to SQUIT. This is a minor...
2007-08-27 w00tThis comment is no longer valid
2007-08-27 w00tDocument the use of SVSNICK to fix a remote user on...
2007-08-27 w00tOkay. Make it compile too, and make equal TS collision...
2007-08-27 w00tNickname collision: third revisitation
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 w00tnickflood: Allow changes to UID
2007-08-27 w00tnicklock: Allow change to a UID
2007-08-27 w00trestrictbanned: Allow changes to UID
2007-08-27 w00tnonicks: allow switches to UID, so we don't get loads...
2007-08-27 w00tIf SVSNICK fails, attempt to change to UID, before...
2007-08-27 w00tTS may be a more elegant solution, but it is fucking...
2007-08-27 w00tOops, forgot a branch (the logic here totally sucks...
2007-08-27 w00tNick collision handling with TS rules. This probably...
2007-08-27 brainRemove some printfs
2007-08-27 brainFix for problems with translations
2007-08-27 w00tDebug to try figure this out ..
2007-08-27 w00tAdd a metric assload of TRANSLATE macros to modules.
2007-08-27 brainTranslation of mode parameters to uids where neccessary
2007-08-27 brainSome useful defines for tidy definition of translation...
2007-08-27 brainAuto translation nick->uuid for command params should...
2007-08-27 brainMore translation stuff
2007-08-27 w00tRemove unnecessary header traffic
2007-08-27 brainA few tidyups, and comment how the new constructors...
2007-08-27 brainAllocate uid in userrec constructor. Optional param...
2007-08-27 brainFix obligotary typos
2007-08-27 brainTranslate some stuff to uid.
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 w00tOops, don't forget to save UUID of remote clients
2007-08-27 w00tMake FJOIN send UUID
2007-08-27 w00tConvert a metric assload of stuff to use UID
2007-08-27 w00tSend UID (not nick) on client connection
2007-08-27 w00tSend UID prefix on module commands across links.
2007-08-27 w00tParanoia: Check for UUID collision on UID reciept,...
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 w00tBump ABI version and protocol version. Note that this...
2007-08-26 peaveyMake this compile, was missing a (
2007-08-26 w00tAdd 'you are banned' numeric to banredirect output...
2007-08-26 w00tHide remote oper up notices if quiet bursts are enabled...
2007-08-26 brainFix for bug #376 - FEATURE - (sorry w00t) - not backpor...
2007-08-26 brainAdd m_commonchans.so (documented in example conf, no...
2007-08-26 brainDocument ModuleSpanningTree::RemoteMessage. Maybe usefu...
2007-08-26 brainRouting failure messages back where they came from...
2007-08-25 brainImplement bug #396, feature request from Bricker
2007-08-23 brainCraquity craq De-craq!
2007-08-23 brainAdd some stuff to change how we process a token sepeper...
2007-08-21 brainWhoops, found a bug in it anyway :p
2007-08-21 brainImplement feature in bug #395 reported by stealth,...
2007-08-21 brainFix for delete-when-we-shouldnt bug similar to what...
2007-08-20 brainThe only possibility for the issue sts found is that...
2007-08-20 brainAdd a pair of colons which should fix some KILL message...
2007-08-20 brainFixes for m_nicklock desync
2007-08-20 brainIncrease max time difference to 600 secs
2007-08-19 brainAdd <hostchange:ports> to the m_hostchange module to...
2007-08-19 brainAdd 'A record' blacklist types. This will probably...
2007-08-19 brainAllow support for multiple dns results per request...
2007-08-19 brainAdd load warning, as suggested by Bricker
2007-08-19 specialAdded proper header handling, persistant connections...
2007-08-19 specialImproved compatibility with the JSON-RPC specification...
2007-08-19 specialFixed a crash within the timeout for m_httpd sockets
2007-08-18 specialAdded the <cloak:ipalways> and <cloak:lowercase> option...
2007-08-17 burlex* Fixed bug in m_banredirect where removing a ban on...
2007-08-16 specialFixed bug #390 (broken m_chanprotect noservices)
2007-08-15 burlex* include/caller.h will now compile correctly on Window...
2007-08-15 brainFix small typo found by danieldg
2007-08-15 specialChanged m_messageflood to use PreMessage and PreNotice...
2007-08-13 peaveyFix new millisec /map to compile on windows, by ifndef...
2007-08-13 w00tMore changes from patch. Don't throttle opers due to...
2007-08-11 peaveyFix a typo so it compiles.
2007-08-10 brainFix possible sqllog crash (working blind here!) where...
2007-08-09 w00tShow <unknown> instead of an empty string on CAPAB...
2007-08-09 brainFix for bug #379 reported by stealth. Trigger watch...
2007-08-07 brainFeature request from djGrr, allow changing of server...
2007-08-06 brainPart of our fix didnt make it to here!
2007-08-06 brainFix warning in 4.2 gcc
2007-08-06 w00tFix m_deaf not restricting messages from remote users...
2007-08-05 brainChange latency figures in /map to milliseconds, much...
2007-08-05 w00tAdd m_nickflood: Provides usermode +F nickchanges:secon...
2007-08-05 brainTry this
2007-08-05 brainFix to trigger the write notification on successful...
2007-08-05 peaveyRevert my fix and apply the flushevent, and a bit of...
2007-08-05 brainFixes from experiences on chatspike. Use the proper...
next