Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is useful for init scripts that don't fork.
|
|
|
|
|
|
|
|
|
|
Having these throw is terrible for ergonomics and there are loads
of places where the exception was either silently ignored or not
handled at all. Having a function which returns an optional and
another that returns a default works a lot better imo.
|
|
|
|
This is safer, faster, and doesn't require seeding.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For fixing bug 1756.
|
|
|
|
|
|
This isn't necessary now we use C++17.
|
|
|
|
|
|
|
|
- If referring to the specific piece of software use "Anope".
- If referring to services in general use "services".
|
|
This replaces a mixture of no include guards, ANOPE_FOO_H, and FOO_H.
|
|
|
|
|
|
|
|
|
|
|