]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/users.h
Rewrite invite system
[user/henk/code/inspircd.git] / include / users.h
2015-11-02 Attila MolnarRewrite invite system
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2015-02-05 Attila MolnarMerge pull request #984 from Renegade334/modules-exempt...
2015-02-05 Attila MolnarMerge pull request #976 from SaberUK/master+fix-xline-db
2015-02-05 Attila MolnarMerge pull request #971 from SaberUK/master+numeric...
2015-01-26 Attila MolnarMerge branch 'master+foreachneighbor'
2015-01-24 Attila MolnarImplement User::WriteCommonQuit() using ForEachNeighbor...
2015-01-24 Attila MolnarAdd User::ForEachNeighbor()
2014-10-27 Attila MolnarMerge insp20
2014-08-30 Attila MolnarMove the intrusive list containers into the insp namespace
2014-07-25 Attila MolnarMerge insp20
2014-07-14 Attila MolnarRename UserChanList to User::ChanList, remove UCListIter
2014-07-03 Attila MolnarUser::ChangeNick() cannot fail if the new nick is the...
2014-07-03 Attila MolnarRemove now needless User::ForceNickChange()
2014-04-07 Attila MolnarMerge insp20
2014-04-02 Attila MolnarRemove unused User::WriteCommonExcept()
2014-04-02 Attila MolnarMove User::SendAll() into core_privmsg
2014-04-02 Attila MolnarRemove User::WriteTo() functions; use User::WriteFrom...
2014-03-03 Attila MolnarUpdate nick timestamps in User::ChangeNick(), pass...
2014-02-21 Attila MolnarIndex Channel::modes and User::modes with the id of...
2014-02-06 Peter PowellFix various cases of UUID exposure.
2014-01-24 Attila MolnarConvert InviteBase::invites to an intrusively linked...
2014-01-24 Attila MolnarConvert LocalUserList to an intrusively linked list
2014-01-21 Attila MolnarMerge insp20
2014-01-05 Attila MolnarMove server description field from TreeServer into...
2014-01-05 Attila MolnarIntroduce Server class
2014-01-05 Attila MolnarImprove UserManager::QuitUser() and related code
2013-08-30 attilamolnarMerge insp20
2013-08-12 Attila MolnarMerge pull request #591 from SaberUK/master+config...
2013-08-10 Peter PowellRename <connect:nouserdns> to <connect:resolvehostnames>.
2013-08-09 attilamolnarRemove virtual User::GetClass() (but keep LocalUser...
2013-08-09 attilamolnarAccept std::string as parameter in User::ChangeHost...
2013-08-09 attilamolnarMove host cycle logic into m_hostcycle
2013-07-19 attilamolnarGet rid of enum UserModes and mark User::modes as private
2013-07-19 attilamolnarReplace hardcoded mode letters, part 3
2013-07-19 attilamolnarMove SetNoticeMask(), FormatNoticeMasks() and ProcessNo...
2013-07-02 Attila MolnarMerge pull request #571 from ShutterQuick/inspircd...
2013-07-02 Daniel VassdalAllow for skipping clone checking before DNS is complete.
2013-07-02 Attila MolnarMerge pull request #569 from ShutterQuick/inspircd...
2013-07-01 attilamolnarReplace hardcoded mode letters passed to IsModeSet...
2013-06-24 Attila MolnarMerge pull request #564 from SaberUK/master+doxygen-fix
2013-06-21 Peter PowellFix Doxygen comments.
2013-06-06 Attila MolnarMerge pull request #544 from SaberUK/master+kill-maxbuf
2013-06-06 Peter PowellConvert User::SendText to use std::string.
2013-06-06 Peter PowellConvert User::FormatNoticeMasks() to use std::string.
2013-06-06 Peter PowellReplace some C string operations with the + operator.
2013-06-05 attilamolnarMerge insp20
2013-05-18 attilamolnarChange the signature of User::ForceNickChange() to...
2013-05-14 Attila MolnarMerge pull request #523 from SaberUK/master+server...
2013-05-14 Peter PowellAdd method for writing server notices.
2013-04-27 attilamolnarMerge insp20
2013-04-27 AdamMerge pull request #501 from SaberUK/master+nouserdns
2013-04-27 Peter PowellMove <performance:nouserdns> to <connect:nouserdns>.
2013-04-26 AdamModularize DNS
2013-04-13 attilamolnarRemove the deprecated invite API
2013-04-12 Attila MolnarMerge pull request #461 from SaberUK/master+header...
2013-04-12 Peter PowellTidy up source files:
2013-04-11 attilamolnarFix clang warning about IsOper()
2013-04-10 attilamolnarReplace IS_AWAY() and IS_OPER() macros with User::IsAwa...
2013-04-09 attilamolnarMove most whois related code from the core into cmd_whois
2013-04-04 attilamolnarMake cmd_whowas act like a module, remove special handling
2013-04-01 Attila MolnarMerge pull request #452 from SaberUK/master+nuke-hashmap
2013-04-01 attilamolnarMove member variables from User to LocalUser
2013-03-31 attilamolnarChange User::GetIPString() to return const std::string&
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...
next