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
Age
Commit message (
Expand
)
Author
2019-05-19
Add support for automatically JOINing channels specified in the configuration...
Luke Bratch
2019-05-18
Handle nick in use or invalid nick, add multiple nicks to configuration file ...
Luke Bratch
2019-05-16
Make logging and replay logging optional.
Luke Bratch
2019-05-16
Add a configurable base directory for things like logs, defaulting to $HOME/....
Luke Bratch
2019-05-13
Implement optional TLS for the server side.
Luke Bratch
2019-05-12
Make using TLS for clients connecting to the bouncer optional.
Luke Bratch
2019-05-12
Make certificate and key file paths configurable.
Luke Bratch
2019-05-12
Move real IRC server and port specification to configuration file. Also remo...
Luke Bratch
2019-05-12
Make client port configurable and move settings structure to be initialised i...
Luke Bratch
2019-05-12
Add a settings structure for passing around everywhere to store config/settin...
Luke Bratch
2019-05-11
Implement authentication in the form of the bouncer having a configurable ser...
Luke Bratch
2019-05-11
Add the ability to replay messages from a replay log file. (No replay log fi...
Luke Bratch
2019-05-11
Implement a configuration file reader, an example configuration file, and sta...
Luke Bratch