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