aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_nicklock.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-4/+4
|
* Make all extensibles use kebab-case for names where possible.Gravatar Sadie Powell2021-12-261-1/+1
|
* Promote ExtensionItem::ExtensibleType to a top level enum class.Gravatar Sadie Powell2021-12-231-1/+1
|
* Mark all command classes as final.Gravatar Sadie Powell2021-10-011-2/+4
|
* Mark all module classes as final.Gravatar Sadie Powell2021-10-011-1/+2
|
* Kill some useless comments.Gravatar Sadie Powell2021-05-131-4/+0
|
* Add a subclass of ExtensionItem exclusively for booleans.Gravatar Sadie Powell2021-03-171-6/+6
|
* Pascalize Unset in extension item classes.Gravatar Sadie Powell2021-03-171-1/+1
|
* Pascalize Set in extension item classes.Gravatar Sadie Powell2021-03-171-1/+1
|
* Pascalize Get in extension item classes.Gravatar Sadie Powell2021-03-171-2/+2
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-051-1/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2021-03-051-1/+1
| |
* | Initial support for platform-specific module file extensions.Gravatar Sadie Powell2020-11-041-1/+1
| |
* | Convert CmdResult to an 8-bit strongly typed enum.Gravatar Sadie Powell2020-10-271-7/+7
| |
* | Replace the flags_required field with an enum.Gravatar Sadie Powell2020-04-141-2/+2
| |
* | Alow modules to specify multiple syntax lines.Gravatar Sadie Powell2020-04-141-2/+2
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-111-1/+1
|\|
| * Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
| |
* | Improve storage of module description, flags, and link data.Gravatar Sadie Powell2020-04-111-6/+4
| |
* | Move FindNick to UserManager.Gravatar Sadie Powell2020-02-091-2/+2
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-2/+6
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-2/+6
| |
* | Replace LocalIntExt with IntExtItem.Gravatar Sadie Powell2019-08-131-6/+7
| |
* | Move the Module parameter of ExtensionItem et al to the start.Gravatar Sadie Powell2019-08-131-1/+1
| | | | | | | | This matches what other ServiceProvider types do.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-03-301-2/+2
|\|
| * Various text improvements: consistency, syntax, help and doc updates/fixes.Gravatar Robby2019-02-181-2/+2
| |
* | Replace translation macros with a C++11 initialiser list.Gravatar Sadie Powell2019-02-151-2/+2
| |
* | SnomaskManager: remove fakederef.Gravatar Sadie Powell2019-02-071-3/+3
| |
* | ModuleManager: remove fakederef.Gravatar Sadie Powell2019-02-071-2/+2
| |
* | Replace the override macro with the override keyword.Gravatar Sadie Powell2019-01-251-7/+7
|/
* Use CommandBase::Params instead of std::vector<std::string>.Gravatar Peter Powell2018-07-261-4/+4
| | | | | This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters.
* Add the override keyword in places that it is missing.Gravatar Peter Powell2017-11-211-4/+4
| | | | GCCs warnings for this are much better than Clangs.
* Convert uncontroversial anonymous numerics to use constants.Gravatar Peter Powell2017-09-061-3/+11
|
* Add CXX11_OVERRIDE to overridden members that lack it.Gravatar Peter Powell2017-07-121-1/+1
| | | | | This fixes a ton of warnings when building on compilers that default to C++11 or newer.
* Simplify GetRouting() methods doing unicastGravatar Attila Molnar2016-03-291-8/+2
|
* Add User::WriteRemoteNumeric() and switch code using SendText() to send ↵Gravatar Attila Molnar2016-02-251-4/+2
| | | | numerics to it
* Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵Gravatar Attila Molnar2016-02-251-2/+2
| | | | parameters
* Convert mods calling the old compat wrapper of ModuleManager::SetPriority() ↵Gravatar Attila Molnar2015-02-151-1/+1
| | | | to use the current method, remove wrapper
* Specify which Extensible subclass an ExtensionItem is valid forGravatar Attila Molnar2015-01-181-1/+3
|
* Remove now needless User::ForceNickChange()Gravatar Attila Molnar2014-07-031-1/+1
| | | | Change call sites to call ChangeNick()
* Change the type of the user parameter in the OnUserPreNick() hook from User ↵Gravatar Attila Molnar2014-06-201-4/+1
| | | | | | | | to LocalUser No remote users were passed to this hook before. Remove needless IS_LOCAL() checks.
* Use WriteNumeric() everywhere we send numerics and include the user's nick ↵Gravatar Adam2013-11-121-2/+2
| | | | automatically
* Automatically register ServiceProviders created by modulesGravatar attilamolnar2013-09-081-7/+0
|
* Automatically attach modules to eventsGravatar attilamolnar2013-08-041-1/+0
|
* Remove $Core and $Mod* comments apart from $ModDep.Gravatar Peter Powell2013-07-041-2/+0
|
* Remove TR_END, remove TRANSLATEx() from commands that do not need itGravatar attilamolnar2013-06-131-2/+2
|
* Merge insp20Gravatar attilamolnar2013-06-061-1/+1
|\
| * m_nicklock Fix wrong hook in SetPriority()Gravatar attilamolnar2013-05-231-1/+1
| |
* | Change the signature of User::ForceNickChange() to accept const std::string& ↵Gravatar attilamolnar2013-05-181-1/+1
| | | | | | | | instead of const char*
* | Get rid of the NICKForced extensionGravatar attilamolnar2013-05-181-3/+0
| | | | | | | | Don't run OnUserPreNick when the nick change is forced