index
:
blabouncer
master
An IRC bouncer written in C
Luke Bratch <luke@bratch.co.uk>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
message.c
Age
Commit message (
Expand
)
Author
2019-09-06
Send remote IP addresses instead of fd numbers in NOTICEs to clients and prin...
Luke Bratch
2019-09-06
Add BLABOUNCER HELP as a valid command to avoid the unrecognised command error.
Luke Bratch
2019-09-06
Change BLABOUNCER REPLAY to be D:H:M instead of D:H:M:S.
Luke Bratch
2019-07-25
Fix logging to the wrong file in the case that the bouncer's nick changed whi...
Luke Bratch
2019-07-18
Release version 0.1!
v0.1
Luke Bratch
2019-07-18
Fix compiler warnings emitted by Clang/LLVM and some older GCC versions.
Luke Bratch
2019-06-17
Implement a per-client identifier so auto replay can replay everything a give...
Luke Bratch
2019-06-16
Implement two new auto replay modes:
Luke Bratch
2019-06-16
Load all settings from configuration file at startup instead of reading it fo...
Luke Bratch
2019-06-16
Handle client PROTOCTL NAMESX by just passing on to the server.
Luke Bratch
2019-06-12
Allow reloading the configuration file at runtime using a BLABOUNCER command ...
Luke Bratch
2019-06-12
Don't pass server PONGs to clients.
Luke Bratch
2019-06-11
Implement configurable auto replay modes. So far there is "none", "time" (au...
Luke Bratch
2019-06-11
Refactoring - rename ircdstrings struct to ircdstate since it doesn't just co...
Luke Bratch
2019-06-11
Send a PING to the server before assuming a timeout is definite.
Luke Bratch
2019-06-10
Refactoring - split giant processircmessage() switch statement into separate ...
Luke Bratch