summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-05-23Redocument sendmailpath.Sadie Powell
2025-05-22Modernize some bits of Command.Sadie Powell
2025-05-17Remove the pidfile before restarting.Sadie Powell
Fixes being unable to restart now we only allow one instance.
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
In the future this will become the basis of the email contact module and will encapsulate everything relating to email but for now its mostly kept as-is.
2025-05-11Also require services operators to confirm their email addresses.Sadie Powell
Closes #468.
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
Closes #509.
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
This probably only happens when a user has a broken database but its best to be more robust.
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
This results in a deadlock. We have other ways for dealing with this problem anyway. Closes #506.
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
2025-05-08Bump for 2.0.19-git.Sadie Powell
2025-05-08Release 2.0.18.Sadie Powell
2025-05-08Update the change log.Sadie Powell
2025-05-08Fix being able to group guest nicknames.Sadie Powell
This does not affect 2.1 because grouped nicknames work differently on that branch. Reported by @ValwareIRC.