summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)Author
2019-05-12Fix crash in getconfstr() when not finding certain strings in configuration f...Luke Bratch
2019-05-12Completely rewrite configuration file reading to remove lots of duplicated co...Luke Bratch
2019-05-12Make client port configurable and move settings structure to be initialised i...Luke Bratch
2019-05-12Add a settings structure for passing around everywhere to store config/settin...Luke Bratch
2019-05-11Implement authentication in the form of the bouncer having a configurable ser...Luke Bratch
2019-05-11Add the ability to replay messages from a replay log file. (No replay log fi...Luke Bratch
2019-05-11Implement a configuration file reader, an example configuration file, and sta...Luke Bratch