| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |