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.c
Age
Commit message (
Expand
)
Author
2019-05-30
Remove most (all?) exit()s with error handling without exiting where possible...
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-29
Ensure writes to file are unformatted strings.
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
fclose() configuration file if option not found.
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
Add missing auto channels configuration option to auto generated configuratio...
Luke Bratch
2019-05-18
Avoid memory leak when creating default configuration file.
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
Move default configuration file location to $HOME/.blabouncer/ and create a d...
Luke Bratch
2019-05-15
Make it more obvious that tabs in conditionals are tabs.
Luke Bratch
2019-05-12
Fix crash in getconfstr() when not finding certain strings in configuration f...
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