Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
This was done to the string variant in d3b82b2f7f.
|
|
This removes the need to invalidate the cache after changing a
user's hostname.
|
|
|
|
|
|
|
|
This function is being misused in all but one scenario. It isn't
really worth keeping IMO.
|
|
|
|
The compile time on boot is not accurate as it will only change
when the translation unit containing it is edited.
The startup time in RPL_SERVERCREATED is a lot more useful than
the compilation time. ngIRCd also implements this behaviour.
|
|
|