aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-03-3135-69/+67
* Use SetFwd in the override module.Gravatar Sadie Powell2026-03-301-1/+1
* Switch some modules to use GetRef instead of Get.Gravatar Sadie Powell2026-03-302-19/+8
* Switch dccallow to ValuePtr and Create.Gravatar Sadie Powell2026-03-301-5/+3
* Call the correct creation method in the silence module.Gravatar Sadie Powell2026-03-301-1/+1
* Stop deleting the spanningtree utilities on unload.•••This is not an owning pointer now. Gravatar Sadie Powell2026-03-301-1/+1
* Add methods to ListExtItem to encode individual elements.•••This allows its use with non-string lists. Gravatar Sadie Powell2026-03-301-54/+6
* Move service types to their own namespace.•••- ServiceProvider is now Service::Provider - DataProvider is now Service::SimpleProvider (the old name does not really make sense now we don't have SERVICE_DATA and the only difference is automatic registration. - Some members of ModuleManager have been elevated to the Service namespace in case other code wants to use them. Gravatar Sadie Powell2026-03-296-9/+9
* Move some functions from stdalgo to utility/pointer.Gravatar Sadie Powell2026-03-295-7/+7
* Avoid the direct use of intptr_t wherever possible.•••This may cause problems on systems like CheriBSD where the pointer type stores extra data. Gravatar Sadie Powell2026-03-299-32/+41
* Get rid of thismod/Parent in the mysql module.Gravatar Sadie Powell2026-03-291-12/+6
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-29236-1149/+1178
* Switch the extensible system to using shared pointers.Gravatar Sadie Powell2026-03-2717-181/+118
* Move CUList to be declared inside User.Gravatar Sadie Powell2026-03-2625-46/+46
* Switch typedefs to using statements.Gravatar Sadie Powell2026-03-2637-56/+56
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-03-261-0/+303
* General clean up of the sasl module.Gravatar Sadie Powell2026-03-251-52/+50
* Use server tracking from the services module in the sasl module.Gravatar Sadie Powell2026-03-252-98/+30
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-03-197-14/+12
* Reduce indentation in core_channel.Gravatar Sadie Powell2026-03-191-18/+13
* Improve config compatibility with v4.Gravatar Sadie Powell2026-03-191-3/+11
* Move some remaining channel settings to <channels>.Gravatar Sadie Powell2026-03-192-4/+4
* Rename servprotect to protect.Gravatar Sadie Powell2026-03-193-3/+3
* Improve support for renaming modes.Gravatar Sadie Powell2026-03-195-33/+6
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-03-182-1/+36
* Generate the credits for /INFO from Git history.Gravatar Sadie Powell2026-03-153-42/+132
* Change ServerList to return a list of Server* not a duplicate class.Gravatar Sadie Powell2026-03-155-23/+13
* Fix cap notifications to comply with ircv3/ircv3-specifications#480.Gravatar Sadie Powell2026-03-141-2/+2
* Fix message tag parsing•••Fixes 76f3f24c03c22576324e5af199d3e61d02a79b0d Gravatar Valentin Lorentz2026-03-141-1/+1
* Fix a crash caused by weirdly casting a pointer to an I/O handler.Gravatar Sadie Powell2026-03-143-7/+5
* Rewrite portparser and move to stringutils.Gravatar Sadie Powell2026-03-143-27/+14
* Rewrite sepstream and move to stringutils.Gravatar Sadie Powell2026-03-1445-133/+126
* Rewrite tokenstream and move to stringutils.Gravatar Sadie Powell2026-03-147-20/+22
* Clean up the casemapping checking and comparison code.Gravatar Sadie Powell2026-03-1357-127/+126
* Move <options:{fixed,prefix,suffix}part> to <channels>.Gravatar Sadie Powell2026-03-122-5/+6
* Move <options:modesinlist> to <channels>.Gravatar Sadie Powell2026-03-121-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-03-121-1/+1
* Move <options:defaultmodes> to <channels> and rework.•••- The default prefix modes are now separate from the default channel modes. This should result in less accidentally broken configs. - The privs are now pre-parsed to a list of mode references. This should improve performance slightly as the repeated mode lookups are gone. It also allows us to write warnings to the debug log when the default privs are invalid. - Channels can now have a default topic. Gravatar Sadie Powell2026-03-1215-30/+149
* Move channel settings to the <channels> tag.Gravatar Sadie Powell2026-03-121-6/+6
* Fix dereferencing a LocalUserIO that doesn't have a user yet.Gravatar Sadie Powell2026-03-121-1/+4
* Rewrite old banredirect entries to the new extban form.Gravatar Sadie Powell2026-03-121-0/+38
* Fix the name of the sharebans module.Gravatar Sadie Powell2026-03-121-0/+0
* Rework sending server protocol messages.•••- Replace CmdBuilder with MessageBuilder. This has a less footgun API. All message building has to go through this now so we can implement other message formats in the future. - Replace the message parsing in WriteLine with an analogue to PreProcessOldProtocolMessage. This should be much faster. - Move parameter translation from the core to spanningtree. - Change EncodeParameter to return the value instead of updating in place. - Replace the OnBuild*Message events with one OnServerMessage that can now access all parts of the message and change them. Gravatar Sadie Powell2026-03-1241-701/+716
* Mark all acting extbans as MATCH_REQUIRE_CHANNEL.•••This removes the need for special behaviour in the silence module. Gravatar Sadie Powell2026-03-091-5/+1
* Reuse the ModResult variable in the redirect module.Gravatar Sadie Powell2026-03-091-4/+1
* Banish banredirect to contrib, always enable the redirect: extban.Gravatar Sadie Powell2026-03-092-375/+3
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-03-093-66/+228
* The realmask extban does not require a channel any more.Gravatar Sadie Powell2026-03-081-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2026-03-081-0/+20
* Make the ban checking functions able to check any list mode.Gravatar Sadie Powell2026-03-0829-45/+73