aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-19Only initialize history manager if not initializedTulir Asokan
2020-02-19Don't ignore history init errorsTulir Asokan
2020-02-19Fix rendering formatted m.emotesTulir Asokan
2020-02-19Add support for editing /meTulir Asokan
2020-02-19Remove duplicate code for finding message to editTulir Asokan
2020-02-19Ignore mouse motion events inside MessageViewTulir Asokan
2020-02-19Update mautrix-go to separate unmarshaling sync response and event contentTulir Asokan
2020-02-19Add support for editing messagesTulir Asokan
2020-02-19Fix mouse motion not being passed to input areasTulir Asokan
2020-02-18Fix panic when joining new roomTulir Asokan
2020-02-18Update readme a bit and add SSO supportTulir Asokan
2020-02-18Update depsTulir Asokan
2019-07-26Add badge and link for GitLab CI to readmeTulir Asokan
2019-07-25Update tcellTulir Asokan
2019-07-25Add .gitlab-ci.ymlTulir Asokan
2019-06-22Update tcellTulir Asokan
2019-06-21Possibly fix displaying displaynames of left usersTulir Asokan
2019-06-21Fix or break some history related thingsTulir Asokan
2019-06-18Cache canonical alias in room list so tab completing wouldn't load state ↵Tulir Asokan
from disk
2019-06-17Add initial support for rendering repliesTulir Asokan
2019-06-17Wrap events in custom struct to add gomuks-specific fieldsTulir Asokan
2019-06-16Only ping if displayname has spaces/punctuation characters around it. Fixes #96Tulir Asokan
2019-06-16Fix panic in redaction handlingTulir Asokan
2019-06-16Add support for redactions. Fixes #19Tulir Asokan
2019-06-16Improve emoji autocompletion when the same emoji has many namesTulir Asokan
2019-06-16Add support for editing room tagsTulir Asokan
2019-06-16Use https by default if scheme is not providedTulir Asokan
2019-06-16Fix message text color. Fixes #82Tulir Asokan
2019-06-16Somewhat hackily force focus to room view. Fixes #95Tulir Asokan
2019-06-16Add/change commandsTulir Asokan
2019-06-16Remove dev replaces and update depsTulir Asokan
2019-06-16Merge remote-tracking branch 'jrswab/imageResize'Tulir Asokan
2019-06-16Re-enable downloading imagesTulir Asokan
2019-06-16Merge branch 'break-things-again'Tulir Asokan
2019-06-16Make displayname pushrule check possible without loading room stateTulir Asokan
2019-06-16Fix reply rendering infinite loop bugTulir Asokan
2019-06-15Add call trace commandTulir Asokan
2019-06-15Fix infinite recursionTulir Asokan
2019-06-15Scale 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-15Fix bumping unloaded rooms in room list when receiving messagesTulir Asokan
2019-06-15Unbreak more thingsTulir Asokan
2019-06-15Unbreak thingsTulir Asokan
2019-06-15Update depsTulir Asokan
2019-06-15Update README.md (#98)Jaron Swab
Switch out some links and added the `/create` command to the list of commands at the bottom.
2019-06-14Add pm commandTulir Asokan
2019-06-14Remove room alias argument and switch to room after creatingTulir Asokan
2019-06-13Users can now create a new room directly in GomuksJaron 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-12Fix go 1.11 and go get compatibilityTulir Asokan
2019-04-27Update READMETulir Asokan
2019-04-27DOn't print debug init to log file when not logging to fileTulir Asokan