]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/users.h
Merge pull request #1018 from SaberUK/insp20+hidekills
[user/henk/code/inspircd.git] / include / users.h
2013-03-11 attilamolnarFix m_dnsbl not checking cgiirc users when the cgiirc...
2012-12-05 attilamolnarChange a few signed counter variables to unsigned so...
2012-11-29 attilamolnarMake LocalUserList an std::list
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
2012-10-03 attilamolnarChange User::SetClientIP() to be virtual
2012-09-23 Attila MolnarMerge pull request #308 from SaberUK/insp20-fingerprint
2012-09-13 attilamolnarCall OnUserSetIP() whenever the IP of a local user...
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-05 Attila MolnarMerge pull request #242 from SaberUK/insp20-doxygen-fix
2012-07-05 Peter PowellFix Doxygen syntax errors.
2012-07-01 Robin BurchellRevert "users: add SetClientIP function for irc::socket...
2012-06-27 Attila MolnarMerge pull request #235 from attilamolnar/insp20+invitefix
2012-06-17 attilamolnarFix pending invites not being removed when a channel...
2012-06-15 Robin BurchellMerge pull request #193 from attilamolnar/insp20+newlinefix
2012-06-13 William Pitcockusers: add SetClientIP function for irc::sockets::socka...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-15 Robin BurchellMerge pull request #55 from Justasic/insp20
2012-04-15 Robin BurchellMerge pull request #28 from DjSlash/classinconnectmsg
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...
next