]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/users.cpp
Switch <stdint.h> test to use a test file too.
[user/henk/code/inspircd.git] / src / users.cpp
2014-10-13 Attila MolnarMerge pull request #934 from SaberUK/insp20+fix-various...
2014-10-13 Peter PowellReplace dodgy use of const char* and memcpy with std...
2014-06-07 satmdFix harmless loop off-by-ones found by Moonlightning
2014-01-20 Peter PowellFix some logically dead code which was found by Coverity.
2013-09-04 Attila MolnarMerge pull request #623 from ChrisTX/insp20+compilerfixes
2013-08-30 ChrisTXImprove support for rarely used compilers, EKOPath...
2013-07-20 attilamolnarFix generated snomask mode change string being incosist...
2013-05-16 attilamolnarWorkaround for std::list::size() having linear complexi...
2013-04-21 attilamolnarLog some internal errors on DEFAULT loglevel instead...
2013-04-19 attilamolnarImmediately stop processing whenever we detect and...
2013-03-11 attilamolnarFix m_dnsbl not checking cgiirc users when the cgiirc...
2012-12-09 attilamolnarRemove ServerLimits::Finalise(), it's completely wrong
2012-11-29 attilamolnarMake LocalUserList an std::list
2012-11-29 attilamolnarAdd a typedef for LocalUserList
2012-11-29 attilamolnarReorder local user initialization steps
2012-11-19 attilamolnarRemove usage of deprecated CallCommandHandler() and...
2012-10-21 attilamolnarMake better use of User::GetFullRealHost()
2012-10-12 attilamolnarFix unregistered users getting global notices, also...
2012-10-03 attilamolnarFix (d)host starting with ':' for some IPv6 clients
2012-09-30 attilamolnarFix more undefined behavior caused by referencing the...
2012-09-23 attilamolnarFix undefined behavior caused by referencing the return...
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-08-24 attilamolnarAdd a config option to enable/disable the welcome notic...
2012-08-13 Robin BurchellMerge pull request #251 from Shawn-Smith/insp20+extbanU
2012-07-26 Peter PowellDon't hard code the branch version.
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-01 Robin BurchellRevert "users: add SetClientIP function for irc::socket...
2012-07-01 Robin BurchellRevert "users: LocalUser constructor should call SetCli...
2012-07-01 Robin BurchellRevert "users: introduce OnSetClientIP hook."
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 Sir PogglesBe consistent with Robby's qQ snomask changes
2012-06-13 William Pitcockusers: introduce OnSetClientIP hook.
2012-06-13 William Pitcockusers: LocalUser constructor should call SetClientIP...
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-19 Robin BurchellMerge pull request #85 from Robby-/insp20-typosnstuff
2012-04-19 Robin BurchellMerge pull request #88 from Robby-/insp20-helpop
2012-04-19 Robin BurchellMerge pull request #84 from attilamolnar/insp20+whoisfix
2012-04-18 attilamolnarAvoid sending empty channel list numeric on whois if...
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 #59 from Robby-/insp20-nosnoticestack
2012-04-15 Robin BurchellMerge pull request #28 from DjSlash/classinconnectmsg
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 RutgerShow class in connectmsg
2012-04-01 RutgerAdd <connect:maxconnwarn>
2011-07-17 Daniel De Graaf<connect deny=""> (or allow="") should not match all...
2011-05-24 JackmcbarnFix recursion of QuitUser in SendQ quits
2010-09-05 Daniel De GraafFix the pseudo-penalty hack that doesn't work properly
2010-08-03 Daniel De GraafSkip invalid allowed modes in oper block (bug #64)
2010-05-13 Daniel De GraafAdd some missing <connect> updates from rehash, noticed...
2010-03-31 Daniel De GraafPrevent pre-registration connect blocks from being...
2010-03-31 Daniel De GraafFix <connect:password> incorrectly reading <connect...
2010-03-23 danieldgFix CommandFloodPenalty overflow on connect
2010-03-23 danieldgCalling OnError from Resolver's constructor is broken...
2010-03-19 danieldgAdd RAWIO log level which is more verbose than DEBUG
2010-03-18 danieldgOnly check password during second connect block check...
2010-03-14 danieldgAdd <options:cyclehostsfromuser> to configure source...
2010-03-06 danieldgSomehow this return got removed, should fix "Access...
2010-02-25 danieldgMake remote/local snomasks consistent and allow use...
2010-02-15 danieldgAllow a reason to be specified for <connect:deny>
2010-02-15 danieldgAllow forced nick change to bypass Q:Lines
2010-02-12 danieldgRemove possible references to deleted User objects...
2010-02-09 danieldgMove password checking into connect class search
2010-02-09 danieldgClean up documentation of connect blocks a bit
2010-02-05 danieldgFix NICKLOCK/SANICK errors with Q:lined nicks
2010-02-02 danieldgAdd OnSetConnectClass hook for use in adding requiremen...
2010-02-01 danieldgDon't run OnUserPostNick hook for initial NICK command
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-30 danieldgRemove a few needless string crops, compile fix
2010-01-30 danieldgRemove FakeUser from clientlist/uuidlist, as it bypasse...
2010-01-30 danieldgRemove users from uuidlist on QuitUser, not during...
2010-01-19 danieldgERROR is not a valid log level, so all these messages...
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...
2010-01-04 danieldgGCC 4.5 warning fixups
2009-11-11 danieldgAdd fine-grained command flood controls
2009-11-06 danieldgMove StreamSocket inheritance off of User
2009-11-03 danieldgMatch USERINPUT/USEROUTPUT identifiers
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 danieldgGet rid of ModePair
2009-10-23 danieldgMake User::uuid and User::server const
2009-10-23 danieldgChange to <type:vhost> and <oper:vhost> because <oper...
2009-10-22 danieldgMake irc::sockets::* parameters consistent, add irc...
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 danieldgChange module API to use LocalUser* where correct
next