Commit Graph

  • 75f380b3f7
    use rifle as plumber image_paste Alexander Bocken 2024-02-03 12:36:58 +0100
  • 2ada74d2be
    notify even in current room Alexander Bocken 2023-12-22 17:30:07 +0100
  • 8472803cd0 add: clipboard functionality in room view i401 2023-10-05 22:33:21 +0200
  • 09a9279558
    Merge pull request #430 from nileshpatra/fix-debug-log-and-dir Tulir Asokan 2023-07-10 23:02:01 +0300
  • 2b36ee3737 fix xdg-update-dir and enable prettypanic by default Nilesh Patra 2023-07-10 01:31:18 +0530
  • 802d6afc55 Disable logging by default, start logging onlu if DEBUG is set to 1 Nilesh Patra 2023-07-06 18:26:08 +0000
  • 3c53798634 Set debug log dir to ~/.local/state/gomuks on linux Nilesh Patra 2023-07-06 18:25:33 +0000
  • b3f0410003
    Merge pull request #428 from nileshpatra/diff-tmpdir Tulir Asokan 2023-07-01 14:34:59 +0300
  • 253b47b076
    Fix lint issue Tulir Asokan 2023-07-01 14:32:48 +0300
  • 2a242c8f26 Make debug dir specific to username to ease off multi user logins Nilesh Patra 2023-07-01 14:35:25 +0530
  • e7ebb9745d Fix linux/arm64 build job tags Tulir Asokan 2023-06-24 01:38:32 +0300
  • 373139c7bf Update Go version used for linting Tulir Asokan 2023-04-04 22:30:52 +0300
  • 22900d8f8a Add command to manage power levels Tulir Asokan 2023-04-04 22:25:36 +0300
  • 7e738485ee Don't sprintf with no arguments in Command.Reply Tulir Asokan 2023-04-04 21:43:23 +0300
  • 099006c9c3 Don't read NotifySpecified in push rules Tulir Asokan 2023-03-22 23:32:37 +0200
  • 2751b186fa Add safety for negative indexes in HTML renderer Tulir Asokan 2023-01-15 15:57:34 +0200
  • d6c08dc134 Update mautrix-go and remove duplicate function Tulir Asokan 2023-01-15 15:48:12 +0200
  • c0036f391b Build arm64 binaries natively Tulir Asokan 2022-11-30 12:31:49 +0200
  • 68e9d6e981 Fix showing some types of errors in login screen Tulir Asokan 2022-11-21 22:45:26 +0200
  • 6aaeb8c244 Check spec versions supported by homeserver. Fixes #402 Tulir Asokan 2022-11-21 22:42:42 +0200
  • 5aa494dc5e Bump version to 0.3.0 Tulir Asokan 2022-11-19 17:24:57 +0200
  • c871a0c4b5 Update mauview and changelog Tulir Asokan 2022-11-19 17:21:07 +0200
  • 14b9d30380 Merge remote-tracking branch 'n-peugnet/black-on-white-colors' Tulir Asokan 2022-11-19 17:15:04 +0200
  • a5b5468238 Log right before exiting process Tulir Asokan 2022-11-19 17:14:31 +0200
  • 8450651a03 Better colors with black on white themes Nicolas Peugnet 2022-11-15 19:50:13 +0100
  • 5db151d90f Update more dependencies Tulir Asokan 2022-11-13 17:59:11 +0200
  • d8f229c102 Update changelog Tulir Asokan 2022-11-13 15:45:46 +0200
  • f1528143aa Run gofmt Tulir Asokan 2022-11-13 15:40:10 +0200
  • 0c1fc00f97 Fix another Hyperlink call Tulir Asokan 2022-11-13 15:34:21 +0200
  • 886690f98f Update dependencies and Go version Tulir Asokan 2022-11-13 15:28:04 +0200
  • 26b3c51053
    Merge pull request #397 from n-peugnet/fix-message-redraw-first-reaction Tulir Asokan 2022-11-09 18:00:59 +0200
  • 94c483a0e1
    Merge pull request #396 from n-peugnet/fix-baremessage-command-message Tulir Asokan 2022-11-09 17:59:57 +0200
  • 69e2dbd51c
    Merge pull request #399 from n-peugnet/fix-breaks-plaintext-messages-with-url Tulir Asokan 2022-11-09 17:59:21 +0200
  • c741634733 Add hint for using SSO Tulir Asokan 2022-11-07 18:39:06 +0200
  • 9fe2888017 Fix line breaks with URLs in plaintext only messages Nicolas Peugnet 2022-11-01 17:33:40 +0100
  • 83da1df256 Do not recalculate the buffer on new reaction Nicolas Peugnet 2022-11-01 16:02:30 +0100
  • 57fd8ed97c Fix baremessages command inverted message Nicolas Peugnet 2022-11-01 15:02:08 +0100
  • 99a5c7caed
    Merge pull request #387 from n-peugnet/mangled-lines Tulir Asokan 2022-10-21 23:15:25 +0300
  • 1cff17a857 Fix codeblocks doubled newlines in plaintext mode n-peugnet 2022-10-10 19:13:30 +0200
  • 58c20698d6 Fix mangled newlines in some code blocks n-peugnet 2022-10-10 18:40:54 +0200
  • 71f16b797f
    Merge pull request #388 from n-peugnet/newlines-nohtml Tulir Asokan 2022-10-19 14:33:22 +0300
  • 77b3fffba1 s/Html/HTML/g n-peugnet 2022-10-19 13:30:16 +0200
  • 1b097337df
    Merge pull request #391 from n-peugnet/fix-add-reaction-increment Tulir Asokan 2022-10-18 14:06:52 +0300
  • ae10e8ebd7
    Merge pull request #386 from n-peugnet/lexer-fallback Tulir Asokan 2022-10-18 13:56:23 +0300
  • 8c3c4d31f1 Fix redraw of incremented reaction counts n-peugnet 2022-10-14 13:41:09 +0200
  • bfc7dd5196 Preserve newlines in plain text message n-peugnet 2022-10-10 20:13:20 +0200
  • 82cf2ee816 Fallback to "plaintext" lexer in codeblock parser n-peugnet 2022-10-10 12:36:51 +0200
  • 75471c3242 Add missing flags Tulir Asokan 2022-06-01 20:45:06 +0300
  • 6479ff2e34 Add option to disable clearing screen Tulir Asokan 2022-04-25 00:25:49 +0300
  • b4101f5518 Use runewidth fork to override variation selector width Tulir Asokan 2022-04-24 23:55:09 +0300
  • f00d61c7f0 Adjust unknown command message Tulir Asokan 2022-04-19 12:02:03 +0300
  • 030c0c6ec5 Fix rendering empty/malformed messages Tulir Asokan 2022-04-19 12:01:56 +0300
  • 1e6174f828 Add test panic command Tulir Asokan 2022-04-17 23:54:52 +0300
  • fa79dc0ca1 Update mauview Tulir Asokan 2022-04-17 23:54:40 +0300
  • c45a66bbf9 Add more details to --version Tulir Asokan 2022-04-17 21:21:10 +0300
  • b755302b93 Update mautrix-go to switch to /v3 paths Tulir Asokan 2022-04-17 13:16:47 +0300
  • ebd0e2dabb Enable inline URLs by default on some other terminals Tulir Asokan 2022-04-16 20:14:10 +0300
  • b6fba5230a Enable inline URLs by default on VTE terminals Tulir Asokan 2022-04-16 19:59:34 +0300
  • f1d720e2dc Add /cs and /ssss to help Tulir Asokan 2022-04-16 19:37:24 +0300
  • b3e989ee0f Use xurls instead of custom regex for finding links Tulir Asokan 2022-04-16 19:26:24 +0300
  • a8660c7137 Merge remote-tracking branch 'n-peugnet/display-inline-code' Tulir Asokan 2022-04-16 19:26:08 +0300
  • 0da7d78138 Display inline code in messages n-peugnet 2022-04-10 22:02:49 +0200
  • f0d78798f3 Update README.md Tulir Asokan 2022-04-16 00:49:02 +0300
  • e08f23ba65 Only linkify text if inline URLs are enabled Tulir Asokan 2022-04-15 23:44:59 +0300
  • ebe3fcc33c Re-add function for service messages Tulir Asokan 2022-04-15 23:31:48 +0300
  • 66233721a2 Get rid of special-cased plaintext rendering. Fixes #273 Tulir Asokan 2022-04-15 23:28:23 +0300
  • 7bf6785689 Linkify links in HTML messages too Tulir Asokan 2022-04-15 23:25:12 +0300
  • 0fb06067ae Update changelog again Tulir Asokan 2022-04-15 22:58:48 +0300
  • 0e033edce1 Update changelog Tulir Asokan 2022-04-15 22:58:12 +0300
  • 8752b3e848 Linkify links in plaintext messages Tulir Asokan 2022-04-15 22:51:07 +0300
  • fa7a4d8320 Fix BaseEntity.String() Tulir Asokan 2022-04-15 22:36:06 +0300
  • 6414b8bd13 Use inline link for file download URL Tulir Asokan 2022-04-15 22:30:07 +0300
  • 404a617670 Update mauview Tulir Asokan 2022-04-15 22:29:58 +0300
  • b9bcfb24ef Open graphical file picker if no path is provided for /upload Tulir Asokan 2022-04-15 22:14:57 +0300
  • 97491eb6c0 Add support for inline URLs Tulir Asokan 2022-04-15 22:09:15 +0300
  • 98fe235f22 Update mauview to unbreak plaintext mode Tulir Asokan 2022-04-15 21:17:43 +0300
  • c2a3940e41 Allow copying any type of message. Fixes #276 Tulir Asokan 2022-04-15 20:44:14 +0300
  • e46694a33f Ignore newlines in HTML completely again Tulir Asokan 2022-04-15 20:29:23 +0300
  • 5674f076be Add support for sending spoilers Tulir Asokan 2022-04-15 20:28:58 +0300
  • a5bdba204e Add support for rendering spoilers. Fixes #331 Tulir Asokan 2022-04-15 15:14:18 +0300
  • 751a158fbf Parse HTML when editing messages. Fixes #301 Tulir Asokan 2022-04-15 14:12:01 +0300
  • 4136d6c6b0 Update mauview Tulir Asokan 2022-04-15 14:03:40 +0300
  • 1b4aa60114 Add slightly hacky workaround to fix #316 Tulir Asokan 2022-04-15 14:03:08 +0300
  • 1ea20b6df7 Don't panic if a non-critical file disappears. Fixes #315 Tulir Asokan 2022-04-15 13:34:31 +0300
  • a1ddad24c4 Add full changelog in a file Tulir Asokan 2022-04-15 13:28:24 +0300
  • 7425bc25d9 Add lint to CI and pre-commit Tulir Asokan 2022-04-15 13:13:46 +0300
  • c9633c095d
    Add page up / down actions for Ctrl+P / Ctrl+N (#350) Adam 2022-04-15 03:12:21 -0700
  • 89d5b0aa7b Merge remote-tracking branch 'n-peugnet/toggle-autocompletions' Tulir Asokan 2022-04-15 13:10:14 +0300
  • 18aeb8ba9d Improve removing unnecessary whitespace in HTML Tulir Asokan 2022-04-15 12:58:27 +0300
  • 899bdbc705 Update tcell Tulir Asokan 2022-04-15 12:53:09 +0300
  • edaed2bf65 Add command autocompletion for toggle n-peugnet 2022-04-11 00:05:37 +0200
  • a7562a068a Add variation selectors and trim spaces in reactions Tulir Asokan 2022-03-30 15:27:05 +0300
  • 31e87b584f
    Allow sending emoji using plaintext shortcodes in /react (#354) tleb 2022-03-30 14:21:26 +0200
  • 2a07ff6781 Maybe fix date change messages. Fixes #277 Tulir Asokan 2022-03-07 17:53:01 +0200
  • ae34776631 Add up/down arrow key support to fuzzy search. Closes #340 Tulir Asokan 2022-03-06 22:47:34 +0200
  • b5543736f6 Mention /toggle without arguments in help page Tulir Asokan 2022-03-06 22:44:30 +0200
  • daf0067d53 Remove ctrl+a from default keybindings and fix esc Tulir Asokan 2022-03-06 22:44:02 +0200
  • 686f7025cb Add room name to topic bar if room list is hidden. Closes #317 Tulir Asokan 2022-03-06 22:34:24 +0200
  • 073739b79b Enable default keybindings by default Tulir Asokan 2022-03-06 22:28:02 +0200
  • 9a0a1636af Update dependencies Tulir Asokan 2022-03-06 22:19:40 +0200