]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_services_account.cpp
Merge pull request #971 from SaberUK/master+numeric-xline
[user/henk/code/inspircd.git] / src / modules / m_services_account.cpp
2015-02-05 Attila MolnarMerge pull request #971 from SaberUK/master+numeric...
2015-01-23 Attila MolnarMerge branch 'master+no-rtti'
2015-01-22 Attila MolnarMerge branch 'master+exttype' into master+no-rtti
2015-01-18 Attila Molnarm_services_account Replace dynamic_cast with static_cas...
2015-01-18 Attila MolnarSpecify which Extensible subclass an ExtensionItem...
2014-10-27 Attila MolnarMerge insp20
2014-09-05 Attila Molnarm_services_account Fix uninitialized variable usage...
2014-09-04 Attila Molnarm_services_account Call ModeHandler::RemoveMode() inste...
2014-07-25 Attila MolnarMerge insp20
2014-04-09 Attila Molnarm_services_account Remove now needless workaround added...
2014-04-07 Attila MolnarMerge insp20
2014-01-23 Attila MolnarRemove whitespace and minor style changes
2014-01-21 Attila MolnarMerge insp20
2014-01-20 Attila Molnarm_services_account Add workaround for wrong host being...
2013-11-12 AdamUse WriteNumeric() everywhere we send numerics and...
2013-09-15 attilamolnarWork around STB_GNU_UNIQUE symbols not allowing module...
2013-09-15 attilamolnarm_services_account Remove OnDecodeMetaData handler
2013-09-08 attilamolnarAutomatically register ServiceProviders created by...
2013-08-30 attilamolnarMerge insp20
2013-08-04 attilamolnarAutomatically attach modules to events
2013-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Peter PowellRemove $Core and $Mod* comments apart from $ModDep.
2013-07-02 Attila MolnarMerge pull request #569 from ShutterQuick/inspircd...
2013-07-01 attilamolnarReplace hardcoded mode letters passed to IsModeSet...
2013-06-13 attilamolnarIntroduce ModeProcessFlags, can be passed to ModeParser...
2013-06-05 attilamolnarMerge insp20
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-21 AdamMerge pull request #548 from SaberUK/master+variadic...
2013-05-20 attilamolnarRemove OnUserPreNotice and OnUserNotice hooks, add...
2013-05-15 Attila MolnarMerge pull request #514 from SaberUK/master+virtual...
2013-05-15 Peter PowellTidy up keywords on module methods.
2013-04-27 attilamolnarMerge insp20
2013-04-13 attilamolnarOnUserPreJoin is a local-only hook, change User* parame...
2013-04-12 Attila MolnarMerge pull request #461 from SaberUK/master+header...
2013-04-12 Peter PowellTidy up source files:
2013-04-11 Attila MolnarMerge pull request #487 from SaberUK/master+better...
2013-04-11 Peter PowellConvert ISUPPORT to use a map instead of a string.
2013-04-09 attilamolnarRemove some uline checks that ran after an IS_LOCAL...
2013-04-01 attilamolnarWhitespace and empty destructor removal, minor coding...
2013-04-01 attilamolnarChange channel name parameter of Module::OnUserPreJoin...
2012-12-02 attilamolnarRegister all commands, modes and extensions using AddSe...
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-11-19 attilamolnarm_remove, m_services_account Don't check whether nicks...
2012-10-12 attilamolnarRemove superfluous std::string()s
2012-10-03 attilamolnarCheck if the mask is long enough before accessing it...
2012-10-03 attilamolnarm_services_account Fix possible recursion when checking...
2012-08-13 Robin BurchellMerge pull request #251 from Shawn-Smith/insp20+extbanU
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-13 Attila MolnarMerge pull request #249 from Shawn-Smith/insp20+simplemode
2012-07-13 attilamolnarm_services_account Simplify mode handlers
2012-07-07 Shawn SmithAdded ExtBan U to match only Unregistered users
2012-06-15 Robin BurchellMerge pull request #193 from attilamolnar/insp20+newlinefix
2012-06-13 attilamolnarm_services_account Send an AccountEvent with an empty...
2012-06-01 Robin BurchellMerge pull request #179 from attilamolnar/insp20+desyncfix
2012-05-30 Robin BurchellMerge pull request #175 from attilamolnar/insp20+chopfix
2012-05-30 Robin BurchellMerge pull request #173 from Robby-/insp20-moddesc
2012-05-30 Robby-Module description updates
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...
2010-05-16 Daniel De GraafFix umode -r on nick change being denied by permission...
2010-02-20 danieldgRestore <options:exemptchanops> with long names
2010-02-09 danieldgEliminate duplicate names between user and channel...
2010-02-09 danieldgChange <connect:requiresasl> to <connect:requireaccount...
2010-01-19 danieldgExtbans can be VF_OPTCOMMON as they do not desync on...
2010-01-17 danieldgAdd Module::init() for correct exception handling durin...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-25 danieldgFixes from vtable cross-check
2009-10-21 danieldgMove some local-only fields to LocalUser
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-14 danieldgMove static map of extensions into ServerInstance,...
2009-10-12 danieldgMake OnChannelRestrictionApply take a User* instead...
2009-10-12 danieldgm_exemptchanops by jackmcbarn - channel mode +X to...
2009-10-08 danieldgAdd names for all modes (part 1 of named channel mode...
2009-10-08 danieldgUpdate Event and Request APIs
2009-10-05 danieldgRun DelMode and DelModeWatcher in RemoveModule
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-13 danieldgFix automated metadata decoding with ExtItem
2009-09-13 danieldgChange match direction of extbans to allow stacking
2009-09-13 danieldgForgotten Extensible::Register invocations
2009-09-13 danieldgSimplify ModeHandler constructor
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgRemove "servermode" parameter, replace with IS_FAKE...
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgMetaData rework
2009-09-02 danieldgChange allocation of commands/modes
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-14 danieldgExtban rework: allow exceptions to override bans on...
2009-02-25 danieldgAllow accountname to be changed without an explicit...
2009-02-14 peaveyNuke trailing spaces
2009-01-10 dzFix bug #665 reported by Ankit, m_services_account...
2009-01-02 w00tUpdate copyrights for 2009.
2008-10-31 w00tFix crash.
2008-10-31 w00tMerge m_services functionality into m_services_account.
2008-09-02 brainChange exception message: "You cannot load m_services...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-05 w00tMissed another
next