Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Also remove /ns status, which is now almost useless with no recognized
status, and /ns access.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
This makes it easier to see which send functions a protocol module
implements as they are all explicitly registered by the module, and
avoids the problem of subtly breaking other protocol modules when
using inheritance.
Also split the old "core" send implementations out into a module, and
the TS6 ID generator
|
|
|
|
|
|
|
|
|
|
|
|
this
|
|
Also store cached state with the field by using Serialize::Storage for
field storage
|
|
accessors for many
|
|
|
|
|
|
Now UnrealIRCd 3.2.x support has been removed nothing uses this.
|
|
|
|
|
|
|
|
|
|
module out of extras.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
definition
|
|
|
|
|
|
(cherry picked from commit 20c1a5d63892deab16af85db85aaac3fcb30de7a)
|
|
To aid build reproducibility, don't include the build date/time if
-DREPRODUCIBLE_BUILD is defined.
Based on the patch provided by Alexis Bienvenüe in the Debian report.
Bug-Debian: https://bugs.debian.org/820152
Patch-Name: reproducible_datetime.diff
(cherry picked from commit fab07d6b75d8ddd9735b4bc02a57bf23cda5330f)
|
|
(cherry picked from commit 79e7c3f98a57b7cffc46d9a7dc250a0e6e25fc98)
|
|
apparently (freebsd 10?). I don't know why.
(cherry picked from commit 1b12b80b48227089be90bfe48a46f499cf4849f8)
|
|
|