Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-16 | Move default configuration file location to $HOME/.blabouncer/ and create a ↵ | Luke Bratch | |
default file automatically if it doesn't exist. | |||
2019-05-12 | Completely rewrite configuration file reading to remove lots of duplicated ↵ | Luke Bratch | |
code and to simplify things. Alter everything that called the old functions. | |||
2019-05-12 | Make client port configurable and move settings structure to be initialised ↵ | Luke Bratch | |
in main() instead of dochat(). | |||
2019-05-12 | Add a settings structure for passing around everywhere to store ↵ | Luke Bratch | |
config/settings. Also fix the insanely inconsistent spelling/naming of replay log related things. | |||
2019-05-11 | Implement authentication in the form of the bouncer having a configurable ↵ | Luke Bratch | |
server password | |||
2019-05-11 | Add the ability to replay messages from a replay log file. (No replay log ↵ | Luke Bratch | |
file writing yet.) | |||
2019-05-11 | Implement a configuration file reader, an example configuration file, and ↵ | Luke Bratch | |
start reading nick/username/realname from it instead of being statically defined. |