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