summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-07Update the changelogs.Sadie Powell
2024-03-07Use the C++11 random number generator instead of rand().Sadie Powell
2024-03-07Require new accounts to have email addresses.Sadie Powell
2024-03-07Update the English translation for the previous commit.Sadie Powell
2024-03-07Also use drop confirmation codes for nicknames.Sadie Powell
2024-03-07Fix some misc bugs in the InspIRCd protocol module.Sadie Powell
2024-03-07Add the initial version of the Atheme database importer.Sadie Powell
2024-03-04Merge branch '2.0' into 2.1.Sadie Powell
2024-03-04When using ldap/sql auth prevent displays expiring before their group.Sadie Powell
2024-03-04Bump for 2.1.4-git.Sadie Powell
2024-03-04Release 2.1.3.Sadie Powell
2024-03-04Update the changelogs.Sadie Powell
2024-03-04Add NickAlias::GetVhostMask for getting the vident@vhost.Sadie Powell
2024-02-29Clean up some more CMake flags.Sadie Powell
2024-02-29Fix some oversights from previous commits.Sadie Powell
2024-02-29If a user runs an invalid command try to suggest a valid one.Sadie Powell
2024-02-29Consolidate some header files.Sadie Powell
2024-02-29Rework some platform compatibility code.Sadie Powell
2024-02-29Update the changelogs.Sadie Powell
2024-02-29Fix some oversights.Sadie Powell
2024-02-29Merge branch '2.0' into 2.1.Sadie Powell
2024-02-29Fix a copy/paste error in webcpanel.Sadie Powell
2024-02-29Rip out ns_access and related code.Sadie Powell
2024-02-29Add names for the numerics used by the core.Sadie Powell
2024-02-29If a PRIVMSG or NOTICE is empty then send a single space instead.Sadie Powell
2024-02-27Fix matching extbans on InspIRCd and implement missing matchers.Sadie Powell
2024-02-27Replace OnChannelUnban with an IRCDProto function.Sadie Powell
2024-02-27Make functions that don't use `this` static.Sadie Powell
2024-02-27Remove redundant uses of const.Sadie Powell
2024-02-27Simplify several boolean expressions.Sadie Powell
2024-02-27Fix write_pidfile on Windows.Sadie Powell
2024-02-26Fix sending numerics on InspIRCd.Sadie Powell
2024-02-26Use fstream for accessing files where possible.Sadie Powell
2024-02-26Rework IRCDMessage/IRCDMessageFlag.Sadie Powell
2024-02-26Refactor User::IsServicesOper.Sadie Powell
2024-02-26Allow using more than one fingerprint in an oper block.Sadie Powell
2024-02-26Deduplicate InspIRCd CAPAB parsing.Sadie Powell
2024-02-26Update translator names.Sadie Powell
2024-02-26Fix a typo in UnrealIRCd's SendGlobops.Sadie Powell
2024-02-26Fix bs_kick not using the correct kick message for automatic kicks.Sadie Powell
2024-02-26Remove several string format IRCDProto function overloads.Sadie Powell
2024-02-26Fix a missing override keyword.Sadie Powell
2024-02-26Replace IRCDProto::CanSendTags with IsTagValid.Sadie Powell
2024-02-26Fix some coding style issues.Sadie Powell
2024-02-26Implement support for the IRCv3 +draft/channel-context tag.Sadie Powell
2024-02-26Extract should privmsg logic to its own function.Sadie Powell
2024-02-25Kill checks for obsolete versions of Windows.Sadie Powell
2024-02-25Remove duplicate suffix from socketengine file names.Sadie Powell
2024-02-25Remove a function which exists for compat with old versions of VS.Sadie Powell
2024-02-25Remove a reference to 1.8.Sadie Powell