Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-21 | Add initial message selecting stuff | Tulir Asokan | |
2020-02-20 | Redraw UI when starting to load more messages | Tulir Asokan | |
2020-02-20 | Fix compilation error | Tulir Asokan | |
2020-02-20 | Add background color for reactions | Tulir Asokan | |
2020-02-20 | Add support for displaying reactions | Tulir Asokan | |
2020-02-20 | Hide tombstoned rooms from room list | Tulir Asokan | |
2020-02-20 | Improve login view and add .well-known resolution | Tulir Asokan | |
2020-02-19 | Always set cursor to end when switching edit message | Tulir Asokan | |
2020-02-19 | Fix some issues when logging out | Tulir Asokan | |
2020-02-19 | Hardcode name colors so individual colors can be removed | Tulir Asokan | |
2020-02-19 | Add custom name for m.server_notice tag | Tulir Asokan | |
2020-02-19 | Show multiline errors in login view | Tulir Asokan | |
2020-02-19 | Don't ignore history init errors | Tulir Asokan | |
2020-02-19 | Fix rendering formatted m.emotes | Tulir Asokan | |
2020-02-19 | Add support for editing /me | Tulir Asokan | |
2020-02-19 | Remove duplicate code for finding message to edit | Tulir Asokan | |
2020-02-19 | Ignore mouse motion events inside MessageView | Tulir Asokan | |
2020-02-19 | Add support for editing messages | Tulir Asokan | |
2020-02-19 | Fix mouse motion not being passed to input areas | Tulir Asokan | |
2020-02-18 | Update readme a bit and add SSO support | Tulir Asokan | |
2020-02-18 | Update deps | Tulir Asokan | |
2019-06-17 | Add initial support for rendering replies | Tulir Asokan | |
2019-06-17 | Wrap events in custom struct to add gomuks-specific fields | Tulir Asokan | |
2019-06-16 | Add support for redactions. Fixes #19 | Tulir Asokan | |
2019-06-16 | Improve emoji autocompletion when the same emoji has many names | Tulir Asokan | |
2019-06-16 | Add support for editing room tags | Tulir Asokan | |
2019-06-16 | Fix message text color. Fixes #82 | Tulir Asokan | |
2019-06-16 | Somewhat hackily force focus to room view. Fixes #95 | Tulir Asokan | |
2019-06-16 | Add/change commands | Tulir Asokan | |
2019-06-16 | Merge remote-tracking branch 'jrswab/imageResize' | Tulir Asokan | |
2019-06-16 | Re-enable downloading images | Tulir Asokan | |
2019-06-16 | Fix reply rendering infinite loop bug | Tulir Asokan | |
2019-06-15 | Add call trace command | Tulir Asokan | |
2019-06-15 | Fix infinite recursion | Tulir Asokan | |
2019-06-15 | Scale image message based on the user's text area. | Jaron Swab | |
Using the "image" package from the standard library the images loaded by gomuks now scale to one third the size of the text area. The image data contains both hight and width while the scaling uses only width the option to scale by hight is possible if passed into `CalculateBuffer()`. `ansimage.NewScaledFromReader()` now takes the new variable based off the size of the buffers' width. This may resolve issue #92 | |||
2019-06-15 | Fix bumping unloaded rooms in room list when receiving messages | Tulir Asokan | |
2019-06-15 | Unbreak more things | Tulir Asokan | |
2019-06-15 | Unbreak things | Tulir Asokan | |
2019-06-14 | Add pm command | Tulir Asokan | |
2019-06-14 | Remove room alias argument and switch to room after creating | Tulir Asokan | |
2019-06-13 | Users can now create a new room directly in Gomuks | Jaron Swab | |
Added the ability to create a room from within gomuks using the now `/create` command. This comman takes the room name followed by the alias. Room name may contain spaces but the alias may not as per the Matrix alias conventions. Also update `/help` to include the new command. | |||
2019-05-12 | Fix go 1.11 and go get compatibility | Tulir Asokan | |
2019-04-27 | Fix potential deadlock in room switching | Tulir Asokan | |
2019-04-27 | Add partial deadlock detection in debug mode | Tulir Asokan | |
2019-04-27 | Add locks and other sync stuff | Tulir Asokan | |
2019-04-15 | Stop replacing text of event links | Tulir Asokan | |
2019-04-13 | Minor UI changes | Tulir Asokan | |
2019-04-13 | Fix user list | Tulir Asokan | |
2019-04-13 | Add better stringification for UI message types for debugging | Tulir Asokan | |
2019-04-10 | Fix code block rendering | Tulir Asokan | |