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_check.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'insp3' into master.
Sadie Powell
2021-07-01
1
-27
/
+24
|
\
|
*
Fix various spelling issues (#1883).
•••
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Josh Soref
2021-06-21
1
-21
/
+21
|
*
Code refactor and minor fix (#1879)
Herman
2021-06-12
1
-4
/
+5
*
|
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
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-04-11
1
-11
/
+1
|
\
|
|
*
Show all prefix modes in the CHECK onchans output.
Sadie Powell
2021-04-07
1
-8
/
+1
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-31
/
+20
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-02-28
1
-1
/
+11
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-02-26
1
-1
/
+1
|
*
Add snomask permissions to the oper check output.
Sadie Powell
2021-02-22
1
-0
/
+10
*
|
Rename NickMax to MaxNick for consistency with the other limits.
Sadie Powell
2020-11-27
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-11-01
1
-0
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-10-30
1
-0
/
+1
*
|
Convert OperInfo from reference<> to std::shared_ptr<>.
Sadie Powell
2020-10-31
1
-4
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-10-27
1
-0
/
+2
|
\
|
|
*
Add the User::exempt flag to m_check.
Matt Schatz
2020-10-06
1
-0
/
+2
*
|
Convert CmdResult to an 8-bit strongly typed enum.
Sadie Powell
2020-10-27
1
-2
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-05-05
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-04-24
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
/
+6
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-03-18
1
-1
/
+2
|
\
|
|
*
Fix unnecessary inlining in command handler constructors.
Sadie Powell
2020-03-09
1
-1
/
+2
*
|
Move FindNick to UserManager.
Sadie Powell
2020-02-09
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-2
/
+6
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-2
/
+6
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-08-09
1
-1
/
+1
|
\
|
|
*
Add {To,From}{Human,Internal,Network} to ExtensionItem.
•••
Also, deprecate the old SerializeFormat/serialize/unserialise API.
Peter Powell
2019-08-07
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-07-27
1
-2
/
+2
|
\
|
|
*
Fix various cases of broken indentation.
Peter Powell
2019-07-26
1
-2
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-05-15
1
-1
/
+1
|
\
|
|
*
Some more text fixes and improvements (#1618).
Robby
2019-04-28
1
-1
/
+1
*
|
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
*
|
UserManager: remove fakederef.
Sadie Powell
2019-02-07
1
-2
/
+2
*
|
ModeParser: remove fakederef.
Sadie Powell
2019-02-07
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-02-05
1
-36
/
+39
|
\
|
|
*
m_check: improve the output when showing list modes.
•••
Closes #1568.
Peter Powell
2019-02-04
1
-6
/
+11
|
*
m_check: rename the timestamp key to createdat.
Peter Powell
2019-02-04
1
-1
/
+1
|
*
m_check: improve the output of the member key.
Peter Powell
2019-02-04
1
-3
/
+3
|
*
m_check: split modeperms into chanmodeperms and usermodeperms.
Peter Powell
2019-02-04
1
-3
/
+2
|
*
m_check: remove unnecessary usage of CheckContext::List.
Peter Powell
2019-02-04
1
-7
/
+2
|
*
m_check: replace timestring() with a Write() overlod.
Peter Powell
2019-02-04
1
-16
/
+20
|
*
Fix not checking for server names case insensitively.
Peter Powell
2019-01-28
1
-1
/
+1
*
|
Replace the override macro with the override keyword.
Sadie Powell
2019-01-25
1
-3
/
+3
|
/
*
m_check: Fix showing oper permissions (privileges). (#1556)
Robby
2019-01-17
1
-1
/
+1
[next]