Age | Commit message (Collapse) | Author | |
---|---|---|---|
5 days | Implement update checking using the command "BLABOUNCER UPDATECHECK", or ↵HEADmaster | Luke Bratch | |
optionally (enabled by default, toggled with configuration option "checkupdates") at startup and successful client authentication. This is implemented using a DNS TXT record check to the domain "version.blabouncer.blatech.net". | |||
7 days | Add quit to STDIN commands. | Luke Bratch | |
8 days | Improve output of LISTCLIENTS blabouncer command, add identical listclients ↵ | Luke Bratch | |
command to STDIN commands, declare STDIN commands ("debug commands") in README. | |||
2024-11-09 | Make NOTICE alerts about client (dis)connection and authentication events ↵ | Luke Bratch | |
optional. New configuration options added: - alertconnect - alertauthfail - alertauthsuccess - alertunautheddisconnect - alertautheddisconnect | |||
2024-03-30 | Implement changing client-side TLS certificate and key paths, and reloading ↵ | Luke Bratch | |
certificate/key at runtime when doing a REHASH (BLABOUNCER command or SIGHUP). | |||
2024-03-29 | Implement BLABOUNCER commands LISTCLIENTS and DISCONNECT. | Luke Bratch | |
BLABOUNCER LISTCLIENTS: List all connected clients and their authentication status. BLABOUNCER DISCONNECT [FD]: Disconnect a client with file descriptor number [FD] (see LISTCLIENTS output). | |||
2020-10-24 | Create INSTALL file for dependencies/compilation/installation/uninstallation ↵ | Luke Bratch | |
and move compilation out of README file. | |||
2020-10-24 | Use $ instead of # to show shell examples in README. | Luke Bratch | |
2019-12-23 | Add BLABOUNCER VERSION command and change version string to have -git suffix ↵ | Luke Bratch | |
between releases. | |||
2019-09-14 | Specify multiple nicks using a configuration array instead of multiple ↵ | Luke Bratch | |
individual settings. | |||
2019-09-14 | Implement arrays in the configuration file and start using them to allow for ↵ | Luke Bratch | |
multiple connect commands. | |||
2019-09-07 | Correct some typos with the replay days:hours:minutes syntax help/documentation. | Luke Bratch | |
2019-09-07 | Add a configuration option to include the date in the timestamp when ↵ | Luke Bratch | |
replaying the replay log. | |||
2019-09-06 | Change BLABOUNCER REPLAY to be D:H:M instead of D:H:M:S. | Luke Bratch | |
2019-07-10 | Various README file improvements. | Luke Bratch | |
2019-07-10 | This is a bouncer, not a client. | Luke Bratch | |
2019-06-17 | Implement a per-client identifier so auto replay can replay everything a ↵ | Luke Bratch | |
given client has missed. | |||
2019-06-16 | Load all settings from configuration file at startup instead of reading it ↵ | Luke Bratch | |
for certain settings (password/nick/nick2/nick3). | |||
2019-06-12 | Allow reloading the configuration file at runtime using a BLABOUNCER command ↵ | Luke Bratch | |
or by issuing the SIGHUP signal. | |||
2019-05-30 | Implement daemon (background) mode by default with optional foreground mode ↵ | Luke Bratch | |
that can be specified on the command line. | |||
2019-05-29 | Implement BLABOUNCER QUIT command. | Luke Bratch | |
2019-05-27 | Allow the BLABOUNCER REPLAY command time to be specified with ↵ | Luke Bratch | |
days:hours:minutes:seconds. | |||
2019-05-27 | Update README. | Luke Bratch | |
2019-05-19 | Change README a bit and add a comment in replay.c. | Luke Bratch | |
2019-05-19 | Add README and TODO files. | Luke Bratch | |