aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Improve the paths picked up by Doxygen.Gravatar Sadie Powell2024-07-291-5/+4
|
* Update author list.Gravatar InspIRCd Robot2024-07-141-1/+2
|
* Fix an unescaped ampersand in the previous commit.Gravatar Sadie Powell2024-07-111-1/+1
|
* Add URL encoded versions of the DNSBL/network to the dnsbl module.Gravatar Sadie Powell2024-07-111-1/+1
|
* Include the network name in the DroneBL example config.Gravatar Sadie Powell2024-07-101-1/+1
|
* Fix some minor issues with the sqloper schemas.Gravatar Sadie Powell2024-07-013-1/+4
| | | | | - Only create the pgsql table if it doesn't exist. - Separate the active column out from others.
* Add a DBML schema for the sqloper module and update the tables.Gravatar Sadie Powell2024-07-014-34/+141
|
* Fix the log_sql module schema allowing null columns.Gravatar Sadie Powell2024-07-014-16/+13
|
* Fix a typo in the example config.Gravatar Sadie Powell2024-06-301-1/+1
|
* Fix various docs issues.Gravatar Sadie Powell2024-06-302-8/+9
| | | | Ref: #2099.
* Tell people to use the main ChatSpike domain not our alias.Gravatar Sadie Powell2024-06-283-3/+3
|
* Update author list.Gravatar InspIRCd Robot2024-06-211-3/+3
|
* Make filenames a bit more friendly for Windows users.Gravatar Sadie Powell2024-06-1721-32/+32
|
* Resort the module config file to be alphabetical.Gravatar Sadie Powell2024-06-171-322/+322
|
* Update author list.Gravatar InspIRCd Robot2024-06-141-1/+1
|
* Update Doxygen config and fix some warnings.Gravatar Sadie Powell2024-06-111-0/+8
|
* Add /GL and /GLOBAL to the generic services config file.Gravatar Sadie Powell2024-06-073-6/+2
|
* Rename regex_pcre back to regex_pcre2.Gravatar Sadie Powell2024-06-071-2/+2
| | | | | This rename happened before we had config compatibility and it doesn't make sense to keep it anymore.
* Add support for non-web WebSocket connections.Gravatar Sadie Powell2024-05-231-2/+11
| | | | Closes #2066.
* Make passwords for oper accounts optional.Gravatar Sadie Powell2024-05-162-1/+9
| | | | | | 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.
* Move ssl_mbedtls to inspircd-contrib.Gravatar Sadie Powell2024-04-153-24/+13
| | | | Closes #2088.
* Only abort SASL sessions if the user is using sasl-3.1.Gravatar Sadie Powell2024-03-241-2/+1
| | | | | | | This is a compromise to allow modern clients to authenticate quickly whilst not breaking old clients. This reverts commit 4b8e69882e8b591102bfb03da1425b04c43272de.
* Allow rmode to remove all modes matching a specific user.Gravatar Sadie Powell2024-03-241-2/+4
|
* Add an option for opting-out of aborting incomplete authentication.Gravatar Sadie Powell2024-03-011-1/+2
| | | | | This goes against the expectations of the spec which can break some clients but also not doing this can break others. Blah.
* Update author list.Gravatar InspIRCd Robot2024-03-011-1/+1
|
* Merge the topiclock module into the services module.Gravatar Sadie Powell2024-02-271-5/+0
|
* Merge the mlock module into the services module.Gravatar Sadie Powell2024-02-271-6/+0
|
* Allow using multiple SSL fingerprint algorithms.Gravatar Sadie Powell2024-02-191-6/+3
| | | | Closes #1804.
* Allow changing the case of cloak values in cloak_user.Gravatar Sadie Powell2024-02-191-1/+11
|
* Rename the hmac-sha256-ip cloak engine to hmac-sha256-addr.Gravatar Sadie Powell2024-02-121-2/+2
| | | | | This engine cloaks the socket address which may not necessarily be an IP address.
* Fix the name of the cloak_sha256 module.Gravatar Sadie Powell2024-02-121-1/+1
|
* Add the fingerprint cloak method to the cloak_user module.Gravatar Sadie Powell2024-01-131-1/+14
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2023-12-221-3/+4
|\
| * Update author list.Gravatar InspIRCd Robot2023-12-221-2/+3
| |
| * Document the PROP command.Gravatar satmd2023-12-221-0/+4
| | | | | | | | Backport of f60c060 from git master.
* | Document the PROP command.Gravatar satmd2023-12-221-0/+4
| |
* | Disable the TLS welcome notice by default.Gravatar Sadie Powell2023-11-231-1/+6
| | | | | | | | This is just needless spam for the vast majority of users.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-11-142-4/+8
|\|
| * Add some more useful aliases to the generic services example.Gravatar Sadie Powell2023-11-141-0/+5
| |
| * Allow using $address for the user IP address in alias templates.Gravatar Sadie Powell2023-11-121-4/+4
| | | | | | | | Closes #2068.
* | Allow disabling LIST completely for unregistered users.Gravatar Sadie Powell2023-10-031-2/+4
| |
* | Add an option for including the setter's full mask in list modes.Gravatar Sadie Powell2023-09-211-0/+4
| |
* | Rename <options:hostintopic> to <options:maskintopic>.Gravatar Sadie Powell2023-09-211-3/+3
| | | | | | | | | | This option stores the user *mask* not the user host so the old name is incorrect.
* | Allow using SSLINFO with no params to view your own cert details.Gravatar Sadie Powell2023-09-131-1/+4
| |
* | Rename the namesx module to multiprefix.Gravatar Sadie Powell2023-08-141-8/+8
| | | | | | | | | | | | Now the module only implements the IRCv3 capability this is a more accurate name. If users want the protoctl method they can install the protoctl module from contrib as before.
* | Add an extban for matching against an operator account.Gravatar Sadie Powell2023-08-091-5/+3
| |
* | Make ldapauth take an enum field for the username field.Gravatar Sadie Powell2023-08-061-4/+3
| |
* | Fix some links that point to the v3 docs to point to the v4 docs.Gravatar Sadie Powell2023-07-251-3/+3
| |
* | Also allow suffixing with -line[d] if an X-line is two characters.Gravatar Sadie Powell2023-07-251-2/+2
| | | | | | | | | | This makes things easier for modules like require_auth in contrib which has a GA-line.
* | Add the %created% and %fulltype% variables for the X-line reason.Gravatar Sadie Powell2023-07-251-2/+8
| |