| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2022-01-30 | patch: v0.0.14 | Jeff Halter | |
| 2022-01-30 | Initial permission handling refactor | Jeff Halter | |
| 2022-01-30 | Start moving file io into mockable interface | 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-12 | More cleanup | Jeff Halter | |
| 2021-08-10 | Add tests and clean up | Jeff Halter | |
| 2021-08-07 | Add keepalive to Client | Jeff Halter | |
| 2021-08-07 | Prune unused code | Jeff Halter | |
| 2021-08-07 | Handle err | Jeff Halter | |
| 2021-08-07 | Fix linter warning | Jeff Halter | |
| 2021-08-07 | patch: v0.0.10 | Jeff Halter | |
| * Fix file path errors | |||
| 2021-08-07 | Remove use of relative paths | Jeff Halter | |
| 2021-08-06 | Minor cleanup of transfer | Jeff Halter | |
| 2021-08-06 | Fix line break for emote messages | Jeff Halter | |
| 2021-08-04 | patch: v0.0.10 | Jeff Halter | |
| * minor UI enhancement * Add partially working file browser * Add display of private messages * Add bookmark save * Fix bug with passwords containing digits | |||
| 2021-08-04 | Add server name to serverUI | Jeff Halter | |
| 2021-08-04 | Minor cleanup | Jeff Halter | |
| 2021-08-04 | Remove unused var | Jeff Halter | |
| 2021-08-03 | Fix error message on logout | Jeff Halter | |
| 2021-08-03 | Ran `gofmt -w .` | Jeff Halter | |
| 2021-08-03 | Minor cleanup | Jeff Halter | |
| 2021-08-03 | Default to port 5500 if undefined | Jeff Halter | |
| 2021-08-03 | Initial bookmark creation | Jeff Halter | |
| 2021-08-03 | Fix string negation bug | Jeff Halter | |
| 2021-08-02 | Improve formatting of file size display | Jeff Halter | |
| 2021-08-01 | Minor cleanup of news post modal | Jeff Halter | |
| 2021-08-01 | Add display of server messages | Jeff Halter | |
| 2021-08-01 | Align file size column | Jeff Halter | |
| 2021-07-31 | First pass at file browsing | Jeff Halter | |
| 2021-07-31 | Re-enable some blackbox tests | Jeff Halter | |
| 2021-07-30 | patch: v0.0.9 | Jeff Halter | |
| * Fix CI build | |||
| 2021-07-30 | patch: v0.0.8 | Jeff Halter | |
| * Add Windows build to CI * Misc internal refactoring and cleanup | |||