]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/users.cpp
Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspircd...
[user/henk/code/inspircd.git] / src / users.cpp
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
2007-10-21 brainAdd User::UnderPenalty
2007-10-21 brainChange a !string.length to string.empty. these are...
2007-10-18 brainSocket engine tweaks to fix a glitch, and improvements...
2007-10-16 w00tRemove second overridden (fully duplicated :/) copy...
2007-10-16 w00tTypo fix
2007-10-16 w00tUpdate a comment
2007-10-15 w00tMove oper classes and types stuff from users to configr...
2007-10-15 w00tSplit user resolver into its own file.
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
2007-10-14 brainPut this back how it was, it didnt help with the fix...
2007-10-14 brainTweaks
2007-10-13 brainMove some stuff around, this will move a crash to a...
2007-09-30 brainWhoops, forgot some stuff for when GECOS was moved...
2007-09-26 specialFixed bug #404; this was caused by recieving multiple...
2007-09-23 brainMore compile fixes
2007-08-29 brainAdd a pointless WriteOpers
2007-08-28 w00tSlight change to traffic logging, as I never remember...
2007-08-27 brainCatch exceptions here for duplicate uuid (it shouldnt...
2007-08-27 w00tRemove more unnecessary header traffic
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 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 brainAdd a call to the NICK handler that allows toggling...
2007-08-27 w00tUUID is now generated and set on client add, and shown...
2007-08-26 w00tAnd zero UUID in constructor.
2007-08-23 brainCraquity craq De-craq!
2007-08-19 brainAdd <connect:maxchans> as per feature bug #338 - combin...
2007-08-19 brainAllow changing of an oper's host on oper up using ...
2007-08-19 brainAllow support for multiple dns results per request...
2007-08-06 w00tReset connect class settings on DNS resolution as we...
2007-07-27 brainTidyups, remove of ifdefs
2007-07-27 brainFound the bug, turns out i just introduced it with...
2007-07-27 brainSome smart tricks to eliminate win32 ifdefs that are...
next