aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release v5.0.0 development snapshot 2. v5.0.0dev2Gravatar Sadie Powell2026-03-011-1/+1
|
* Move standard replies to the core and add remote reply support.Gravatar Sadie Powell2026-03-0122-233/+410
|
* Fix swhois sending a NOTE when it should send a FAIL.Gravatar Sadie Powell2026-02-281-1/+1
|
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-02-281-1/+1
|\
| * Fix the cloak module sending NOTEs when it should send a FAIL.Gravatar Sadie Powell2026-02-281-1/+1
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2026-02-285-16/+20
|\|
| * Fix RPL_ENDOFNAMES for real this time.Gravatar Sadie Powell2026-02-285-16/+20
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2026-02-282-1/+1
|\|
| * Fix erroneously sending RPL_ENDOFNAMES multiple times.Gravatar Sadie Powell2026-02-282-1/+1
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2026-02-281-4/+6
|\|
| * Fix ERR_INVALIDUSERNAME containing the wrong username.Gravatar Sadie Powell2026-02-281-4/+6
| |
* | Implement support for per-command maximum targets.Gravatar Sadie Powell2026-02-2721-12/+83
| | | | | | | | Closes #2157.
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2026-02-261-3/+3
|\|
| * Update the Windows dependencies.Gravatar Sadie Powell2026-02-261-3/+3
| |
* | Fix some incorrect uses of SharedData in sacommands.Gravatar Sadie Powell2026-02-261-8/+9
| |
* | Load the sacommands module if a config contains the split module names.Gravatar Sadie Powell2026-02-261-0/+14
| |
* | Fix link compatibility with v4 after the sacommand merge.Gravatar Sadie Powell2026-02-261-5/+18
| |
* | Remove the c_ prefix from the c_registered mode.Gravatar Sadie Powell2026-02-262-10/+20
| |
* | Add the rewritten sacommands module.Gravatar Sadie Powell2026-02-262-0/+591
| |
* | Move ERR_USERONCHANNEL to the global numeric header.Gravatar Sadie Powell2026-02-262-1/+1
| |
* | Remove the sa* modules pending a complete rewrite.Gravatar Sadie Powell2026-02-268-827/+0
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2026-02-263-3/+3
|\|
| * Only increase the connection counter when a user is fully connected.Gravatar Sadie Powell2026-02-251-1/+1
| |
| * Fix mistakenly getting monitor notifications for partially connected users.Gravatar Sadie Powell2026-02-231-1/+1
| |
| * Make ServerCommandMap case insensitive.Gravatar Sadie Powell2026-02-191-1/+1
| |
* | Add a numeric helper for ERR_NOPRIVILEGES.Gravatar Sadie Powell2026-02-2616-31/+61
| |
* | Fix the old name of the noctcp mode.Gravatar Sadie Powell2026-02-171-1/+1
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2026-02-174-20/+106
|\|
| * Update irctest git commit and Anope version. insp2Gravatar Sadie Powell2026-02-161-2/+2
| |
| * Document the DNSBL command.Gravatar Sadie Powell2026-02-161-8/+14
| | | | | | | | Closes #2190.
| * Add support for filtering message tags to the known keys.Gravatar Sadie Powell2026-02-162-10/+98
| |
* | Fix parsing the flags in the swhois module.Gravatar Sadie Powell2026-02-151-4/+5
| |
* | Unify command_parse and ctables.Gravatar Sadie Powell2026-02-154-151/+124
| |
* | Evict the customtitle module to inspircd-contrib.Gravatar Sadie Powell2026-02-133-182/+0
| |
* | Remove InValidMask as it only has one unnecessary use.Gravatar Sadie Powell2026-02-123-48/+1
| |
* | Add support for swhois entries that only servers can unset.Gravatar Sadie Powell2026-02-121-11/+22
| |
* | Add support for oper-only swhois entries.Gravatar Sadie Powell2026-02-121-21/+48
| |
* | Move maphide's config to its own tag.Gravatar Sadie Powell2026-02-112-4/+5
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2026-02-112-1/+8
|\|
| * Fix checking whether the +z channel mode is already set.Gravatar Sadie Powell2026-02-091-1/+1
| | | | | | | | The dest parameter will be null here as this is a channel mode.
| * Upgrade Doxyfile for the latest Doxygen.Gravatar Sadie Powell2026-01-261-0/+7
| |
* | Fix a typo in the swhois module.Gravatar Sadie Powell2026-02-101-1/+1
| |
* | Add the rewritten swhois module.Gravatar Sadie Powell2026-02-102-5/+455
| |
* | Remove the swhois module pending a complete rewrite.Gravatar Sadie Powell2026-02-101-153/+0
| |
* | Merge branch 'insp4' into master.Gravatar Sadie Powell2026-01-233-21/+26
|\|
| * Check the length of the username in DefaultIsUser.Gravatar Sadie Powell2026-01-201-1/+1
| |
| * Fix truncating user/host/real names.Gravatar Sadie Powell2026-01-201-19/+24
| |
| * Require maxhost to be at least 45 characters to fit IPv6 addresses.Gravatar Sadie Powell2026-01-201-1/+1
| |
* | Fix the xline_db version check.Gravatar Sadie Powell2026-01-231-1/+1
| |
* | Add support for local-only X-lines, remove K-lines.Gravatar Sadie Powell2026-01-2016-344/+166
| |