summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-05-17Rename one last use of time_registered.Sadie Powell
2025-05-16Rename id to uniqueid to avoid shadowing.Sadie Powell
2025-05-16Always store a unique identifier in the database.Sadie Powell
2025-05-16Serialize using mutable objects not immutable ones.Sadie Powell
2025-05-16Log any startup error to the terminal.Sadie Powell
2025-05-16Only allow one instance of Anope at once.Sadie Powell
2025-05-10Refactor Anope::strftime.Sadie Powell
2025-05-10Use UTC in timestamps shown to users.Sadie Powell
2025-05-10Consistently use realname instead of gecos.Sadie Powell
2025-05-10Add defaults for service:{user,host,gecos}.Sadie Powell
2025-05-10Use more appropriate types for MaxUserCount and OperCount.Sadie Powell
2025-05-09Be more explicit about what versions compatibility code is for.Sadie Powell
2025-05-09Store user away state and add it to the anope.user RPC event.Sadie Powell
2025-05-08Change Command::Run to return true on success.Sadie Powell
2025-05-04Zero-initialize a variable in BuildModeChange.Sadie Powell
2025-05-03Store the setter and ts for all modes and try to restore them.Sadie Powell
2025-05-02Bump for 2.1.15-git.Sadie Powell
2025-05-02Release 2.1.14.Sadie Powell
2025-04-27Show the reason why a config file failed to open.Sadie Powell
2025-04-27Fix broken handling of colour codes in LineWrapper.Sadie Powell
2025-04-24Fix skipping lone $ values within config values.Sadie Powell
2025-04-24Add support for hashing operator passwords in the config.Sadie Powell
2025-04-24Remove some double lookups in User::BadPassword.Sadie Powell
2025-04-23Fix a minor regression in serialising channel data.Sadie Powell
2025-04-22Fix splitting in the middle of some command names.Sadie Powell
2025-04-19Remove time from the name of some variables where its obvious.Sadie Powell
2025-04-19Allow syntax messages to take a predicate.Sadie Powell
2025-04-19Get rid of the internal block wrapper.Sadie Powell
2025-04-16Use a duration string when telling people to wait before emailing.Sadie Powell
2025-04-16Rename TextSplitter to LineWrapper.Sadie Powell
2025-04-16Automatically wrap the help output.Sadie Powell
2025-04-16Fix a compiler warning on Clang.Sadie Powell
2025-04-16Reduce the maximum line length from 120 to 100.Sadie Powell
2025-04-15Automatically line wrap messages sent by services.Sadie Powell
2025-04-14Add Anope::Templace and switch all template strings to use it.Sadie Powell
2025-04-10Expand GetQueryCommand to take a command name.Sadie Powell
2025-04-05Add a log message for when we receive a weirdly targeted message.Sadie Powell
2025-04-02Replace NormalizeBuffer implementation with the one from InspIRCd.Sadie Powell
2025-04-02Add a message handler for messages that can be safely ignored.Sadie Powell
2025-04-02Merge branch '2.0' into 2.1.Sadie Powell
2025-04-02Fix building on old versions of RHEL.Sadie Powell
2025-04-02Fix building on CMake 4.Sadie Powell
2025-04-01Bump for 2.1.14-git.Sadie Powell
2025-04-01Release 2.1.13.Sadie Powell
2025-03-30Use insert_or_assign when creating ChannelInfo instances.Sadie Powell
2025-03-30Reference accounts in the database by their id not their nick.Sadie Powell
2025-03-30Add NickAlias::FindId.Sadie Powell
2025-03-26Initialize ChannelInfo in the Modern C++ way.Sadie Powell
2025-03-26Initialize Channel in the Modern C++ way.Sadie Powell
2025-03-22Allow customising the length at which lines are wrapped after.Sadie Powell