aboutsummaryrefslogtreecommitdiff
path: root/include/modules
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2026-06-0531-31/+31
* Fix escaping LDAP search filters in ldapauth and ldapoper.Gravatar Sadie Powell2026-06-051-0/+2
* Port over some recent changes to the Anope LDAP API.Gravatar Sadie Powell2026-06-051-0/+11
* Allow omitting an extban character by default.•••Character extbans are deprecated anyway and this makes it easier for modules to opt-out of providing one. Gravatar Sadie Powell2026-05-301-4/+4
* Update copyright headers.Gravatar InspIRCd Robot2026-03-312-2/+2
* Fix some minor doxygen warnings.Gravatar Sadie Powell2026-03-081-1/+1
* Remove the inverted parameter from the extban validation method.Gravatar Sadie Powell2026-03-061-3/+2
* Add a validation hook for extbans.Gravatar Sadie Powell2026-03-041-0/+37
* Fix mistakenly getting monitor notifications for partially connected users.Gravatar Sadie Powell2026-02-231-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2025-12-032-4/+3
* Fix a typo in a previous commit's deprecation message.Gravatar Sadie Powell2025-10-261-1/+1
* Fix allowing expired client certificates in some cases.•••This fixes a regression from v3. Gravatar Sadie Powell2025-10-261-3/+3
* Deprecate the contents of the SSLClientCert namespace.•••This is full of footguns and isn't really needed. Gravatar Sadie Powell2025-10-261-4/+11
* Update copyright headers.Gravatar InspIRCd Robot2025-08-021-1/+1
* Get the default DNS timeout from the manager instead of the config.Gravatar Sadie Powell2025-05-141-1/+2
* Update copyright headers.Gravatar InspIRCd Robot2025-03-282-2/+2
* Fix some inappropriate uses of ConvToNum.Gravatar Sadie Powell2025-03-011-1/+1
* Avoid the use of ConvToStr in string concatenation.•••This function calls INSP_FORMAT in most cases nowadays so we may as well just call that manually. Gravatar Sadie Powell2025-03-011-2/+2
* Add support for extbans without letters.Gravatar Sadie Powell2024-10-161-1/+1
* Add a type alias for the extban letter type.Gravatar Sadie Powell2024-09-271-8/+11
* Clean up the names of some variables in the extban header.Gravatar Sadie Powell2024-09-271-31/+31
* Update copyright headers.Gravatar InspIRCd Robot2024-09-071-1/+1
* Add a formatting overload to {Membership,User}::Write(Remote)Notice.Gravatar Sadie Powell2024-08-181-2/+2
* Update all usages of ProtocolServer to use Server.Gravatar Sadie Powell2024-07-241-3/+3
* Unregister extbans when the providing module is unloaded.Gravatar Sadie Powell2024-07-061-0/+5
* Update copyright headers.Gravatar InspIRCd Robot2024-06-212-2/+2
* Update copyright headers.Gravatar InspIRCd Robot2024-06-141-1/+1
* Update Doxygen config and fix some warnings.Gravatar Sadie Powell2024-06-111-1/+2
* Remove an extraneous semicolon in the SQL module header.Gravatar Sadie Powell2024-06-071-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2024-06-0729-30/+31
* Allow mutating the status message type in OnUserPre(Tag)Message.Gravatar Sadie Powell2024-05-061-1/+1
* Rename OnBroadcastMessage to OnRouteMessage.•••This is more descriptive of what it actually does. Gravatar Sadie Powell2024-03-081-19/+20
* Rework SQL::PopulateUserInfo.Gravatar Sadie Powell2024-02-191-10/+18
* Allow using multiple SSL fingerprint algorithms.•••Closes #1804. Gravatar Sadie Powell2024-02-191-8/+29
* Split ExtBan::Acting from ExtBan::ActingBase.Gravatar Sadie Powell2024-02-151-5/+23
* Fix a nonsense comment in the cloak API header.Gravatar Sadie Powell2023-09-211-1/+1
* Move TokenList back to its own header and move INSP_FORMAT to compat.•••This allows making stringutils an optional header given that most of it is not used by most of the codebase. Gravatar Sadie Powell2023-09-031-0/+2
* Don't include "regex/" in the link data of the filter/rline modules.Gravatar Sadie Powell2023-08-181-0/+6
* Fix list modes unintentionally being case sensitive.•••Closes #907. Gravatar Sadie Powell2023-08-121-0/+26
* Rework how away state is stored internally.•••This will be necessary for implementing pre-away as well as some changes for WATCH compatibility with Unreal. Gravatar Sadie Powell2023-08-041-3/+4
* Fix a minor Doxygen comment issue.Gravatar Sadie Powell2023-07-031-1/+1
* Fix shun matching (again) and document what the matches do.Gravatar Sadie Powell2023-07-031-3/+6
* Fix matching IP shuns.Gravatar Sadie Powell2023-06-291-1/+2
* Retain the "real" username properly like we do for hostnames.•••This introduces the concept of a real username. This value comes from either the initial USER message or from an ident lookup. Doing this allows us to use it for bans through vidents and cloaking web client users using their remote username. While changing this I also changed all of the uses of "ident" other than RFC 1413 lookups and some compatibility cases to refer to usernames as user(name) instead of ident. Our use of ident in these places was incorrect as that only refers to the RFC 1413 response and is not commonly used in the way we used it by any other IRC server implementations. Gravatar Sadie Powell2023-06-292-2/+8
* Make Numerics::CannotSendTo properly aware of extbans.Gravatar Sadie Powell2023-06-221-0/+4
* Only regenerate cloaks if a cloak of that type exists.•••This prevents unnecessary recloaking which may result in spam. Gravatar Sadie Powell2023-06-071-0/+5
* Fix some typos in the cloak header.Gravatar Sadie Powell2023-06-061-2/+2
* Allow secondary cloak methods to be used on link synchronisation.•••If a server has a conditional cloak method (e.g. account) as the primary cloak method it doesn't make sense to use it for link consistency. With this change a secondary cloak method can request that it is used instead of the primary if the primary does not mark itself as link sensitive. Gravatar Sadie Powell2023-06-061-0/+9
* Make XLine::Matches const.Gravatar Sadie Powell2023-06-051-2/+2
* Make XLine::Displayable const.Gravatar Sadie Powell2023-06-051-1/+1