aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add a formatting overload to {Membership,User}::Write(Remote)Notice.Gravatar Sadie Powell2024-08-183-2/+32
| * | Document Write* members in the User type correctly.Gravatar Sadie Powell2024-08-181-15/+29
* | | Add a skeleton of the account provider API.Gravatar Sadie Powell2024-08-061-1/+24
* | | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-08-042-2/+2
|\| |
| * | Release v4.2.0. v4.2.0Gravatar Sadie Powell2024-08-031-1/+1
| * | Update copyright headers.Gravatar InspIRCd Robot2024-08-031-1/+1
* | | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-07-244-15/+23
|\| |
| * | Add ExtensionItem::OnSync which is called when an ext is synchronised.Gravatar Sadie Powell2024-07-241-0/+7
| * | Update all usages of ProtocolServer to use Server.Gravatar Sadie Powell2024-07-242-12/+6
| * | Add SendMetadata methods to Server.Gravatar Sadie Powell2024-07-241-0/+13
* | | Remove support for the v3 server protocol.Gravatar Sadie Powell2024-07-232-4/+2
* | | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-07-221-0/+13
|\| |
| * | Allow contrib modules to specify their own module version.Gravatar Sadie Powell2024-07-221-0/+13
* | | Adjust the build system for the new module structure.Gravatar Sadie Powell2024-07-171-1/+0
* | | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-07-163-6/+6
|\| |
| * | Update copyright headers.Gravatar InspIRCd Robot2024-07-143-3/+3
| * | Don't broadcast a ListExtItem when setting it in FromInternal.Gravatar Sadie Powell2024-07-141-3/+3
* | | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-07-133-9/+16
|\| |
| * | Const correct numerichelper.Gravatar Sadie Powell2024-07-131-9/+9
| * | Avoid allocating in ListExtItem when its obviously not necessary.Gravatar Sadie Powell2024-07-071-0/+6
| * | Shrink the geo_maxmind storage after garbage collection.Gravatar Sadie Powell2024-07-071-0/+1
* | | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-07-061-0/+5
|\| |
| * | Unregister extbans when the providing module is unloaded.Gravatar Sadie Powell2024-07-061-0/+5
* | | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-07-052-4/+4
|\| |
| * | Release v4.0.0. v4.0.0Gravatar Sadie Powell2024-06-291-1/+1
| * | Update copyright headers.Gravatar InspIRCd Robot2024-06-292-2/+2
| * | Tell people to use the main ChatSpike domain not our alias.Gravatar Sadie Powell2024-06-281-1/+1
* | | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-06-237-9/+9
|\| |
| * | Update copyright headers.Gravatar InspIRCd Robot2024-06-217-9/+9
* | | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-06-171-1/+1
|\| |
| * | Update copyright headers.Gravatar InspIRCd Robot2024-06-141-1/+1
* | | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-06-131-1/+2
|\| |
| * | Update Doxygen config and fix some warnings.Gravatar Sadie Powell2024-06-111-1/+2
* | | Remove more deprecated functionality.Gravatar Sadie Powell2024-06-071-6/+0
* | | Move the md5 and cloak_md5 modules to inspircd-contrib.Gravatar Sadie Powell2024-06-071-1/+1
* | | Always use fmtlib directly.Gravatar Sadie Powell2024-06-078-29/+20
|/ /
* | Remove an extraneous semicolon in the SQL module header.Gravatar Sadie Powell2024-06-071-1/+1
* | Update copyright headers.Gravatar InspIRCd Robot2024-06-0787-122/+113
* | Replace std::aligned_storage with a non-deprecated alternative.Gravatar Sadie Powell2024-06-041-1/+1
* | Add nullability attributes to module functions.Gravatar Sadie Powell2024-06-041-65/+65
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2024-06-031-0/+1
|\|
* | Make passwords for oper accounts optional.•••This allows restricting an oper account based on other data such as TLS fingerprint or services account but without logging them in automatically like autologin. Gravatar Sadie Powell2024-05-161-0/+3
* | Allow mutating the status message type in OnUserPre(Tag)Message.Gravatar Sadie Powell2024-05-063-4/+8
* | Add --protocoldebug, make --debug default to DEBUG not RAWIO.Gravatar Sadie Powell2024-05-011-0/+3
* | Rename OnBroadcastMessage to OnRouteMessage.•••This is more descriptive of what it actually does. Gravatar Sadie Powell2024-03-081-19/+20
* | Rename some of the Module member variables.Gravatar Sadie Powell2024-03-041-8/+6
* | Rework SQL::PopulateUserInfo.Gravatar Sadie Powell2024-02-191-10/+18
* | Allow using multiple SSL fingerprint algorithms.•••Closes #1804. Gravatar Sadie Powell2024-02-192-14/+29
* | If a user has an oper connect class then reset it when de-opering.Gravatar Sadie Powell2024-02-191-1/+3
* | Split ExtBan::Acting from ExtBan::ActingBase.Gravatar Sadie Powell2024-02-151-5/+23