]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/users.cpp
Merge pull request #1162 from SaberUK/insp20+fix-deinstall
[user/henk/code/inspircd.git] / src / users.cpp
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....
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...
next