summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2025-03-19Improve logging about the protocol module on startup.Sadie Powell
2025-03-19Use a set instead of a vector for storing memo ignores.Sadie Powell
2025-03-16Import a slightly modified version of mkauthors from InspIRCd.Sadie Powell
2025-03-15Fix getting the IP of a user in CommandSource.Sadie Powell
2025-03-15Add NickCore::FindId for finding an account by its id.Sadie Powell
2025-03-13Refactor the TIME handler.Sadie Powell
2025-03-12Refactor and redocument Serialize::Type.Sadie Powell
2025-03-12Add defines for the core serialisation type names.Sadie Powell
2025-03-12Move serialization from Serializable to a Serialize::Type child.Sadie Powell
2025-03-12Move serialization data type logic from sql.h to the core.Sadie Powell
2025-03-12Save the databases on SIGUSR1.Sadie Powell
2025-03-10Fix an outdated comment.Sadie Powell
2025-03-09Don't tell users that services is shutting down when its restarting.Sadie Powell
2025-03-09Add support for oper-only quit messages.Sadie Powell
2025-03-09Make config variables a lot more useful.Sadie Powell
2025-03-08Rework how nickname protection works.Sadie Powell
2025-03-06Move REPRODUCIBLE_BUILD to sysconf.Sadie Powell
2025-03-02Add a helper method for getting a description of an uplink.Sadie Powell