| 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-27 | Limit chat message size to 8192 bytes | Jeff Halter | |
| 2024-06-24 | Refactoring, cleanup, test backfilling | Jeff Halter | |
| 2024-06-18 | Adopt more fixed size array types for struct fields | 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-17 | Fix io.Reader implementations and wrap more errors | 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 | Replace zap logger with slog | Jeff Halter | |
| 2024-06-09 | Remove redundant text encoding func | 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-06-08 | Add support for account login rename | Jeff Halter | |
| 2024-06-01 | Fix account management edge cases | Jeff Halter | |
| 2024-05-05 | Fix bug that clears account password on permission edit | Jeff Halter | |
| 2024-05-05 | Fix handling of refuse PM flag | Jeff Halter | |
| 2024-04-29 | Make GetFileInfo behavior consistent with official 1.9 server behavior | Jeff Halter | |
| 2024-04-04 | Add support for Mac Roman character encoding. | Jeff Halter | |
| https://en.wikipedia.org/wiki/Mac_OS_Roman | |||
| 2024-01-24 | Rename encode/decode methods | Jeff Halter | |
| 2023-11-27 | Add missing error handling and logging (#109) | Jeff Halter | |
| 2023-04-23 | Make UserFlags public | 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-01-21 | Fix bug in news article reply threading | Jeff Halter | |
| 2023-01-21 | Minor cleanup | Jeff Halter | |
| 2023-01-18 | Improve third party client compatability | Jeff Halter | |
| 2023-01-18 | Improve compatability of threaded news post and delete | 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 | Improve Gtkhx compatability | Jeff Halter | |
| 2022-11-07 | Improve Frogblast client compatibility | Jeff Halter | |
| 2022-09-15 | Clean up some linter warnings | Jeff Halter | |
| 2022-07-20 | Fix bug causing flat news post loss | 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 | Minor cleanup | 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 | Improve readability of client version in logs | Jeff Halter | |
| 2022-06-28 | Implement Scanner and Writer interface for FilePath | Jeff Halter | |
| 2022-06-26 | Fix userAdminFlag bug | Jeff Halter | |
| 2022-06-26 | Refactor user access bitmap handling | Jeff Halter | |
| 2022-06-25 | Implement "Can Send Messages" permission | Jeff Halter | |
| 2022-06-25 | Add config option to specify ignored filename patterns | Jeff Halter | |
| 2022-06-24 | Prevent user with accessAnyName from change name | Jeff Halter | |