index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_rmode.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers.
InspIRCd Robot
2026-06-05
1
-1
/
+1
*
Update copyright headers.
InspIRCd Robot
2024-06-07
1
-3
/
+2
*
Allow rmode to remove all modes matching a specific user.
Sadie Powell
2024-03-24
1
-1
/
+2
*
Merge branch 'insp3' into master.
Sadie Powell
2023-04-28
1
-1
/
+1
|
\
|
*
Update copyright headers.
InspIRCd Robot
2023-04-28
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2023-04-27
1
-1
/
+1
|
\
|
|
*
Fix an off by one error in the rmode module.
Sadie Powell
2023-04-21
1
-1
/
+1
*
|
Allow using rmode on a prefix char and mode name.
Sadie Powell
2023-04-21
1
-3
/
+16
*
|
Replace InspIRCd::Format with fmt::format.
Sadie Powell
2023-01-23
1
-2
/
+2
*
|
Qualify auto correctly in all cases.
Sadie Powell
2023-01-10
1
-1
/
+1
*
|
Yet more stylistic fixes.
Sadie Powell
2022-12-01
1
-1
/
+2
*
|
Use auto instead of type names where the type is obvious.
Sadie Powell
2022-09-29
1
-1
/
+1
*
|
Default allow_empty_last_param to false.
Sadie Powell
2022-09-07
1
-1
/
+0
*
|
Switch from NULL to nullptr.
Sadie Powell
2022-07-22
1
-2
/
+2
*
|
Move numeric helper classes to their own header.
Sadie Powell
2022-06-26
1
-0
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-04-29
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2022-04-28
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-04-16
1
-7
/
+6
|
\
|
|
*
Add a numeric builder for the ERR_CHANOPRIVSNEEDED numeric.
•••
This should make privilege errors more consistent.
Sadie Powell
2022-04-12
1
-5
/
+2
|
*
Fix using notices instead of the appropriate numerics in rmode.
Sadie Powell
2022-04-12
1
-7
/
+9
*
|
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-3
/
+3
*
|
Consistently use `!foo` instead of `foo == NULL`.
Sadie Powell
2021-12-03
1
-2
/
+2
*
|
Mark all command classes as final.
Sadie Powell
2021-10-01
1
-1
/
+2
*
|
Mark all module classes as final.
Sadie Powell
2021-10-01
1
-1
/
+2
*
|
Kill some useless comments.
Sadie Powell
2021-05-13
1
-2
/
+0
*
|
Move channel logic from InspIRCd to the new ChannelManager class.
Sadie Powell
2021-05-08
1
-1
/
+1
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-9
/
+8
*
|
Convert CmdResult to an 8-bit strongly typed enum.
Sadie Powell
2020-10-27
1
-4
/
+4
*
|
Alow modules to specify multiple syntax lines.
Sadie Powell
2020-04-14
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-11
1
-1
/
+1
|
\
|
|
*
Update the module descriptions using mkversion.
Sadie Powell
2020-04-10
1
-1
/
+1
*
|
Improve storage of module description, flags, and link data.
Sadie Powell
2020-04-11
1
-4
/
+4
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-0
/
+3
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-0
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-03-30
1
-1
/
+1
|
\
|
|
*
Various text improvements: consistency, syntax, help and doc updates/fixes.
Robby
2019-02-18
1
-1
/
+1
*
|
ModeParser: remove fakederef.
Sadie Powell
2019-02-07
1
-2
/
+2
*
|
Replace the override macro with the override keyword.
Sadie Powell
2019-01-25
1
-2
/
+2
|
/
*
Use CommandBase::Params instead of std::vector<std::string>.
•••
This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters.
Peter Powell
2018-07-26
1
-1
/
+1
*
Add the override keyword in places that it is missing.
•••
GCCs warnings for this are much better than Clangs.
Peter Powell
2017-11-21
1
-1
/
+1
*
Add support for setting the unset rank in ModeHandler.
Peter Powell
2017-11-06
1
-1
/
+1
*
Change Membership:hasMode() to accept a PrefixMode
Attila Molnar
2016-08-30
1
-1
/
+1
*
Replace irc::modestacker usage with the new ModeParser::Process()
Attila Molnar
2014-09-03
1
-12
/
+5
*
m_rmode Call Channel::GetUsers() instead of directly accessing Channel::userlist
Attila Molnar
2014-07-14
1
-1
/
+2
*
Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead
Attila Molnar
2014-07-14
1
-1
/
+1
*
Add ModeHandler::IsListModeBase() and MC_LIST
attilamolnar
2013-09-12
1
-9
/
+4
*
Move prefix mode specific fields and getters into PrefixMode
•••
Add ModeHandler::IsPrefixMode()
attilamolnar
2013-09-11
1
-4
/
+3
*
Automatically register ServiceProviders created by modules
attilamolnar
2013-09-08
1
-5
/
+0
*
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-07-04
1
-2
/
+0
*
Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() w...
attilamolnar
2013-07-01
1
-1
/
+1
[next]