summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-04-11Patch from Brain fixing broken stuffw00t
2008-04-11Much faster way of checking if the user is 4in6, avoid strncmp in User::GetIP...brain
2008-04-10Provide an optional param translate4in6 to User::GetIPString() and default it...brain
2008-04-10Fix for bug #503 reported by Stealth (at last)brain
2008-04-10Add correct stuff so that /taxonomy can show the cloaked hosts for users in t...brain
2008-04-10Calculate hosts on connect so theres no way around a ban on your cloak, even ...brain
2008-04-10Fix for bug #513brain
2008-04-10This now passes all the RIPEMD160 test vectors and is a complete and usable m...brain
2008-04-10Whoops, overwriting hash with the hex isnt a good ideabrain
2008-04-10Fix ripemd160 warningsbrain
2008-04-10Add m_ripemd160 on behalf of Brain. Adds ripemd-160 hashing to our collection...w00t
2008-04-09Fix thesew00t
2008-04-09AddClient -> AddUser, to be consistantw00t
2008-04-09Move QuitUser into UserManager class, and unstaticize it. This prepares for s...w00t
2008-04-09Apply brain's patch for binary safety of hash providers, and remove rehash fr...w00t
2008-04-09Send usermodes on whois if user is self or operedw00t
2008-04-08Oddnessbrain
2008-04-08Extra debugbrain
2008-04-08Fix authentication logic, someone forgot to change an || to an &&, because we...brain
2008-04-08Allow remote users to bypass Q:Line (why on earth wasn't this the case)w00t
2008-04-08Don't check Q:Lines here, it will affect change to UIDw00t
2008-04-08Don't check Q:Lines if server is enforcing a nick change (I forgot we had a w...w00t
2008-04-08Fix a bug with /SHUN deletion (it didn't work)w00t
2008-04-08CBan rewritten to use the XLine API. Untested as yet.w00t
2008-04-08Changes needed to get open-linking working.w00t
2008-04-08Fix compile error I introducedw00t
2008-04-08Comment tweakagew00t
2008-04-08This comment is slightly out of date: we do write to opers now.w00t
2008-04-08No longer deprecated, just may not be usedw00t
2008-04-08add a couple of parenthesis to the password comparison, because i couldnt eas...brain
2008-04-08Allow for open link networks (<link:name> to *) and tidy up checks here. XXX ...w00t
2008-04-08Add todo, add server namew00t
2008-04-08Remote REHASH stuff, this drove me nuts but should probably work now.. thx brainw00t
2008-04-08Update syntaxw00t
2008-04-08Finally apply my patch simplifying RSQUIT. Fixes bug #452, reported by Mark. ...w00t
2008-04-08Fix compile errorw00t
2008-04-08REG_ALL check is not required, since OnUserConnect is triggered after NICK/US...w00t
2008-04-08SHUN: check SHUN on connect, extend user with shunned metadata if they match,...w00t
2008-04-08Ugh, fixify. msms?brain
2008-04-07When map says 0ms, make it read "<1ms" instead of 0, 0 doesnt make ANY sense ...brain
2008-04-07Fix for bug #510brain
2008-04-07Hosts vector not cleared on rehash, made rehashing for changes impossiblebrain
2008-04-07SHUN works (locally at least)w00t
2008-04-07Hook events properly.w00t
2008-04-07Add a factory to produce shuns, don't autoapply to userlist, etc.w00t
2008-04-07Add extra stuff for w00t, AutoApplyToUserList method for XLineFactorybrain
2008-04-07Use SHUN, not S, try match on std::string for removalw00t
2008-04-07Unrestrict users before REG_ALLw00t
2008-04-07Make it work properly, toobrain
2008-04-07Show server kills with correct origin, UNLESS hidden server in whois is setbrain