Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
This is the new way of sending messages to the uplink inspired by
the work done in the old git master. This will allow us to do new
things involving tags in the future.
|
|
|
|
|
|
|
|
|
|
This will be used for upgrading certificate fingerprints when the
InspIRCd 1206 protocol support is added.
|
|
|
|
|
|
Most uses of Tick do not use the parameter and even when it is used
it is always the same as CurTime.
|
|
|
|
This was never actually changed from the default.
|
|
|
|
|
|
|
|
|
|
|
|
From the GCC docs:
>Exception catching of a user defined type in a binary other than
>the one which threw the exception requires a typeinfo lookup.
Closes #335.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should help users diagnose issues easier.
|
|
|
|
For fixing bug 1756.
|
|
|
|
This is useful when adding glob matches to the access list as a
reminder of who they actually match.
Resolves https://bugs.anope.org/view.php?id=1613
|
|
This will allow people to send emails using HTML or non UTF-8 text.
|
|
|
|
|
|
|
|
|
|
This invokes undefined behaviour on modern compilers.
|