Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Remove redis database support
|
|
|
|
|
|
Also allow log messages to be translatable
|
|
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
necessary, add templated set function
|
|
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 are not really used as Windows users get a prebuilt version.
|