Age | Commit message (Collapse) | Author |
|
|
|
This fixes issues such as when JOINing a channel whose name is a substring of another channel, things like PARTing don't work properly.
|
|
after server timeouts/reconnects e.g. for XChat.
|
|
return -1 and change callers to check this.
|
|
reconnecting to server after a timeout.
|
|
is wrong in the debug log and NOTICEs.
|
|
between releases.
|
|
elements when they are used for the first time.
|
|
stripprefix() to avoid huge debug logs when using replaymode = "lastspoke" combined with DEBUG_FULL.
|
|
by ignoring unused channel indexes.
|
|
|
|
|
|
|
|
:nick!user@host string.
|
|
|
|
correctly log QUITs in the replay log and normal log(s).
|
|
individual settings.
|
|
multiple connect commands.
|
|
|
|
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.
|
|
|
|
replay logging nick changes.
|
|
|
|
to all clients.
|
|
print both in related debugprint()s.
|
|
|
|
|
|
whilst running.
|
|
Also add version information (client welcome message, -v, and --version).
|
|
|
|
given client has missed.
|
|
- replaymode = "noclients": All messages since the bouncer last had no clients connected
- replaymode = "lastchange": All messages since the last client connect or disconnect
|
|
for certain settings (password/nick/nick2/nick3).
|
|
|
|
or by issuing the SIGHUP signal.
|
|
|
|
(auto replay the last X seconds), and "lastspoke" (auto replay everything since you last spoke).
|
|
contain strings.
|
|
|
|
server and client functions in message.h/message.c.
|