Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
messages
|
|
|
|
|
|
|
|
|
|
Remove redis database support
|
|
Also allow log messages to be translatable
|
|
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \;
Added missing copyright headers to files that didn't have it yet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
module out of extras.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
m_sqlite: Fix possible memory leak when opening a database fails
|
|
|
|
|
|
|
|
Split service management code nito a proper servicemanager. Make service
references managed instead of lazy lookup. Also made events and
serializable use service manager instead of their respective systems for
management
|
|
These SASL mechanisms are considered insecure and should not be
used anymore.
|
|
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
Added missing copyright headers to files that didn't have it yet.
Fixed some whitespace and blank lines along the way.
|
|
|
|
|
|
configured for the same user through combinations of os_oper/config/m_sql_oper
|
|
chanserv/access etc.
|
|
|
|
are perm modules
|
|
Fix a ton of typos.
|
|
|
|
|
|
|
|
|
|
|