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 (
Expand
)
Author
2019-06-12
Allow reloading the configuration file at runtime using a BLABOUNCER command ...
Luke Bratch
2019-06-11
Implement configurable auto replay modes. So far there is "none", "time" (au...
Luke Bratch
2019-06-01
Put debug logs in subdirectory and have max number to keep be configurable. ...
Luke Bratch
2019-05-30
Convert debugprint() from being to file/screen/disabled to always being to fi...
Luke Bratch
2019-05-29
Implement an optional connect command, providing an example configuration of ...
Luke Bratch
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 f...
Luke Bratch
2019-05-27
Change default certfile and keyfile to be <basedir>/ instead of $HOME/.blabou...
Luke Bratch
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 f...
Luke Bratch
2019-05-19
Rename example configuration file.
Luke Bratch