| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 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-05-26 | Fix multiple issues with v1.8+ login sequence | Jeff Halter | |
| Squashed bugs: * A v1.8+ user that has connected but not agreed will show up in chat and the userlist as a blank user name * Race condition where a v1.8+ user in connected but not agreed state duplicated the ID of the next user to connect * A v1.8+ user that is connected but not agreed will receive the user list | |||
| 2022-05-26 | Fix inconsistent sorting of user list | Jeff Halter | |
| 2022-05-25 | Remove placeholder file comment | Jeff Halter | |
| 2022-05-25 | Add partial support for file create/modify timestamps | Jeff Halter | |
| This replaces hardcoded placeholder create/modify timestamps with the real times, mostly. Create time is OS specific, so for now I'm ignoring it at using the modify time as a stand-in. | |||
| 2022-05-25 | Add more file extension -> type/creator code mappings | Jeff Halter | |
| 2022-01-30 | Sanitize file path input to prevent directory traversal | Jeff Halter | |
| 2021-08-15 | Tests and minor fixes | Jeff Halter | |
| 2021-08-10 | Add tests and clean up | Jeff Halter | |
| 2021-08-03 | Ran `gofmt -w .` | Jeff Halter | |
| 2021-07-28 | Move code to hotline dir | Jeff Halter | |