]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/users.h
Fixes for bug #12
[user/henk/code/inspircd.git] / include / users.h
2012-04-15 Justin CrawfordFixes for bug #12
2012-04-14 Robin BurchellMerge pull request #35 from pcarrier/insp20ldap
2012-04-09 Robin BurchellMerge pull request #27 from DjSlash/maxconnwarn
2012-04-01 RutgerAdd <connect:maxconnwarn>
2011-05-24 JackmcbarnFix recursion of QuitUser in SendQ quits
2010-02-12 danieldgRemove possible references to deleted User objects...
2010-02-02 danieldgAdd OnSetConnectClass hook for use in adding requiremen...
2010-01-31 danieldgUpdate connect block matching on rehash to prefer names...
2010-01-31 danieldgAllow connect classes to be specified without an allow...
2010-01-30 danieldgRemove UpdateNickHash due to incorrect behavior
2010-01-30 danieldgMove nick change code out of cmd_nick; fixes double...
2010-01-19 danieldgFix MOTD and RULES to work remotely (remove the old...
2010-01-11 brain...because every now and again, i have to do a massive...
2010-01-09 danieldgRemove mode counter, not reliable and only used for...
2009-11-11 danieldgAdd fine-grained command flood controls
2009-11-06 danieldgMove StreamSocket inheritance off of User
2009-11-01 danieldgFix global clone count not being decremented on remote...
2009-10-25 danieldgFixes found by removing User inheritance from StreamSocket
2009-10-24 danieldgCreate irc::sockets::cidr_mask
2009-10-24 danieldgMove forward declarations to typedefs.h
2009-10-23 danieldgMake User::uuid and User::server const
2009-10-22 danieldgMake ConfigTag::items private
2009-10-22 danieldgMake irc::sockets::* parameters consistent, add irc...
2009-10-21 danieldgUse ConfigTagList as a faster access method for access...
2009-10-21 danieldgMove AllowedPrivs and similar oper information from...
2009-10-21 danieldgChange User::oper to an OperInfo reference
2009-10-21 danieldgMove all local-only fields to LocalUser
2009-10-21 danieldgMove some local-only fields to LocalUser
2009-10-21 danieldgMove SetClass to LocalUser
2009-10-21 danieldgSplit LocalUser and RemoteUser
2009-10-20 danieldgMove DumpText into User; kill unused WriteWallOps and...
2009-10-19 peaveyAdd a setting to <connect> allowing the threshold for...
2009-10-17 danieldgSome windows compile fixes
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-17 danieldgClean up excessive bits in User struct
2009-10-17 danieldgHold reference to the associated ConfigTag inside Conne...
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
next