Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
Closes #369.
|
|
|
|
|
|
|
|
|
|
|
|
This is safer, faster, and doesn't require seeding.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is wildly insecure and has been disabled by default for at
least a decade.
|
|
|
|
Currently a bunch of code does source.Reply(" ") to ensure that an
empty line gets rendered but this is a much better way to handle
this problem.
The code that does this already will be updated in a future commit
to avoid breaking translations in progress.
|
|
|
|
|
|
Microsoft's documentation lies again.
|
|
|
|
|
|
|
|
Closes #362.
|
|
|
|
Not every IRC server accepts arbitrary tags so this is a better
way to handle tag filtering.
|
|
|
|
Closes #358.
|
|
|
|
Because of the required system functionality Anope will not build
or run on these systems anyway.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|