]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_services_account.cpp
Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicate local...
[user/henk/code/inspircd.git] / src / modules / m_services_account.cpp
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
2008-08-05 w00tMissed one.
2008-07-16 specialApplied patch by psychon to make AddExtBanChar correctl...
2008-07-14 w00tAdd extban types +bb R: and M: - stops matching account...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-19 brainThese done
2008-05-01 brainSimple user/channel mode patch
2008-04-16 brainChange that allows the m_override module to not announc...
2008-03-24 brainAnd more of them
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-03-21 brainAdd capability for m_services_account to broadcast...
2008-02-18 w00tPhew. Fix a bunch of method sigs to stop warnings.
2008-01-17 w00tRemove a redundant method here, call the mode manager...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-10-23 brainAll of insp now builds with -pedantic (theres some...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-28 w00tDELETE() -> delete
2007-08-27 w00tRemove unnecessary header traffic
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-03 pippijnRemoved superfluous semicolons
2007-06-17 w00tConversions..
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
next