| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-06 | Fix getFileNameList when broken symlink present | Jeff Halter | |
| 2022-06-06 | Refactor and cleanup to improve testability | Jeff Halter | |
| 2022-06-06 | Revert change to effectiveFile func | Jeff Halter | |
| 2022-06-06 | Improve handling of client config default path | Jeff Halter | |
| 2022-06-06 | Fix overwrite of file during upload | Jeff Halter | |
| 2022-06-06 | Improve tracker logging | Jeff Halter | |
| 2022-06-05 | minor: v0.5.0 | Jeff Halter | |
| 2022-06-05 | Fix handshake test | Jeff Halter | |
| 2022-06-05 | Replace unsafe conn.Read with io.ReadFull | Jeff Halter | |
| 2022-06-05 | DRY up duplicate panic handler func | Jeff Halter | |
| 2022-06-05 | Follow symlinks in Files dir | Jeff Halter | |
| 2022-06-05 | Implement some special case file descriptions | Jeff Halter | |
| 2022-06-05 | Fix some data races | Jeff Halter | |
| 2022-06-05 | Implement file preview | Jeff Halter | |
| 2022-06-05 | Handle zero length comment and file paths for Nostalgia compatibility | Jeff Halter | |
| 2022-06-04 | Implement multi-account edit | Jeff Halter | |
| 2022-06-03 | minor: v0.3.0 | Jeff Halter | |
| 2022-06-03 | Initial implementation of file transfer resume | Jeff Halter | |
| 2022-06-02 | Cleanup and backfill tests | Jeff Halter | |
| 2022-06-02 | Implement reply quoting | Jeff Halter | |
| 2022-05-31 | Update dependencies | Jeff Halter | |
| 2022-05-31 | Re-enable additional file types after fixing trailing whitespace | Jeff Halter | |
| 2022-05-31 | Buffer file writes during upload | Jeff Halter | |
| 2022-05-31 | patch: v0.2.3 | Jeff Halter | |
| 2022-05-31 | Temporarily disable problematic file type codes | Jeff Halter | |
| 2022-05-31 | patch: v0.2.2 | Jeff Halter | |
| 2022-05-31 | Revert change to handler permissions | Jeff Halter | |
| 2022-05-30 | patch: v0.2.1 | Jeff Halter | |
| 2022-05-30 | Fix and refactor file transfers to handle resource forks | Jeff Halter | |
| 2022-05-30 | Fix upload folder name pattern matching | Jeff Halter | |
| 2022-05-29 | minor: v0.2.0 | Jeff Halter | |
| 2022-05-29 | Implement handling of special case Dropbox and Upload folders | Jeff Halter | |
| 2022-05-29 | Refactor and cleanup | Jeff Halter | |
| 2022-05-29 | Backfill tests | Jeff Halter | |
| 2022-05-28 | Fix race in file upload handling that may cause panic | 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-27 | Fix issue with HL 1.5+ user flag unset | Jeff Halter | |
| This fixes an issue where it was not possible for users to unset the "Refuse private chat/messages" preference | |||
| 2022-05-27 | Simplify news article timestamping | Jeff Halter | |
| 2022-05-27 | Simplify user idle check | Jeff Halter | |
| 2022-05-26 | patch: v0.1.1 | 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 | minor: v0.1.0 | 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 | patch: v0.0.16 | Jeff Halter | |
| 2022-05-25 | Add more file extension -> type/creator code mappings | Jeff Halter | |
| 2022-05-24 | patch: v0.0.15 | Jeff Halter | |
| 2022-05-24 | Fix file corruption bug for commented files | Jeff Halter | |
| This fixes a bug that happens when an uploaded file contains a file comment. The bug happens because the comment byte length was not included when calculating the length of the information header, causing the comment bytes to be appendedto the file. | |||