]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/users.cpp
Tone down some logging to make debugging a tiny bit easier.
[user/henk/code/inspircd.git] / src / users.cpp
2009-01-22 w00tTone down some logging to make debugging a tiny bit...
2009-01-03 w00tRemove +o from users on deoper, plausible fix for bug...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-01 w00tRemove lines_in and reset_due flood protection mechanis...
2008-12-01 w00tRemove m_operflood, add privs: users/flood/no-throttle...
2008-12-01 w00tRemove OverPenalty, saves sizeof(bool) per user.
2008-11-02 w00tRemove +s when no snomasks are set.. bug found (indirec...
2008-11-01 w00tSecond attempt at time() -> SI->Time(), now problems...
2008-11-01 w00tRemove now-unneeded 4in6 hacks [danieldg]
2008-11-01 w00tMerge commit 'ddg/out-12'
2008-10-28 w00tFix 4in6 IP resolution hack now that the leading :...
2008-10-28 w00tRemove one (now unneeded) 4in6 hack.
2008-10-25 w00tMove spanningtree to use OnChangeLocalUserHost instead...
2008-10-25 w00t(sort of..) Revert commit 7736e920fe6ccaf9ad1984afc70db...
2008-10-23 w00tRevert earlier time() -> SI->Time() diff for now, this...
2008-10-23 w00tPatch from Namegduf converting all instances (where...
2008-10-18 w00tWorking privs implementation, and example usage in...
2008-10-18 w00tMigrate oper commands to an std::set, add a set for...
2008-10-18 w00tAdd skeleton of HasPrivPermission.
2008-10-17 w00tRemove space indenting. (Brain, *smack* :P)
2008-10-17 w00tRemove the duplicate checking/disabled setting of ...
2008-10-03 brainWhooops! thanks psychon
2008-10-02 brainFix for bug #601
2008-09-29 specialReplace the IP (in addition to hostname) for CGIIRC...
2008-09-18 peaveyReinvert order of insert/erase into user hash_map to...
2008-09-14 specialPatch by dz to remove the one usage of strdup/strtok_r...
2008-09-13 aquanightChanged Allowed Modes to bitsets.
2008-09-07 w00tMerge the second interface for socket hooking into...
2008-08-31 brainMove all the parameters around AGAIN. See docs shortly
2008-08-31 w00tSave 4 bytes (assuming sizeof(ptr) == 2) per user recor...
2008-08-27 w00tFix recursion crash
2008-08-27 w00tDon't force-finish a burst on a timer, instead, set...
2008-08-27 w00tFix..
2008-08-27 w00tClean up opering a tiny bit.. pave the way for SVSOPER
2008-08-25 w00tBounds checking on IsModeSet, etc, to stop silly problems
2008-08-21 w00tmatch() is no longer a function+no header, now a static...
2008-08-07 w00tI am a retard, mixx941 is my god
2008-08-07 w00tDon't add duplicate invites
2008-08-06 brainfix compile errors under debug profile in windows.
2008-07-29 w00tRemove last vestige of libircdfoo, by changing tag...
2008-07-21 w00tRemove duplicated member, kept in classes.. Possible...
2008-07-19 w00tChange modes in channels and users to use std::bitset...
2008-07-19 w00tFix compile. Also remove write error stuff, as that...
2008-07-14 omRemove unneccessary temp value which caused a win32...
2008-07-14 w00tMore broken compile stuff
2008-07-13 w00tConvert, convert, convert
2008-07-13 w00tConvert a bunch of crap
2008-07-12 omChange sprintf to snprintf, just in case; Update comments.
2008-07-12 omIncrease static buffer size to 44 to account for a...
2008-07-12 omCleanup of some of the new CIDR code: compiles but...
2008-07-12 w00tFix for #564
2008-07-12 w00tAdd User::GetCIDRMask(int range), will be used for...
2008-07-02 w00tBack out the incomplete linebuffering stuff that should...
2008-07-02 w00tForward port r9946: make SVSHOLD silent to avoid useles...
2008-06-06 brainFix compile error
2008-06-01 brainRemove limits on assigning of oper types. Theres no...
2008-06-01 brainAdd ProtocolInterface::Introduce() to prevent confusion...
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-05-23 brainFix uuid generation to not generate ten character uuids...
2008-05-23 brainWhy are we using .compare() when we can use == ?
2008-05-19 brainConvert channel::name to std::string, this was a beastie!
2008-05-19 brainConvert connection::host
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-18 w00tThis conflicted a few hours ago apparantly (????)
2008-05-18 braincheck for GetDisabled should be before the match()...
2008-05-18 w00tShow count of total num of classes, for Jason
2008-05-18 brainI dont know who said we keep going when we get a match...
2008-05-18 w00tMore debug for Jason
2008-05-18 brainRemove some unneccessary .c_str() calls
2008-05-18 w00tDebug logging for connect class match failure
2008-05-18 w00tFix bug found in <connect> code, <connect:limit> was...
2008-05-09 peaveynuke some debug (snatch)
2008-05-07 w00tMasterful rewrite of User::AddBuffer to remove a string...
2008-05-04 brainConversion of command handler params from "const char...
2008-04-21 brainRemove debug (This also fixes a bug that peavey and...
2008-04-21 brainFix bug found by peavey, which much frustrated him...
2008-04-13 w00tchar -> const char
2008-04-12 brainTrunk fix for bug #505 reported by nenolod
2008-04-11 brainFix sillies
2008-04-11 w00tPatch from Brain fixing broken stuff
2008-04-11 brainMuch faster way of checking if the user is 4in6, avoid...
2008-04-10 brainProvide an optional param translate4in6 to User::GetIPS...
2008-04-09 w00tMove QuitUser into UserManager class, and unstaticize...
2008-04-08 w00tDon't check Q:Lines here, it will affect change to UID
2008-04-07 brainThis should probably be tested, but makes a whole lot...
2008-04-06 w00tInitialise this so WriteCommon() knows what it's dealin...
2008-04-05 brainMake sure this is pushed too
2008-04-05 w00tUse 1.2, not VERSION constant for here.
2008-04-03 w00tFix a (long standing) tiny bug: wallops do not go out...
2008-04-02 w00tFix brain's compile error :p
2008-04-02 brainFix for bug #456 so we can be rid of it
2008-04-02 brainAutomatic detection and allocation of max fds. No longe...
2008-03-31 peaveyfix a few warnings by casting since thats the only...
2008-03-31 brainFix two format warnings, dont you DARE tell me size_t...
2008-03-30 aquanightCommit -Wformat=2 -Wmissing-format-attributes, printf...
2008-03-24 brainAdd stuff so that modules can hook users by altering...
2008-03-23 aquanightClean up user/chan modes on deoper, fix memsets off...
2008-03-23 brainThese memsets cant rely on sizeof() any more, afaik...
2008-03-23 brainWhoops, take out some foolish memsets (well theyre...
2008-03-23 brainThis should save 128 bytes per user for non-opers....
next