]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/users.cpp
Add ProtocolInterface::Introduce() to prevent confusion over event ordering, and...
[user/henk/code/inspircd.git] / src / users.cpp
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....
2008-03-23 aquanightAdd ability to control what opertypes can set what...
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-03-22 brainAdd WriteNumeric() to User and OnNumeric module event...
2008-02-26 brainFix for bug #466 reported by John
2008-02-26 brainFix for feature request in bug #465 by John
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-22 w00tNuke TIMESYNC from orbit \o/
2008-02-21 brainThe issue from stable does not exist here, because...
2008-02-17 brainSeperate USERIO into USERINPUT and USEROUTPUT
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-12 w00tBackport r8910: oper quit message would be blank
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-02-09 w00tAdd a printf-type override for LogManager::Log(). We...
2008-02-08 aquanightSupport for /invite <user> <channel> <timeout> - if...
2008-02-05 brainThis makes more sense
2008-02-04 w00tBrain, look at this please
2008-02-02 w00tCache User::GetIPString()
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
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 w00tAdd a warning about quitting a user twice, and fix...
2008-01-16 w00tRemove an O(log n) in favour of an O(1) operation,...
2008-01-16 w00tTwo stage commit: don't set user->muted except in QuitU...
2008-01-16 w00tRe-add support for silent quits (note: we also remove...
2008-01-16 w00tHacked-up culllist: stores user pointers rather than...
2008-01-13 w00tUndo my constructor playing, I'm pretty sure it will...
2008-01-13 w00tMove User::AddClient to UserManager::AddClient. WARNING...
2008-01-13 w00tFirst UserManager overhaul: Move clone counts out of...
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-02 w00tAdd param 'opername' to event OnPostOper. This will...
2007-11-11 brainImplement roadmap item: "userrec::HasPermission ->...
2007-11-04 w00tBanCache: Add a negative hit for an IP address upon...
2007-11-04 w00tIntegrate K/Gline into the bancache system by making...
2007-11-04 brainHonking huge commit. Removal of DELETE() template that...
2007-11-04 brainAvoid code duplication, just call XLine::Apply() rather...
2007-11-04 w00tBanCache positive hits should be overridden by E:,...
2007-11-04 w00tHook BanCache up to work on Z:Lines. BanCache is checke...
2007-11-02 brainTidy up, and make the identifer for a line type be...
2007-11-02 brainxline gutting, once more. There is no longer an active_...
2007-10-28 w00tFix this to pass a User
2007-10-25 brainIf the connect:limit is 0, dont deny connections for...
2007-10-25 brainthis should fix any of the crashes w00t outlined where...
2007-10-24 w00tImplement <connect:limit> - limits how many clients...
2007-10-24 w00tDisable all connect classes, reenable them as we find...
2007-10-24 brainTry this w00t, compiles, test running now
2007-10-24 w00tStart of refcount-based rehash stuff for <connect>...
2007-10-23 w00tMove some stuff from using userrec cached stuff to...
2007-10-23 w00tFix a bug before I even started this.. don't let User...
2007-10-23 w00tSome more class stuff, blah. Now possible to move a...
2007-10-23 w00tSome initial work towards tying <connect> classes to...
2007-10-22 brainRemove the need for a bunch of the hard coded arrays...
2007-10-21 w00tTidy up some DNS stuff more
2007-10-21 w00tAdd User::IncreasePenalty() and User::DecreasePenalty()
2007-10-21 brainFixed ssl clients on trunk. The problem peavey was...
2007-10-21 brain*untested* command buffering/penalty
2007-10-21 brainDont forget to initialize the new value
next