aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_check.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2022-12-301-2/+0
|
* Add the protocol serializer to the check output.Gravatar Sadie Powell2022-09-211-0/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2022-04-281-1/+1
|
* Fix real name formatting bleeding into IRC messages.Gravatar Sadie Powell2022-03-211-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2021-08-271-3/+4
|
* Fix some "targ" usages which were missed in the earlier commit.Gravatar Sadie Powell2021-07-031-25/+25
|
* Fix various spelling issues (#1883).Gravatar Josh Soref2021-06-211-21/+21
| | | | Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* Code refactor and minor fix (#1879)Gravatar Herman2021-06-121-4/+5
|
* Show all prefix modes in the CHECK onchans output.Gravatar Sadie Powell2021-04-071-8/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2021-02-261-1/+1
|
* Add snomask permissions to the oper check output.Gravatar Sadie Powell2021-02-221-0/+10
|
* Update copyright headers.Gravatar InspIRCd Robot2020-10-301-0/+1
|
* Add the User::exempt flag to m_check.Gravatar Matt Schatz2020-10-061-0/+2
|
* Update copyright headers.Gravatar InspIRCd Robot2020-04-241-1/+1
|
* Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
|
* Fix unnecessary inlining in command handler constructors.Gravatar Sadie Powell2020-03-091-1/+2
|
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-2/+6
|
* Add {To,From}{Human,Internal,Network} to ExtensionItem.Gravatar Peter Powell2019-08-071-1/+1
| | | | Also, deprecate the old SerializeFormat/serialize/unserialise API.
* Fix various cases of broken indentation.Gravatar Peter Powell2019-07-261-2/+2
|
* Some more text fixes and improvements (#1618).Gravatar Robby2019-04-281-1/+1
|
* Various text improvements: consistency, syntax, help and doc updates/fixes.Gravatar Robby2019-02-181-1/+1
|
* m_check: improve the output when showing list modes.Gravatar Peter Powell2019-02-041-6/+11
| | | | Closes #1568.
* m_check: rename the timestamp key to createdat.Gravatar Peter Powell2019-02-041-1/+1
|
* m_check: improve the output of the member key.Gravatar Peter Powell2019-02-041-3/+3
|
* m_check: split modeperms into chanmodeperms and usermodeperms.Gravatar Peter Powell2019-02-041-3/+2
|
* m_check: remove unnecessary usage of CheckContext::List.Gravatar Peter Powell2019-02-041-7/+2
|
* m_check: replace timestring() with a Write() overlod.Gravatar Peter Powell2019-02-041-16/+20
|
* Fix not checking for server names case insensitively.Gravatar Peter Powell2019-01-281-1/+1
|
* m_check: Fix showing oper permissions (privileges). (#1556)Gravatar Robby2019-01-171-1/+1
|
* Rename User::fullname to realname and make it private.Gravatar Peter Powell2018-07-301-4/+4
|
* Use CommandBase::Params instead of std::vector<std::string>.Gravatar Peter Powell2018-07-261-2/+2
| | | | | 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-2/+2
| | | | GCCs warnings for this are much better than Clangs.
* Add a class which encapsulates the concept of token lists.Gravatar Peter Powell2017-11-131-4/+2
|
* Hide User#host and User#dhost and use accessors to modify them.Gravatar Peter Powell2017-10-281-2/+2
| | | | | This removes the need to invalidate the cache after changing a user's hostname.
* Clean up User::FormatModes(), rename to GetModeLetters()Gravatar Attila Molnar2016-12-301-1/+1
| | | | Prefix the returned string with '+'
* Return std::string from Membership::GetAllPrefixChars()Gravatar Attila Molnar2016-08-301-1/+1
|
* Replace loop over alphabet with loop over mode list in several placesGravatar Attila Molnar2016-08-301-11/+15
|
* Pass the ModeHandler to User::HasModePermission()Gravatar Attila Molnar2016-08-301-2/+2
| | | | Mark the method as const
* Ensure server names passed to some commands are really server namesGravatar Attila Molnar2016-03-291-1/+1
|
* m_check Move DumpExt() into CheckContextGravatar Attila Molnar2016-03-191-18/+18
|
* m_check Move DumpListMode() into CheckContextGravatar Attila Molnar2016-03-191-13/+13
|
* m_check Refactor, move to the new RPL_CHECK numericGravatar Attila Molnar2016-03-191-80/+102
|
* Remove unnecessary std::string::c_str() callsGravatar Attila Molnar2016-02-251-1/+1
|
* Merge insp20Gravatar Attila Molnar2016-02-221-1/+1
|\
| * Fix incorrect std::string::operator[] usageGravatar Attila Molnar2015-09-281-1/+1
| | | | | | | | Passing a position equal to length() to the non-const version of operator[] is undefined
* | Merge insp20Gravatar Attila Molnar2015-04-201-2/+4
|\|
| * m_check Fix non-standard format specifier %s passed to strftime() causing ↵Gravatar Attila Molnar2014-12-271-2/+4
| | | | | | | | problems on systems not supporting it (Windows)
* | Add typedef PrivSet for OperInfo::AllowedOperCommands and AllowedPrivsGravatar Attila Molnar2014-12-151-2/+2
| |
* | Merge insp20Gravatar Attila Molnar2014-07-251-1/+1
|\|
| * Fix harmless loop off-by-ones found by MoonlightningGravatar satmd2014-06-071-1/+1
| |