summaryrefslogtreecommitdiff
path: root/modules/database
AgeCommit message (Expand)Author
2024-08-14Remove the unused KeySet method in Serialize::Data.Sadie Powell
2024-07-08Qualify a use of auto in db_atheme.Sadie Powell
2024-06-23Make the language around fantasy commands less weird.Sadie Powell
2024-06-20Misc improvements to db_atheme.Sadie Powell
2024-06-20Fix importing Atheme mode locks.Sadie Powell
2024-06-19Silently ignore some Atheme metadata that we know we can't import.Sadie Powell
2024-06-19Avoid creating extra service references in db_atheme.Sadie Powell
2024-06-19Fix importing Atheme opers.Sadie Powell
2024-06-19Use auto in more places in db_atheme.Sadie Powell
2024-06-19Only import clones from Atheme if we recognise the database version.Sadie Powell
2024-06-19Fix importing Atheme session limits.Sadie Powell
2024-06-19Fix importing Atheme forbid reasons.Sadie Powell
2024-06-19Fix importing Atheme akick reasons.Sadie Powell
2024-06-19Log the channel that a mode lock was unable to be imported for.Sadie Powell
2024-06-19Save the databases directly after importing.Sadie Powell
2024-06-19Update the databases more regularly.Sadie Powell
2024-06-12Remove the broken Catalan, Hungarian, and Russian translations.Sadie Powell
2024-05-11Store when the account name was registered in the NickCore.Sadie Powell
2024-04-29Merge branch '2.0' into 2.1.Sadie Powell
2024-04-29Skip serializing data without a type in db_flatfile.Sadie Powell
2024-03-19Allow using absolute paths in more places.Sadie Powell
2024-03-18Add verify-only support for POSIX crypt() hashes from Atheme.Sadie Powell
2024-03-18Fix unnecessary uses of std::string.Sadie Powell
2024-03-15Use consistent casing when referring to vhosts and vidents.Sadie Powell
2024-03-11Replace convertTo/stringify with non-throwing alternatives.Sadie Powell
2024-03-10Implement verify-only support for raw SHA-2 passwords.Sadie Powell
2024-03-10Add support for encrypting passwords with the Argon2 algorithm.Sadie Powell
2024-03-07Consistently use email instead of e-mail.Sadie Powell
2024-03-07Add the initial version of the Atheme database importer.Sadie Powell
2024-02-29Rip out ns_access and related code.Sadie Powell
2024-02-26Fix some coding style issues.Sadie Powell
2024-02-17Update the copyright headers for 2024.Sadie Powell
2024-01-23Mark types that have no inheritors as final.Sadie Powell
2024-01-23Improve the layout of types that inherit from another type.Sadie Powell
2024-01-06Use auto in places where the type is unambiguous.Sadie Powell
2024-01-04Update the copyright headers for 2024.Sadie Powell
2023-12-20Merge branch '2.0' into 2.1.Sadie Powell
2023-12-17Misc grammar fixes.Sadie Powell
2023-12-17Remove some unnecessary spaces that break editor indentation.Sadie Powell
2023-10-11Merge branch '2.0' into 2.1.Sadie Powell
2023-10-11Start migrating to range-based for loops.Sadie Powell
2023-09-05Show the SQL service name in the db_sql error message.Sadie Powell
2023-03-13Fix missing override keywords.Sadie Powell
2022-12-31Merge branch '2.0' into 2.1.Sadie Powell
2022-12-31Update the copyright headers for 2023.Sadie Powell
2022-09-15Merge branch '2.0' into 2.1.Sadie Powell
2022-07-27database: write to temporary file and rename.Michael Stapelberg
2022-01-12Merge branch '2.0' into 2.1.Sadie Powell
2022-01-06Update the copyright headers for 2022.Sadie Powell
2022-01-04Replace all uses of push_back with emplace_back.Sadie Powell