aboutsummaryrefslogtreecommitdiff
path: root/hotline/transaction_handlers.go
AgeCommit message (Collapse)Author
2022-05-28Misc cleanupJeff Halter
* Removed some unnecessary user of pointers * Removed dead cruft * Reorganized code
2022-05-28Implement Make Alias transactionJeff Halter
2022-05-27Fix issue with HL 1.5+ user flag unsetJeff Halter
This fixes an issue where it was not possible for users to unset the "Refuse private chat/messages" preference
2022-05-27Simplify news article timestampingJeff Halter
2022-05-27Simplify user idle checkJeff Halter
2022-05-26Fix multiple issues with v1.8+ login sequenceJeff 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-01-30Initial permission handling refactorJeff Halter
2022-01-30Sanitize file path input to prevent directory traversalJeff Halter
2021-08-15Tests and minor fixesJeff Halter
2021-08-12More cleanupJeff Halter
2021-08-10Add tests and clean upJeff Halter
2021-08-07Remove use of relative pathsJeff Halter
2021-08-06Minor cleanup of transferJeff Halter
2021-08-06Fix line break for emote messagesJeff Halter
2021-08-03Fix string negation bugJeff Halter
2021-07-28Move code to hotline dirJeff Halter