Age | Commit message (Collapse) | Author |
|
|
|
Since user QUIT messages don't contain channel names, clients that didn't know which channels a nick was in when receiving a quit message for that nick can't show a per-channel QUIT notification.
Some clients just display the QUIT message in the server status window, others silently ignore it.
Cater for those clients by sending a NOTICE about the QUIT rather than replaying it - assuming the nick isn't still in any of our channels.
|
|
calculate replay start point.
Introduce new function doreplaylastspoke() to achieve this, move doreplay() into replay.c as doreplaytime() and refactor common things into sanitisereplay().
|
|
nick changes from us if not our current nick, and by completely ignoring replaying any type of replay log line from before blabouncer was launched.
|
|
replaying the replay log.
|
|
(auto replay the last X seconds), and "lastspoke" (auto replay everything since you last spoke).
|
|
|
|
file with configurable verbosity.
|
|
finish with CRLF when writing.
|
|
$HOME/.blabouncer/.
|
|
config/settings. Also fix the insanely inconsistent spelling/naming of replay log related things.
|
|
file writing yet.)
|