| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-03-27 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix real name formatting bleeding into IRC messages. | 2022-03-21 | 1 | -1/+1 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -6/+6 | |
| * | | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -2/+3 | |
| * | | Mark all command classes as final. | 2021-10-01 | 1 | -1/+2 | |
| * | | Mark all module classes as final. | 2021-10-01 | 1 | -1/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -4/+5 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -3/+4 | |
| * | | Significantly upgrade the check module's ability to find users.•••- Check for users based on nick mask, ident mask, and real name mask as well as ip mask and host mask. - Include matching user's nick, ident and displayed host in the command output. - Specify in the output what was actually matched against. Closes #1909. | 2021-08-28 | 1 | -10/+31 | |
| * | | Merge branch 'insp3' into master. | 2021-07-04 | 1 | -25/+25 | |
| |\| | |||||
| | * | Fix some "targ" usages which were missed in the earlier commit. | 2021-07-03 | 1 | -25/+25 | |
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 1 | -27/+24 | |
| |\| | |||||
| | * | Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | 2021-06-21 | 1 | -21/+21 | |
| | * | Code refactor and minor fix (#1879) | 2021-06-12 | 1 | -4/+5 | |
| * | | Kill some useless comments. | 2021-05-13 | 1 | -2/+0 | |
| * | | Move channel logic from InspIRCd to the new ChannelManager class. | 2021-05-08 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-04-11 | 1 | -11/+1 | |
| |\| | |||||
| | * | Show all prefix modes in the CHECK onchans output. | 2021-04-07 | 1 | -8/+1 | |
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -31/+20 | |
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -1/+11 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-02-26 | 1 | -1/+1 | |
| | * | Add snomask permissions to the oper check output. | 2021-02-22 | 1 | -0/+10 | |
| * | | Rename NickMax to MaxNick for consistency with the other limits. | 2020-11-27 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-11-01 | 1 | -0/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-10-30 | 1 | -0/+1 | |
| * | | Convert OperInfo from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -4/+3 | |
| * | | Merge branch 'insp3' into master. | 2020-10-27 | 1 | -0/+2 | |
| |\| | |||||
| | * | Add the User::exempt flag to m_check. | 2020-10-06 | 1 | -0/+2 | |
| * | | Convert CmdResult to an 8-bit strongly typed enum. | 2020-10-27 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -1/+1 | |
| * | | Replace the flags_required field with an enum. | 2020-04-14 | 1 | -1/+1 | |
| * | | Alow modules to specify multiple syntax lines. | 2020-04-14 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-04-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -7/+6 | |
| * | | Merge branch 'insp3' into master. | 2020-03-18 | 1 | -1/+2 | |
| |\| | |||||
| | * | Fix unnecessary inlining in command handler constructors. | 2020-03-09 | 1 | -1/+2 | |
| * | | Move FindNick to UserManager. | 2020-02-09 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -2/+6 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -2/+6 | |
| * | | Merge branch 'insp3' into master. | 2019-08-09 | 1 | -1/+1 | |
| |\| | |||||
| | * | Add {To,From}{Human,Internal,Network} to ExtensionItem.•••Also, deprecate the old SerializeFormat/serialize/unserialise API. | 2019-08-07 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2019-07-27 | 1 | -2/+2 | |
| |\| | |||||
| | * | Fix various cases of broken indentation. | 2019-07-26 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -1/+1 | |
| |\| | |||||
| | * | Some more text fixes and improvements (#1618). | 2019-04-28 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2019-03-30 | 1 | -1/+1 | |
| |\| | |||||
