]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2007-08-27 brainNOTICE, PRIVMSG, WHOIS; dont allow local users 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 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 brainAdd documentation comments
2007-08-27 brainTranslateUIDs now correctly returns number of substitut...
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 more unnecessary header traffic
2007-08-27 brainAdd vector<TranslationType> to commands, used to map...
2007-08-27 w00tRemove unnecessary header traffic
2007-08-27 w00tChanges to UID generation:
2007-08-27 brainAdd FindNickOnly, that wont fall through to uid checks...
2007-08-27 brainWhoops, i had a ! and i didnt need one
2007-08-27 brainFixed sigabrt
2007-08-27 brainFix for bug #401 reported by DarkStorm
2007-08-27 brainAdd options:maxtargets that was somehow omitted, fixes...
2007-08-27 brainAdd uuid hash_map - its management is automatic via...
2007-08-27 brainA few tidyups, and comment how the new constructors...
2007-08-27 brainMore uuid fixes, and whack some warnings
2007-08-27 brainAllocate uid in userrec constructor. Optional param...
2007-08-27 brainSquash warning
2007-08-27 brainInitialise cmd_nick::allowinvalid in constructor init...
2007-08-27 brainFix obligotary typos
2007-08-27 brainAdd a call to the NICK handler that allows toggling...
2007-08-27 brainMake nickname-overruled rules change the user back...
2007-08-27 brainWhen a numeric nick is passed to FindNick, we call...
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 me not being able to code..
2007-08-27 w00tAdd InspIRCd::FindUUID() methods. Currently, these...
2007-08-27 w00tFix to SVSJOIN: disallow invalid channel names. Needs...
2007-08-27 brainNow we know it works, remove debug
2007-08-27 brainWhoops
2007-08-27 brainAutomatic SID generation based on code similar to the...
2007-08-27 w00tUUID is now generated and set on client add, and shown...
2007-08-26 w00tAnd zero UUID in constructor.
2007-08-26 w00tInitial UUID generation code. Generates a TS6 compatibl...
2007-08-26 w00tAdd skeleton functions for UID stuff.
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 brainAdded new announceinvite setting i discussed briefly...
2007-08-26 w00tHide remote oper up notices if quiet bursts are enabled...
2007-08-26 brainProper fix for end-of-list numerics on restricted lists...
2007-08-26 brainAdd option to set invite announcements to nobody, ops...
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 brainRevised fix for bug #367 pointed out during qa by owine...
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-25 brainFix for bug #397
2007-08-25 brainAdd 'require 5.8.0' to the very top of every module...
2007-08-24 brainThe world wont end, but configure might :p
2007-08-24 brainSlightly better regexps, pointed out by stskeeps
2007-08-23 brainSomeone really should fix the blocking connects on...
2007-08-23 brainMove the close() wrapper out of the win32wrapper.h...
2007-08-23 brainDocument all this shit!
2007-08-23 brainCraquity craq De-craq!
2007-08-23 brainTidyup some duplicated code
2007-08-23 brainMove WSACleanup() into IOCPEngine destructor, eliminati...
2007-08-23 brainRaft of fixes so that inspircd can call Cleanup() and...
2007-08-23 brainFix segfault on 'cant open logfile' on startup, on...
2007-08-23 brainAdd some stuff to change how we process a token sepeper...
2007-08-23 brainFix for irc::sepstream for when there are multiple...
2007-08-23 brainSwitch around the two operations in MatchCIDRBits to...
2007-08-23 brainBricker said so.
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 brainChecks for libgnugetopt in /usr/local/lib before continuing
2007-08-20 brainImprove this a lot
2007-08-20 brainExtra stuff so that freebsd 4 may work (needs someone...
2007-08-20 brainAdd comments explaining why we have sockaddr[2] so...
2007-08-20 brainFix a bug i just introduced while playing with the...
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
next