Age | Commit message (Collapse) | Author |
|
|
|
|
|
Closes #504.
|
|
|
|
|
|
|
|
This should fit on user screens a bit better.
|
|
|
|
|
|
This is more robust and will handle more formatting code types.
|
|
Closes #485.
|
|
|
|
We used to return NULL from these methods but now we return an empty
block so this can never actually be null now.
|
|
|
|
|
|
This is just duplicating Anope::Duration there's no need to reimplement
a worse version of that here.
|
|
|
|
|
|
|
|
|
|
This was done in some places already but not consistently.
Closes #349.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For fixing bug 1756.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>.
|
|
|
|
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2021 Anope Team/i' {} \;
|
|
There is no point having these now plain text passwords are deprecated.
|