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
/
config.h
Age
Commit message (
Expand
)
Author
2019-06-16
Load all settings from configuration file at startup instead of reading it fo...
Luke Bratch
2019-06-10
Add copyright and GPL 3 notices.
Luke Bratch
2019-06-01
Use errno to handle getconfint() failing.
Luke Bratch
2019-05-30
Convert debugprint() from being to file/screen/disabled to always being to fi...
Luke Bratch
2019-05-27
Make debug output optional and disabled by default.
Luke Bratch
2019-05-16
Move default configuration file location to $HOME/.blabouncer/ and create a d...
Luke Bratch
2019-05-12
Completely rewrite configuration file reading to remove lots of duplicated co...
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