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
Branch
Commit message
Author
Age
master
Implement update checking using the command "BLABOUNCER UPDATECHECK", or opti...
Luke Bratch
13 days
Tag
Download
Author
Age
v0.3
commit 9e093575c0...
Luke Bratch
17 months
v0.2
commit a2f388e168...
Luke Bratch
6 years
v0.1.1
commit ab87103cdd...
Luke Bratch
6 years
v0.1
commit 165cb674c6...
Luke Bratch
6 years
Age
Commit message
Author
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-07-18
Correctly log and replay "/me" PRIVMSGs.
Luke Bratch
2019-07-18
Only check for newlines at the end of client strings if the string length is ...
Luke Bratch
2019-07-10
Make sure messages aren't too long after combining truncated messages.
Luke Bratch
2019-07-10
Include the file extension when checking for log filename length.
Luke Bratch
2019-07-10
Ensure string isn't too long when writing to replay log.
Luke Bratch
2019-07-10
Fix some potential buffer overflows when sending to client/server.
Luke Bratch
2019-07-10
Ensure log filenames are safe for writing.
Luke Bratch
2019-07-10
Make setting configuration option "replayseconds" optional if "replaymode" !=...
Luke Bratch
[...]