aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-09-097-34/+40
|\| |
| * | Document the deprecation of the cloak_md5 and md5 module.Gravatar Sadie Powell2024-09-051-4/+6
| * | Fix needlessly separating threads and lanes in the argon2 module.•••We were not using these correctly and Argon2 uses the thread count as the lane count anyway so its pointless to even have a setting for this. Gravatar Sadie Powell2024-09-051-1/+0
| * | Make the <define> options in the example config actually useful.Gravatar Sadie Powell2024-09-051-8/+8
| * | Refactor InspIRCd::StripColor.•••- Only strip characters we actually recognise. - Strip the value for hex color codes. Gravatar Sadie Powell2024-08-301-2/+2
| * | Add a config variable for the example dir.•••This makes including example files easier on system-wide installs. Gravatar Sadie Powell2024-08-307-23/+23
| * | Allow using color codes by name in MOTD files.Gravatar Sadie Powell2024-08-291-0/+7
* | | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-08-291-6/+11
|\| |
| * | Tweak the whowas config defaults•••- Decrease the default number of nick groups. - Increase the days to keep records for. - Enable update on nick change by default. - Remove the upper bounds on the fields. Gravatar Sadie Powell2024-08-281-7/+8
| * | Fix the whowas database not being updated on nick change.Gravatar Sadie Powell2024-08-271-2/+6
* | | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-08-231-2/+2
|\| |
| * | Allow building log_json against yyjson.•••This is the default if available. RapidJSON has not had a release in years and has known security vulnerabilities so we should really not be using it. Gravatar Sadie Powell2024-08-231-3/+4
* | | Update the example configs for <servicesintegration:disablemodes>.Gravatar Sadie Powell2024-08-181-4/+4
* | | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-08-163-3/+3
|\| |
| * | Add an email address for an SVN-only committer.Gravatar Sadie Powell2024-08-101-1/+1
| * | Make the slogan in the example MOTDs less bland.Gravatar Sadie Powell2024-08-092-2/+2
* | | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-07-291-6/+5
|\| |
| * | Improve the paths picked up by Doxygen.Gravatar Sadie Powell2024-07-291-5/+4
* | | Adjust the build system for the new module structure.Gravatar Sadie Powell2024-07-171-2/+2
* | | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-07-161-1/+2
|\| |
| * | Update author list.Gravatar InspIRCd Robot2024-07-141-1/+2
* | | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-07-131-1/+1
|\| |
| * | 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
* | | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-07-0513-61/+169
|\| |
| * | Fix some minor issues with the sqloper schemas.•••- Only create the pgsql table if it doesn't exist. - Separate the active column out from others. Gravatar Sadie Powell2024-07-013-1/+4
| * | 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.•••Ref: #2099. Gravatar Sadie Powell2024-06-302-8/+9
| * | Tell people to use the main ChatSpike domain not our alias.Gravatar Sadie Powell2024-06-283-3/+3
* | | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-06-231-3/+3
|\| |
| * | Update author list.Gravatar InspIRCd Robot2024-06-211-3/+3
* | | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-06-1721-343/+343
|\| |
| * | 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
* | | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-06-171-1/+1
|\| |
| * | Update author list.Gravatar InspIRCd Robot2024-06-141-1/+1
* | | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-06-131-0/+8
|\| |
| * | Update Doxygen config and fix some warnings.Gravatar Sadie Powell2024-06-111-0/+8
* | | Merge branch 'insp4' into master.Gravatar Sadie Powell2024-06-074-8/+4
|\| |
| * | Add /GL and /GLOBAL to the generic services config file.Gravatar Sadie Powell2024-06-073-6/+2
| * | Rename regex_pcre back to regex_pcre2.•••This rename happened before we had config compatibility and it doesn't make sense to keep it anymore. Gravatar Sadie Powell2024-06-071-2/+2
* | | Move the md5 and cloak_md5 modules to inspircd-contrib.Gravatar Sadie Powell2024-06-073-67/+2
|/ /
* | Add support for non-web WebSocket connections.•••Closes #2066. Gravatar Sadie Powell2024-05-231-2/+11
* | 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-162-1/+9
* | Move ssl_mbedtls to inspircd-contrib.•••Closes #2088. Gravatar Sadie Powell2024-04-153-24/+13
* | Only abort SASL sessions if the user is using sasl-3.1.•••This is a compromise to allow modern clients to authenticate quickly whilst not breaking old clients. This reverts commit 4b8e69882e8b591102bfb03da1425b04c43272de. Gravatar Sadie Powell2024-03-241-2/+1
* | Allow rmode to remove all modes matching a specific user.Gravatar Sadie Powell2024-03-241-2/+4