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
/
blabouncer.conf.example
Age
Commit message (
Collapse
)
Author
2019-06-01
Put debug logs in subdirectory and have max number to keep be configurable. ↵
Luke Bratch
Also fix possible crash in debugprint() if debug directory doesn't exist yet.
2019-05-30
Convert debugprint() from being to file/screen/disabled to always being to ↵
Luke Bratch
file with configurable verbosity.
2019-05-29
Implement an optional connect command, providing an example configuration of ↵
Luke Bratch
a NickServ IDENTIFY command.
2019-05-28
Implement debugging to file and set the default configuration file to be that.
Luke Bratch
2019-05-27
Make debug output optional and disabled by default.
Luke Bratch
2019-05-27
Support connecting to passworded servers.
Luke Bratch
2019-05-27
Explain how to auto-join keyworded/passworded channels in the configuration ↵
Luke Bratch
file.
2019-05-27
Change default certfile and keyfile to be <basedir>/ instead of ↵
Luke Bratch
$HOME/.blabouncer/.
2019-05-19
Reduce default "upon connecting" replay time from 2 hours to 10 minutes.
Luke Bratch
2019-05-19
Change defaults (including default and example configuration files) to look ↵
Luke Bratch
for cert.pem and key.pem in ~/.blabouncer/.
2019-05-19
Rename example configuration file.
Luke Bratch