Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-08 | Fix being able to group guest nicknames. | Sadie Powell | |
This does not affect 2.1 because grouped nicknames work differently on that branch. Reported by @ValwareIRC. | |||
2025-04-18 | Backport the Windows CI runner to 2.0. | Sadie Powell | |
[skip ubuntu ci] | |||
2025-04-15 | Ask people to file PRs on GitHub as well as emailing team@. | Sadie Powell | |
2025-04-02 | Update the change log. | Sadie Powell | |
2025-04-02 | Fix building in a post-CMP0082 world. | Sadie Powell | |
2025-04-02 | Fix building on old versions of RHEL. | Sadie Powell | |
2025-04-02 | Fix building on CMake 4. | Sadie Powell | |
This is a partial backport from 2.1. | |||
2025-03-22 | Fix ns_maxemail miscounting email addresses in some cases. | Sadie Powell | |
2025-03-12 | Fix importing some data from 1.8. | Sadie Powell | |
2025-03-03 | Fix a compiler warning on newer versions of MSVC. | Sadie Powell | |
2025-02-23 | Update the dutch language file. | Robby | |
2025-02-20 | Fix sql_live on recent MariaDB. | Sadie Powell | |
2025-02-14 | Update the CI for the upcoming Ubuntu 20.04 removal. | Sadie Powell | |
2025-02-14 | Reset the stats properly. | Sadie Powell | |
Closes #465. | |||
2025-02-14 | Document the sql_live performance limitations. | Sadie Powell | |
2025-02-11 | Prioritise operserv/ignore above other modules. | Sadie Powell | |
Closes #471. | |||
2025-01-23 | Backport logging the reason sending email failed to the 2.0 branch. | Sadie Powell | |
Closes #463. | |||
2025-01-14 | Update the copyright headers for 2025.2.0 | Sadie Powell | |
2024-12-08 | Bump for 2.0.18-git. | Sadie Powell | |
2024-12-08 | Release 2.0.17.2.0.17 | Sadie Powell | |
2024-12-08 | Update the change log. | Sadie Powell | |
2024-11-19 | Only process sockets after loading the db when using db_sql{_live}. | Sadie Powell | |
This avoids slow startups for the 95% of users who are using the db_flatfile database backend. | |||
2024-11-16 | Process all socket events before connecting to the uplink. | Sadie Powell | |
This ensures that the SQL import actually succeeds before we do something that might terminate the process. | |||
2024-11-15 | Clarify how to import databases from flatfile to SQL. | Sadie Powell | |
Closes #456. | |||
2024-11-11 | Fix using User::Account where User::IsIdentified should be used. | Sadie Powell | |
The former causes a dereference which cause a database update. This is not good for performance with db_sql_live on bigger networks. | |||
2024-11-11 | Fix serialising boolean extension items. | Sadie Powell | |
2024-11-07 | Expand the size of some chanstats columns. | Sadie Powell | |
Closes #444. | |||
2024-10-27 | Switch the city version of geoipupdate to a non-corrupt database. | Sadie Powell | |
Closes #439. | |||
2024-10-18 | Fix a change that was missing from the previous commit. | Sadie Powell | |
2024-10-18 | Fix marking channels as persistent on InspIRCd and UnrealIRCd. | Sadie Powell | |
2024-10-13 | Update the IRC server to point to Teranova. | Sadie Powell | |
2024-10-12 | Switch geoipupdate.sh to use a mirror as the original data is gone. | Sadie Powell | |
2024-10-11 | Change the mode lock before removing/adding the PERM mode. | Sadie Powell | |
This fixes being unable to unset mlock on the first attempt. | |||
2024-09-17 | Remove config option for options:warningtimeout. | Sadie Powell | |
This hasn't done anything since the early 1.9 releases I'm not sure why it hasn't been removed already. | |||
2024-09-01 | Fix the documentation of mail:usemail. | TehPeGaSuS | |
`nickserv:registration` only has as options: none, admin, mail. I assume that `mail` is the word that should replace `yes` | |||
2024-08-24 | Fix translating mail:memo_message. | Sadie Powell | |
2024-07-20 | Add a note to LANGUAGE about rebuilding from scratch. | Sadie Powell | |
2024-07-20 | Fix the type of the InspIRCd IJOIN chants when converting. | Sadie Powell | |
2024-07-19 | Bump for 2.0.17-git. | Sadie Powell | |
2024-07-19 | Release 2.0.16.2.0.16 | Sadie Powell | |
2024-07-19 | Document the previous commit. | Sadie Powell | |
2024-07-19 | Send the vhost/vident before the account name on InspIRCd. | Sadie Powell | |
This fixes IRCd-side account cloaks causing CHGHOST spam. | |||
2024-07-14 | Fix joining channels with keys on InspIRCd v3. | Sadie Powell | |
2024-07-11 | Update the change log. | Sadie Powell | |
2024-07-11 | Make it clear that inspircd3 also works with InspIRCd 4. | Sadie Powell | |
2024-06-23 | Fix the default config for channel suspensions. | Sadie Powell | |
2024-06-04 | Log a user out fully when their nick gets suspended. | Sadie Powell | |
Closes #409. | |||
2024-05-16 | Explicitly specify ROW_FORMAT=DYNAMIC when creating tables. | Sadie Powell | |
Resolves the issues some people were having with extremely wide rows. | |||
2024-05-16 | Don't specify a width for DT_INT columns. | Sadie Powell | |
This isn't actually used by MySQL for the column width. | |||
2024-05-16 | Store boolean extension items as DT_INT. | Sadie Powell | |