| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-30 | Refactor access bitmap unmarshal logic to use map-driven approach | Jeff Halter | |
| Replace 120+ lines of repetitive if statements with a compact map lookup. This improves maintainability by reducing code duplication and making it easier to add new access permissions. | |||
| 2024-07-28 | Improve human readability of account config files | Jeff Halter | |
| 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 | |
| 2022-09-15 | Clean up some linter warnings | Jeff Halter | |
| 2022-07-03 | Add comment | Jeff Halter | |
| 2022-07-03 | Fix accessSendPrivMsg permission | Jeff Halter | |
| 2022-06-26 | Refactor user access bitmap handling | Jeff Halter | |
| 2022-06-25 | Improve documentation of access control flags | Jeff Halter | |
| 2022-06-25 | Implement Don't Show Agreement permission | Jeff Halter | |
| 2022-06-24 | Implement "Can use any name" permission | Jeff Halter | |
| 2022-06-20 | Add initial support for resource and info forks | Jeff Halter | |
| 2022-05-29 | Implement handling of special case Dropbox and Upload folders | Jeff Halter | |
| 2022-05-28 | Misc cleanup | Jeff Halter | |
| * Removed some unnecessary user of pointers * Removed dead cruft * Reorganized code | |||
| 2022-05-28 | Implement Make Alias transaction | Jeff Halter | |
| 2022-01-30 | Initial permission handling refactor | Jeff Halter | |
| 2021-08-07 | Prune unused code | Jeff Halter | |
| 2021-08-03 | Ran `gofmt -w .` | Jeff Halter | |
| 2021-07-28 | Move code to hotline dir | Jeff Halter | |