Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
Closes #1240.
|
|
|
|
Re-use variables initialized within loop, const-ify config variables
accessed repeatedly, remove eol_found label.
Merges #1451.
|
|
|
|
|
|
The previous name was horrible and didn't describe what the setting
actually does.
|
|
Based partially on a patch by Attila.
|
|
|