]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/users.h
More CoreExport, brought the errors down, but some still persist.
[user/henk/code/inspircd.git] / include / users.h
2009-10-11 peaveyMore CoreExport, brought the errors down, but some...
2009-10-11 peaveyMove 2 static extensibles from user class to inspircd...
2009-10-05 danieldgAdd OnBuildNeighborList hook, replaces all uses of...
2009-10-03 danieldgFix crash due to null address in DNS
2009-10-02 danieldgFix valgrind issues and crashes on exit
2009-09-30 danieldgAdd explicit reference-counting base class
2009-09-26 danieldgFlexible SendQ
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-18 danieldgSeparate spy channels [jackmcbarn]
2009-09-13 danieldgRemove redundant ServerInstance* fields
2009-09-13 danieldgMembership* changes
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-02 danieldgRip out VisData in preparation for replacing it with...
2009-09-02 danieldgRemove now-unused quitmsg/operquitmsg fields from User
2009-09-02 danieldgRemove unneeded Extensible inheritance and remove ...
2009-09-02 danieldgRemove a few unneeded string copies in the PRIVMSG...
2009-09-02 danieldgAdd User::DoHostCycle
2009-09-01 danieldgRemove more text<->binary IP conversions, making code...
2009-09-01 danieldgRename User::GetPort to GetServerPort to clarify its...
2009-09-01 danieldgChange IP address storage in User to use more IPv4...
2009-08-12 danieldgFixes for config reader
2009-06-30 w00tRoll back mysterious DNS change from 2007 which broke...
2009-05-13 danieldgMake User::ServerInstance public so that FakeUser can...
2009-05-13 danieldgCreate subclass of User for FakeClient, to allow for...
2009-05-06 w00tRemove FindDescriptor wrapper for GetRef, it doesn...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-14 peaveyNuke trailing spaces
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-01 w00tRip flood/threshold out of config classes also.
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-10-28 w00tRemove one (now unneeded) 4in6 hack.
2008-10-25 w00t(sort of..) Revert commit 7736e920fe6ccaf9ad1984afc70db...
2008-10-18 brainDefault 'noisy' to false. Until i hear from w00t i...
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 the duplicate checking/disabled setting of ...
2008-09-29 specialReplace the IP (in addition to hostname) for CGIIRC...
2008-09-13 aquanightChanged Allowed Modes to bitsets.
2008-09-10 specialClear out the string used for the temporarily stored...
2008-09-10 specialFixed comments for cached host fields in User; 3/4...
2008-09-07 w00tMerge class connection in with class user (nothing...
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-07-29 w00tAfter discussions and thought, move umode +n to +s...
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-19 w00tUse a switch (cleaner, probably more efficient) for...
2008-07-19 w00tRemove totally unused member, saving sizeof(unsigned...
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-05-20 brainA few minor fixes, some copy constructor stuff, misname...
2008-05-19 brainMore correctly state the lookup arrays as unsigned...
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-07 w00tMasterful rewrite of User::AddBuffer to remove a string...
2008-04-12 brainFixes for bug #515, update existing in-use connect...
2008-04-12 brainTrunk fix for bug #505 reported by nenolod
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-09 w00tMove QuitUser into UserManager class, and unstaticize...
2008-03-30 w00tAWAY notification for WATCH. Numerics are now sent...
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 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 brainAdd WriteNumeric() to User and OnNumeric module event...
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-02-08 aquanightSupport for /invite <user> <channel> <timeout> - if...
2008-02-03 w00tClear up header insanity
2008-02-02 w00tCache User::GetIPString()
2008-01-27 aquanightChange API OnOperCompare to OnPassCompare, password...
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 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-10-28 w00tUpdate User::exempt all the time we change an E:Line...
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 brainPedantic safety
2007-10-24 brainSome constructors dont initialize the refcount, namely...
2007-10-24 brainTry this w00t, compiles, test running now
2007-10-23 w00tMove some stuff from using userrec cached stuff to...
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-23 brain-pedantic tidyups, lets see if it finds anything worthy...
2007-10-21 w00tAdd User::IncreasePenalty() and User::DecreasePenalty()
2007-10-21 brain*untested* command buffering/penalty
next