aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Switch parameter count fields to use size_t.Gravatar Sadie Powell2026-03-025-21/+21
* | Abolish FMT_PTR, this does the same for both formatters.Gravatar Sadie Powell2026-03-028-20/+18
* | Disable service registration messages when not using a debug build.Gravatar Sadie Powell2026-03-023-8/+20
* | Rename ServiceProvider::creator to service_creator and add GetSource.Gravatar Sadie Powell2026-03-0235-86/+96
* | Load the swhois module if a config contains the swhois_ext module.Gravatar Sadie Powell2026-03-021-0/+2
* | Massive rework of how internal service providers work.•••- ServiceType is dead. All modules use RegisterService now. - Modules can implement UnregisterService which is called from DelService now. - Split the service type prefix into its own field. - Renamed Service::name to Service::service_name. This revealed a few bugs. Gravatar Sadie Powell2026-03-0248-261/+251
* | Add irc::less and convert irc::insensitive_swo to use it.Gravatar Sadie Powell2026-03-022-8/+17
* | Move the event/ prefix of events to the parent class.Gravatar Sadie Powell2026-03-0230-51/+51
* | Rename ServiceProvider methods to avoid shadowing issues.Gravatar Sadie Powell2026-03-0265-168/+180
* | Fix regular users being told about server operator privileges.Gravatar Sadie Powell2026-03-011-1/+1
* | Run incoming ENCAP commands through the old protocol preprocessor.Gravatar Sadie Powell2026-03-011-0/+13
* | Merge the chg* and set* modules.Gravatar Sadie Powell2026-03-0112-415/+238
* | Debug log when an encapsulated command fails.Gravatar Sadie Powell2026-03-011-1/+12
* | 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.•••Closes #2157. Gravatar Sadie Powell2026-02-2721-12/+83
* | 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.•••Closes #2190. Gravatar Sadie Powell2026-02-161-8/+14
| * 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