| 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-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-17 | Clean up various linter warnings | Jeff Halter | |
| 2024-06-16 | Fix broken io.Reader implementations | 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-10 | Read banner once at startup | Jeff Halter | |
| 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-04-29 | Fix test | Jeff Halter | |
| 2024-01-24 | Rename encode/decode methods | Jeff Halter | |
| 2023-11-27 | Add missing error handling and logging (#109) | Jeff Halter | |
| 2023-04-19 | Use strings.ReplaceAll method | Jeff Halter | |
| 2023-04-19 | Ran 'golangci-lint run -E gocritic,whitespace --fix' 🤞 | Jeff Halter | |
| 2023-03-26 | Initial refactor to split client from protocol package | Jeff Halter | |
| 2023-03-18 | Add news test | Jeff Halter | |
| 2023-01-18 | Fix test | Jeff Halter | |
| 2023-01-18 | Improve third party client compatability | Jeff Halter | |
| 2023-01-18 | Fix threaded news bugs | Jeff Halter | |
| 1. Fix handling of article IDs sent as 4 bytes instead of 2 2. Fix incorrect article count listing that strangely only affects third party clients | |||
| 2022-11-19 | Fix GtkHx compatability | Jeff Halter | |
| 2022-11-19 | Improve Gtkhx compatability | Jeff Halter | |
| 2022-11-07 | Improve Frogblast client compatibility | Jeff Halter | |
| 2022-07-04 | Prevent account from creating new account with greater permission | Jeff Halter | |
| 2022-07-03 | Implement "Refuse private messages" client preference | Jeff Halter | |
| 2022-07-03 | Fix refuse private chat error messaging | Jeff Halter | |
| 2022-07-03 | Implement handing for "Refuse Private Chat" preference | Jeff Halter | |
| 2022-07-03 | Fix filepath handling and backfill test | Jeff Halter | |
| 2022-06-29 | Add test for DownloadBanner transaction | Jeff Halter | |
| 2022-06-28 | Implement access controls for threaded news item deletion | Jeff Halter | |
| 2022-06-28 | Implement Scanner and Writer interface for FilePath | Jeff Halter | |
| 2022-06-26 | Refactor user access bitmap handling | Jeff Halter | |
| 2022-06-25 | Implement "Can Send Messages" permission | Jeff Halter | |
| 2022-06-24 | Prevent user with accessAnyName from change name | Jeff Halter | |
| 2022-06-24 | Remove unnecessary use of pointers | Jeff Halter | |
| 2022-06-24 | Implement "Can use any name" permission | Jeff Halter | |
| 2022-06-24 | Backfill test for tranHandleListUsers | Jeff Halter | |
| 2022-06-23 | Implement GetClientInfoText with per-client file transfer info | Jeff Halter | |
| 2022-06-21 | Fix failing tests | Jeff Halter | |
| 2022-06-21 | Fix more filepaths | Jeff Halter | |
| 2022-06-20 | Convert hardcoded path separators to filepath.Join | Jeff Halter | |
| 2022-06-20 | Add initial support for resource and info forks | Jeff Halter | |
| 2022-06-08 | Refactor filestore to simplify testing | Jeff Halter | |
| 2022-06-07 | Backfill tests and clean up | Jeff Halter | |
| 2022-06-06 | Refactor and cleanup to improve testability | Jeff Halter | |
| 2022-06-05 | Implement some special case file descriptions | Jeff Halter | |
| 2022-06-04 | Implement multi-account edit | Jeff Halter | |
| 2022-06-02 | Cleanup and backfill tests | Jeff Halter | |
| 2022-05-29 | Implement handling of special case Dropbox and Upload folders | Jeff Halter | |
| 2022-05-29 | Backfill tests | Jeff Halter | |