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_cloaking.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch from NULL to nullptr.
Sadie Powell
2022-07-22
1
-1
/
+1
*
Make clientprotocol{msg,event} and numericbuilder non-default headers.
Sadie Powell
2022-06-26
1
-0
/
+1
*
Rewrite logging calls to use the new APIs.
Sadie Powell
2022-05-01
1
-1
/
+1
*
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-4
/
+4
*
Add constexpr to the initialisation of various const static fields.
Sadie Powell
2022-01-18
1
-2
/
+2
*
Refactor CoreException and ModuleException.
Sadie Powell
2022-01-07
1
-4
/
+4
*
Promote ExtensionItem::ExtensibleType to a top level enum class.
Sadie Powell
2021-12-23
1
-1
/
+1
*
Apply the final keyword to all module classes where appropriate.
Sadie Powell
2021-10-04
1
-2
/
+3
*
Mark all mode classes as final.
Sadie Powell
2021-10-01
1
-1
/
+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
*
Merge branch 'insp3' into master.
Sadie Powell
2021-08-28
1
-0
/
+1
|
\
|
*
Update copyright headers.
InspIRCd Robot
2021-08-27
1
-0
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-06-13
1
-1
/
+1
|
\
|
|
*
Code refactor and minor fix (#1879)
Herman
2021-06-12
1
-1
/
+1
*
|
Added -Wshorten-64-to-32 and fixed all warnings.
Dominic Hamon
2021-05-30
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-05-14
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-05-14
1
-1
/
+1
*
|
Add a new map-based method for building link data.
•••
The new link data is not currently used but will be in the near future.
Sadie Powell
2021-05-10
1
-4
/
+28
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-6
/
+5
*
|
Fix a ton of pedantic compiler warnings.
Sadie Powell
2021-04-04
1
-1
/
+1
*
|
Constify variables within loops.
Sadie Powell
2021-04-01
1
-1
/
+1
*
|
Use emplace_back where possible.
Sadie Powell
2021-03-30
1
-2
/
+2
*
|
Convert various mode methods to take Mode::Change.
•••
- AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode
Sadie Powell
2021-03-30
1
-5
/
+5
*
|
Mark {From,To}{Human,Internal,Network} as noexcept.
Sadie Powell
2021-03-17
1
-1
/
+1
*
|
Pascalize Unset in extension item classes.
Sadie Powell
2021-03-17
1
-1
/
+1
*
|
Pascalize Set in extension item classes.
Sadie Powell
2021-03-17
1
-1
/
+1
*
|
Pascalize Get in extension item classes.
Sadie Powell
2021-03-17
1
-5
/
+5
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-10
1
-4
/
+16
|
\
|
|
*
Fix the cloaking module on C++98 compilers.
Sadie Powell
2021-03-10
1
-1
/
+1
|
*
Add a human-readable version of the cloak list.
Sadie Powell
2021-03-09
1
-4
/
+16
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-05
1
-2
/
+3
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-03-05
1
-2
/
+3
*
|
Merge tag 'v3.8.1' into master.
Sadie Powell
2020-11-20
1
-1
/
+1
|
\
|
|
*
Avoid doing "IP changed" event stuff on quitting users.
Sadie Powell
2020-11-20
1
-1
/
+1
*
|
Move config typedefs to ServerConfig and use auto in more places.
Sadie Powell
2020-11-03
1
-1
/
+1
*
|
Move FilePosition to fileutils.h and use in ConfigTag.
Sadie Powell
2020-11-03
1
-3
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-11-01
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-10-30
1
-1
/
+1
*
|
Add stdalgo::iterator_range and switch config tag reading to use it.
•••
This allows us to use range-based for loops which were not possible with the previous config tag system.
Sadie Powell
2020-10-31
1
-5
/
+5
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-10-27
1
-2
/
+10
|
\
|
|
*
Don't kill cloaking users when hash/md5 is missing.
Sadie Powell
2020-10-27
1
-2
/
+10
*
|
Convert CmdResult to an 8-bit strongly typed enum.
Sadie Powell
2020-10-27
1
-1
/
+1
*
|
Replace the flags_required field with an enum.
Sadie Powell
2020-04-14
1
-1
/
+1
*
|
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
-7
/
+7
*
|
Use C++11 inline initialisation for class members.
Sadie Powell
2020-02-06
1
-6
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-6
/
+12
|
\
|
[next]