Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
Also clean up the socket code slightly.
|
|
|
|
|
|
This isn't necessary now we use C++17.
|
|
|