summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-27Make CTCP support more modular.HEAD2.1Sadie Powell
2025-05-27Fix some trivial wrong types when getting config values.Sadie Powell
2025-05-24Convert Anope::Debug to an unsigned value.Sadie Powell
2025-05-24Fix using the wrong command name in the help module.Sadie Powell
2025-05-23Redocument sendmailpath.Sadie Powell
2025-05-22Modernize some bits of Command.Sadie Powell
2025-05-17Remove the pidfile before restarting.Sadie Powell
2025-05-17Fix some inconsistencies with account lookups.Sadie Powell
2025-05-17Rename one last use of time_registered.Sadie Powell
2025-05-16Update the change logs.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-15Fix the codelength default.Sadie Powell
2025-05-14Move the ssl extensible into the METADATA handler on InspIRCd.Sadie Powell
2025-05-12Merge various email modules into one module.Sadie Powell
2025-05-11Also require services operators to confirm their email addresses.Sadie Powell
2025-05-11Remove first_commit which snuck into an earlier commit.Sadie Powell
2025-05-11Be more specific in the generator field in db_json.Sadie Powell
2025-05-11Prefix the special db_json columns with an @.Sadie Powell
2025-05-11Fix loading databases in db_json.Sadie Powell
2025-05-11Enable db_json by default.Sadie Powell
2025-05-11Consistently use yes/no instead of true/false in the configs.Sadie Powell
2025-05-11Redocument db_sql(_live) in the example configs.Sadie Powell
2025-05-10Refactor Anope::strftime.Sadie Powell
2025-05-10Use UTC in timestamps shown to users.Sadie Powell
2025-05-10Remove an outdated comment in the memoserv example config.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-10Fix some remaining uses of vHost in the configs.Sadie Powell
2025-05-10Add a note to irc2sql about using rpc_data instead.Sadie Powell
2025-05-10Remove some duplicate chanstats settings.Sadie Powell
2025-05-10Always use the same stats object when deserialising stats.Sadie Powell
2025-05-10Use more appropriate types for MaxUserCount and OperCount.Sadie Powell
2025-05-10There's no need to count the servers in os_stats.Sadie Powell
2025-05-10Try to ensure we only have use Stats instance.Sadie Powell
2025-05-09Build buffers a bit smarter in cs_access/cs_xop/help.Sadie Powell
2025-05-09Add an accessor to Serialize::Reference and deduplicate code.Sadie Powell
2025-05-09Allow using an account identifier in the anope.account RPC method.Sadie Powell
2025-05-09Be more explicit about what versions compatibility code is for.Sadie Powell
2025-05-09Revert "Force the MySQL module to use UTC for connections".Sadie Powell
2025-05-09Fix some forward declarations in the httpd header.Sadie Powell
2025-05-09Store user away state and add it to the anope.user RPC event.Sadie Powell
2025-05-09Add TLS usage to the anope.user RPC event.Sadie Powell
2025-05-09Move HTTP types to the HTTP namespace.Sadie Powell
2025-05-09Stringify all parameters in the example RPC clients.Sadie Powell
2025-05-08Merge branch '2.0' into 2.1.Sadie Powell
2025-05-08Change Command::Run to return true on success.Sadie Powell