| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-17 | Extensive refactor, quality of life enhancements | Jeff Halter | |
| * Added ability to reload config, agreement, news, and user accounts without restarting the server by sending SIGHUP to the running process * Added ability to use modern unix or windows line breaks in Agreement.txt and MessageBoard.txt instead of classic MacOS `\r` breaks. * Extensive refactor towards swappable backends for the active server state * Extensive refactored towards making the hotline package generic and re-usable for alternate server implemenations * Fix bug where users whose accounts have been deleted would not be disconnected | |||
| 2024-07-13 | Re-add UserList field to client | Jeff Halter | |
| 2024-07-09 | Extensive refactor and clean up | Jeff Halter | |
| 2024-06-24 | Refactoring, cleanup, test backfilling | Jeff Halter | |
| 2024-06-17 | Use fixed size array types in Transaction fields | Jeff Halter | |
| 2024-06-15 | Refactoring and cleanup | Jeff Halter | |
| * Split CLI client into separate project * Convert more functions to follow common Golang idioms e.g io.Reader, io.Writer * Use ldflags for versioning * Misc cleanup and simplification | |||
| 2024-06-09 | Convert more bespoke methods to io.Reader/io.Writer interfaces | Jeff Halter | |
| 2024-06-09 | Convert bespoke methods to io.Reader/io.Writer interfaces | Jeff Halter | |
| 2024-01-24 | Rename encode/decode methods | Jeff Halter | |
| 2023-11-25 | Log client handler errors (#108) | Jeff Halter | |
| 2023-11-20 | Refactor client to use slog and pass context (#107) | Jeff Halter | |
| * Refactor client to use slog and pass context * Bump CI golang version | |||
| 2023-04-23 | Make UserFlags public | Jeff Halter | |
| 2023-04-22 | More minor cleanup | Jeff Halter | |
| 2023-04-19 | Minor cleanup | Jeff Halter | |
| 2023-04-19 | Ran 'golangci-lint run -E gocritic,whitespace --fix' 🤞 | Jeff Halter | |
| 2023-04-19 | Demote keepalive ping log level | Jeff Halter | |
| 2023-04-19 | Make keepalive interval a const | Jeff Halter | |
| 2023-04-02 | Refactor client handler setup | Jeff Halter | |
| 2023-03-26 | Initial refactor to split client from protocol package | Jeff Halter | |
| 2022-12-01 | Add option to trigger terminal bell for chat messages | Jeff Halter | |
| 2022-07-03 | Add error message handling to client | Jeff Halter | |
| 2022-06-24 | Implement bufio.Scanner for transaction parsing | Jeff Halter | |
| 2022-06-23 | Improve logging readability | Jeff Halter | |
| 2022-06-20 | Add initial support for resource and info forks | Jeff Halter | |
| 2022-06-07 | Fix ghost login bug in client by using 1.2.3 behavior | Jeff Halter | |
| 2022-06-06 | Improve handling of client config default path | Jeff Halter | |
| 2022-05-31 | Update dependencies | Jeff Halter | |
| 2022-05-28 | Misc cleanup | Jeff Halter | |
| * Removed some unnecessary user of pointers * Removed dead cruft * Reorganized code | |||
| 2021-08-15 | Tests and minor fixes | Jeff Halter | |
| 2021-08-12 | More cleanup | Jeff Halter | |
| 2021-08-10 | Add tests and clean up | Jeff Halter | |
| 2021-08-07 | Add keepalive to Client | Jeff Halter | |
| 2021-08-07 | Prune unused code | Jeff Halter | |
| 2021-08-04 | Add server name to serverUI | Jeff Halter | |
| 2021-08-04 | Minor cleanup | Jeff Halter | |
| 2021-08-03 | Ran `gofmt -w .` | Jeff Halter | |
| 2021-08-03 | Initial bookmark creation | Jeff Halter | |
| 2021-08-03 | Fix string negation bug | Jeff Halter | |
| 2021-08-02 | Improve formatting of file size display | Jeff Halter | |
| 2021-08-01 | Add display of server messages | Jeff Halter | |
| 2021-08-01 | Align file size column | Jeff Halter | |
| 2021-07-31 | First pass at file browsing | Jeff Halter | |
| 2021-07-29 | Initial separation of UI and client code | Jeff Halter | |
| 2021-07-28 | Add per-OS default config path to accomodate Windows | Jeff Halter | |
| 2021-07-28 | Fix client banner prob from file re-org | Jeff Halter | |
| 2021-07-28 | Move code to hotline dir | Jeff Halter | |