Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This will be made a hard failure in v4.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows for various things which will be coming in the future.
e.g. Transferring users to another server on upgrade.
|
|
|
|
Fixes #1686.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was only used in one place.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes messages being lost when sending them to a user who has
only just connected to the server.
|
|
|
|
|
|
|
|
Co-authored-by: Attila Molnar <attilamolnar@hush.com>
|
|
|
|
Co-authored-by: Attila Molnar <attilamolnar@hush.com>
|
|
|
|
In the brave new world of message tags and alternate wire formats
this is no longer something that is appropriate to expose.
In reality it was only ever used by m_alias which now reconstitutes
the command name and parameters into a RFC 1459-style message for
whatever it needs to do.
|
|
|
|
|
|
|
|
This is presently a typedef but will soon be replaced with a class
that encapsulates both tags and parameters.
|
|
|
|
|