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
*
Update copyright headers.
InspIRCd Robot
2022-12-30
1
-2
/
+0
*
Add the protocol serializer to the check output.
Sadie Powell
2022-09-21
1
-0
/
+1
*
Update copyright headers.
InspIRCd Robot
2022-04-28
1
-1
/
+1
*
Fix real name formatting bleeding into IRC messages.
Sadie Powell
2022-03-21
1
-1
/
+1
*
Update copyright headers.
InspIRCd Robot
2021-08-27
1
-3
/
+4
*
Fix some "targ" usages which were missed in the earlier commit.
Sadie Powell
2021-07-03
1
-25
/
+25
*
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
*
Show all prefix modes in the CHECK onchans output.
Sadie Powell
2021-04-07
1
-8
/
+1
*
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
*
Update copyright headers.
InspIRCd Robot
2020-10-30
1
-0
/
+1
*
Add the User::exempt flag to m_check.
Matt Schatz
2020-10-06
1
-0
/
+2
*
Update copyright headers.
InspIRCd Robot
2020-04-24
1
-1
/
+1
*
Update the module descriptions using mkversion.
Sadie Powell
2020-04-10
1
-1
/
+1
*
Fix unnecessary inlining in command handler constructors.
Sadie Powell
2020-03-09
1
-1
/
+2
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-2
/
+6
*
Add {To,From}{Human,Internal,Network} to ExtensionItem.
•••
Also, deprecate the old SerializeFormat/serialize/unserialise API.
Peter Powell
2019-08-07
1
-1
/
+1
*
Fix various cases of broken indentation.
Peter Powell
2019-07-26
1
-2
/
+2
*
Some more text fixes and improvements (#1618).
Robby
2019-04-28
1
-1
/
+1
*
Various text improvements: consistency, syntax, help and doc updates/fixes.
Robby
2019-02-18
1
-1
/
+1
*
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
*
m_check: Fix showing oper permissions (privileges). (#1556)
Robby
2019-01-17
1
-1
/
+1
*
Rename User::fullname to realname and make it private.
Peter Powell
2018-07-30
1
-4
/
+4
*
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
-2
/
+2
*
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
-2
/
+2
*
Add a class which encapsulates the concept of token lists.
Peter Powell
2017-11-13
1
-4
/
+2
*
Hide User#host and User#dhost and use accessors to modify them.
•••
This removes the need to invalidate the cache after changing a user's hostname.
Peter Powell
2017-10-28
1
-2
/
+2
*
Clean up User::FormatModes(), rename to GetModeLetters()
•••
Prefix the returned string with '+'
Attila Molnar
2016-12-30
1
-1
/
+1
*
Return std::string from Membership::GetAllPrefixChars()
Attila Molnar
2016-08-30
1
-1
/
+1
*
Replace loop over alphabet with loop over mode list in several places
Attila Molnar
2016-08-30
1
-11
/
+15
*
Pass the ModeHandler to User::HasModePermission()
•••
Mark the method as const
Attila Molnar
2016-08-30
1
-2
/
+2
*
Ensure server names passed to some commands are really server names
Attila Molnar
2016-03-29
1
-1
/
+1
*
m_check Move DumpExt() into CheckContext
Attila Molnar
2016-03-19
1
-18
/
+18
*
m_check Move DumpListMode() into CheckContext
Attila Molnar
2016-03-19
1
-13
/
+13
*
m_check Refactor, move to the new RPL_CHECK numeric
Attila Molnar
2016-03-19
1
-80
/
+102
*
Remove unnecessary std::string::c_str() calls
Attila Molnar
2016-02-25
1
-1
/
+1
*
Merge insp20
Attila Molnar
2016-02-22
1
-1
/
+1
|
\
|
*
Fix incorrect std::string::operator[] usage
•••
Passing a position equal to length() to the non-const version of operator[] is undefined
Attila Molnar
2015-09-28
1
-1
/
+1
*
|
Merge insp20
Attila Molnar
2015-04-20
1
-2
/
+4
|
\
|
|
*
m_check Fix non-standard format specifier %s passed to strftime() causing pro...
Attila Molnar
2014-12-27
1
-2
/
+4
*
|
Add typedef PrivSet for OperInfo::AllowedOperCommands and AllowedPrivs
Attila Molnar
2014-12-15
1
-2
/
+2
*
|
Merge insp20
Attila Molnar
2014-07-25
1
-1
/
+1
|
\
|
|
*
Fix harmless loop off-by-ones found by Moonlightning
satmd
2014-06-07
1
-1
/
+1
[next]