index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-05-27
Make CTCP support more modular.
HEAD
2.1
Sadie Powell
2025-05-27
Fix some trivial wrong types when getting config values.
Sadie Powell
2025-05-24
Convert Anope::Debug to an unsigned value.
Sadie Powell
2025-05-24
Fix using the wrong command name in the help module.
Sadie Powell
2025-05-23
Redocument sendmailpath.
Sadie Powell
2025-05-22
Modernize some bits of Command.
Sadie Powell
2025-05-17
Remove the pidfile before restarting.
Sadie Powell
2025-05-17
Fix some inconsistencies with account lookups.
Sadie Powell
2025-05-17
Rename one last use of time_registered.
Sadie Powell
2025-05-16
Update the change logs.
Sadie Powell
2025-05-16
Rename id to uniqueid to avoid shadowing.
Sadie Powell
2025-05-16
Always store a unique identifier in the database.
Sadie Powell
2025-05-16
Serialize using mutable objects not immutable ones.
Sadie Powell
2025-05-16
Log any startup error to the terminal.
Sadie Powell
2025-05-16
Only allow one instance of Anope at once.
Sadie Powell
2025-05-15
Fix the codelength default.
Sadie Powell
2025-05-14
Move the ssl extensible into the METADATA handler on InspIRCd.
Sadie Powell
2025-05-12
Merge various email modules into one module.
Sadie Powell
2025-05-11
Also require services operators to confirm their email addresses.
Sadie Powell
2025-05-11
Remove first_commit which snuck into an earlier commit.
Sadie Powell
2025-05-11
Be more specific in the generator field in db_json.
Sadie Powell
2025-05-11
Prefix the special db_json columns with an @.
Sadie Powell
2025-05-11
Fix loading databases in db_json.
Sadie Powell
2025-05-11
Enable db_json by default.
Sadie Powell
2025-05-11
Consistently use yes/no instead of true/false in the configs.
Sadie Powell
2025-05-11
Redocument db_sql(_live) in the example configs.
Sadie Powell
2025-05-10
Refactor Anope::strftime.
Sadie Powell
2025-05-10
Use UTC in timestamps shown to users.
Sadie Powell
2025-05-10
Remove an outdated comment in the memoserv example config.
Sadie Powell
2025-05-10
Consistently use realname instead of gecos.
Sadie Powell
2025-05-10
Add defaults for service:{user,host,gecos}.
Sadie Powell
2025-05-10
Fix some remaining uses of vHost in the configs.
Sadie Powell
2025-05-10
Add a note to irc2sql about using rpc_data instead.
Sadie Powell
2025-05-10
Remove some duplicate chanstats settings.
Sadie Powell
2025-05-10
Always use the same stats object when deserialising stats.
Sadie Powell
2025-05-10
Use more appropriate types for MaxUserCount and OperCount.
Sadie Powell
2025-05-10
There's no need to count the servers in os_stats.
Sadie Powell
2025-05-10
Try to ensure we only have use Stats instance.
Sadie Powell
2025-05-09
Build buffers a bit smarter in cs_access/cs_xop/help.
Sadie Powell
2025-05-09
Add an accessor to Serialize::Reference and deduplicate code.
Sadie Powell
2025-05-09
Allow using an account identifier in the anope.account RPC method.
Sadie Powell
2025-05-09
Be more explicit about what versions compatibility code is for.
Sadie Powell
2025-05-09
Revert "Force the MySQL module to use UTC for connections".
Sadie Powell
2025-05-09
Fix some forward declarations in the httpd header.
Sadie Powell
2025-05-09
Store user away state and add it to the anope.user RPC event.
Sadie Powell
2025-05-09
Add TLS usage to the anope.user RPC event.
Sadie Powell
2025-05-09
Move HTTP types to the HTTP namespace.
Sadie Powell
2025-05-09
Stringify all parameters in the example RPC clients.
Sadie Powell
2025-05-08
Merge branch '2.0' into 2.1.
Sadie Powell
2025-05-08
Change Command::Run to return true on success.
Sadie Powell
[next]