| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Document the deprecation of the cloak_md5 and md5 module. | 2024-09-05 | 1 | -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. | 2024-09-05 | 1 | -1/+0 | |
| * | Make the <define> options in the example config actually useful. | 2024-09-05 | 1 | -8/+8 | |
| * | Refactor InspIRCd::StripColor.•••- Only strip characters we actually recognise. - Strip the value for hex color codes. | 2024-08-30 | 1 | -2/+2 | |
| * | Add a config variable for the example dir.•••This makes including example files easier on system-wide installs. | 2024-08-30 | 7 | -23/+23 | |
| * | Allow using color codes by name in MOTD files. | 2024-08-29 | 1 | -0/+7 | |
| * | 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. | 2024-08-28 | 1 | -7/+8 | |
| * | Fix the whowas database not being updated on nick change. | 2024-08-27 | 1 | -2/+6 | |
| * | 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. | 2024-08-23 | 1 | -3/+4 | |
| * | Make the slogan in the example MOTDs less bland. | 2024-08-09 | 2 | -2/+2 | |
| * | Fix an unescaped ampersand in the previous commit. | 2024-07-11 | 1 | -1/+1 | |
| * | Add URL encoded versions of the DNSBL/network to the dnsbl module. | 2024-07-11 | 1 | -1/+1 | |
| * | Include the network name in the DroneBL example config. | 2024-07-10 | 1 | -1/+1 | |
| * | Fix a typo in the example config. | 2024-06-30 | 1 | -1/+1 | |
| * | Fix various docs issues.•••Ref: #2099. | 2024-06-30 | 2 | -8/+9 | |
| * | Tell people to use the main ChatSpike domain not our alias. | 2024-06-28 | 2 | -2/+2 | |
| * | Make filenames a bit more friendly for Windows users. | 2024-06-17 | 21 | -32/+32 | |
| * | Resort the module config file to be alphabetical. | 2024-06-17 | 1 | -322/+322 | |
| * | Add /GL and /GLOBAL to the generic services config file. | 2024-06-07 | 3 | -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. | 2024-06-07 | 1 | -2/+2 | |
| * | Add support for non-web WebSocket connections.•••Closes #2066. | 2024-05-23 | 1 | -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. | 2024-05-16 | 2 | -1/+9 | |
| * | Move ssl_mbedtls to inspircd-contrib.•••Closes #2088. | 2024-04-15 | 3 | -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. | 2024-03-24 | 1 | -2/+1 | |
| * | Allow rmode to remove all modes matching a specific user. | 2024-03-24 | 1 | -2/+4 | |
| * | Add an option for opting-out of aborting incomplete authentication.•••This goes against the expectations of the spec which can break some clients but also not doing this can break others. Blah. | 2024-03-01 | 1 | -1/+2 | |
| * | Merge the topiclock module into the services module. | 2024-02-27 | 1 | -5/+0 | |
| * | Merge the mlock module into the services module. | 2024-02-27 | 1 | -6/+0 | |
| * | Allow using multiple SSL fingerprint algorithms.•••Closes #1804. | 2024-02-19 | 1 | -6/+3 | |
| * | Allow changing the case of cloak values in cloak_user. | 2024-02-19 | 1 | -1/+11 | |
| * | Rename the hmac-sha256-ip cloak engine to hmac-sha256-addr.•••This engine cloaks the socket address which may not necessarily be an IP address. | 2024-02-12 | 1 | -2/+2 | |
| * | Fix the name of the cloak_sha256 module. | 2024-02-12 | 1 | -1/+1 | |
| * | Add the fingerprint cloak method to the cloak_user module. | 2024-01-13 | 1 | -1/+14 | |
| * | Document the PROP command. | 2023-12-22 | 1 | -0/+4 | |
| * | Disable the TLS welcome notice by default.•••This is just needless spam for the vast majority of users. | 2023-11-23 | 1 | -1/+6 | |
| * | Merge branch 'insp3' into master. | 2023-11-14 | 2 | -4/+8 | |
| |\ | |||||
| | * | Add some more useful aliases to the generic services example. | 2023-11-14 | 1 | -0/+5 | |
| | * | Allow using $address for the user IP address in alias templates.•••Closes #2068. | 2023-11-12 | 1 | -4/+4 | |
| * | | Allow disabling LIST completely for unregistered users. | 2023-10-03 | 1 | -2/+4 | |
| * | | Add an option for including the setter's full mask in list modes. | 2023-09-21 | 1 | -0/+4 | |
| * | | Rename <options:hostintopic> to <options:maskintopic>.•••This option stores the user *mask* not the user host so the old name is incorrect. | 2023-09-21 | 1 | -3/+3 | |
| * | | Allow using SSLINFO with no params to view your own cert details. | 2023-09-13 | 1 | -1/+4 | |
| * | | Rename the namesx module to multiprefix.•••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. | 2023-08-14 | 1 | -8/+8 | |
| * | | Add an extban for matching against an operator account. | 2023-08-09 | 1 | -5/+3 | |
| * | | Make ldapauth take an enum field for the username field. | 2023-08-06 | 1 | -4/+3 | |
| * | | Fix some links that point to the v3 docs to point to the v4 docs. | 2023-07-25 | 1 | -3/+3 | |
| * | | Also allow suffixing with -line[d] if an X-line is two characters.•••This makes things easier for modules like require_auth in contrib which has a GA-line. | 2023-07-25 | 1 | -2/+2 | |
| * | | Add the %created% and %fulltype% variables for the X-line reason. | 2023-07-25 | 1 | -2/+8 | |
| * | | Make the X-line quit message format a lot more flexible. | 2023-07-21 | 1 | -4/+21 | |
| * | | Remove the ability to treat notices specially in delaymsg. | 2023-07-21 | 1 | -2/+0 | |
