15 Commits

Author SHA256 Message Date
fdeb8dd908 Accepting request 1314683 from network:messaging:matrix
OBS-URL: https://build.opensuse.org/request/show/1314683
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gomuks?expand=0&rev=5
2025-10-31 15:28:38 +00:00
398d87fe86 - Add patch-go-mod.patch revendoring the package to get in
the version v0.45.0 of golang.org/x/net (bsc#1251459,
  CVE-2025-47911) to avoid possible DoS with various algorithms
  with quadratic complexity when parsing HTML documents.

OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/gomuks?expand=0&rev=16
2025-10-31 10:05:48 +00:00
1bbe172efc Accepting request 1311518 from home:mcepl
- Revendor the package to get in the version v0.45.0 of
  golang.org/x/net (bsc#1251459, CVE-2025-47911) to avoid
  possible DoS with various algorithms with quadratic complexity
  when parsing HTML documents.

OBS-URL: https://build.opensuse.org/request/show/1311518
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/gomuks?expand=0&rev=15
2025-10-27 08:21:38 +00:00
a73b0f816c Accepting request 1187957 from network:messaging:matrix
- Update to 0.3.1:
  * Bumped minimum Go version to 1.21.
  * Added support for authenticated media.
  * Added /powerlevel command for managing power levels.
  * Disabled logging by default.
  * Changed default log directory to ~/.local/state/gomuks on Linux.

OBS-URL: https://build.opensuse.org/request/show/1187957
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gomuks?expand=0&rev=4
2024-07-17 13:14:41 +00:00
b369f33283 - Update to 0.3.1:
* Bumped minimum Go version to 1.21.
  * Added support for authenticated media.
  * Added /powerlevel command for managing power levels.
  * Disabled logging by default.
  * Changed default log directory to ~/.local/state/gomuks on Linux.

OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/gomuks?expand=0&rev=13
2024-07-16 14:00:24 +00:00
659e0a33c3 Accepting request 1185377 from network:messaging:matrix
OBS-URL: https://build.opensuse.org/request/show/1185377
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gomuks?expand=0&rev=3
2024-07-04 14:27:52 +00:00
a6720fcf54 Accepting request 1185376 from home:mcepl:branches:network:messaging:matrix
- Revendor to pull in fresh golang.org/x/image/tiff to fix
  bsc#1227165 (CVE-2024-24792).

OBS-URL: https://build.opensuse.org/request/show/1185376
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/gomuks?expand=0&rev=11
2024-07-04 11:24:05 +00:00
9ca4495bca Accepting request 1069978 from network:messaging:matrix
OBS-URL: https://build.opensuse.org/request/show/1069978
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gomuks?expand=0&rev=2
2023-03-08 13:52:52 +00:00
0883f26148 Accepting request 1069977 from home:mcepl:branches:network:messaging:matrix
- Restore Source URL.

OBS-URL: https://build.opensuse.org/request/show/1069977
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/gomuks?expand=0&rev=9
2023-03-07 16:19:41 +00:00
d5f8f848ad Accepting request 1069975 from home:mcepl
Update Source URL.

OBS-URL: https://build.opensuse.org/request/show/1069975
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/gomuks?expand=0&rev=8
2023-03-07 16:17:23 +00:00
69aef6ac66 Accepting request 1059907 from network:messaging:matrix
gomuks

OBS-URL: https://build.opensuse.org/request/show/1059907
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gomuks?expand=0&rev=1
2023-01-20 16:39:03 +00:00
146e534e69 Accepting request 1059271 from home:jubalh:branches:network:messaging:matrix
- Switch to service for tarball and vendor tarball creation
- Update to version 0.3.0:
  * Bumped minimum Go version to 1.18.
    Switched from /r0 to /v3 paths everywhere.
    The new v3 paths are implemented since Synapse 1.48, Dendrite 0.6.5,
    and Conduit 0.4.0. Servers older than these are no longer supported.
  * Added config flags for backspace behavior.
  * Added /rainbownotice command to send a rainbow as a m.notice message.
  * Added support for editing messages in an external editor.
  * Added arrow key support for navigating results in fuzzy search.
  * Added initial support for configurable keyboard shortcuts #328.
  * Added support for shortcodes without tab-completion in /react #354.
  * Added background color to differentiate inline code #361.
  * Added tab-completion support for /toggle options #362.
  * Added initial support for rendering spoilers in messages.
  * Added support for sending spoilers (with ||reason|spoiler|| or ||spoiler||).
  * Added support for inline links (limited terminal support; requires /toggle inlineurls).
  * Added graphical file picker for /upload when no path is provided (requires zenity).
  * Updated more places to use default/reverse colors instead of white/black to
    better work on light themed terminals #401.
  * Fixed mentions being lost when editing messages.
  * Fixed date change messages showing the wrong date.
  * Fixed some whitespace in HTML being rendered even when it shouldn't.
  * Fixed copying non-text messages with /copy.
  * Fixed rendering code blocks with unknown languages #386.
  * Fixed newlines not working in code blocks with certain syntax highlightings #387.
  * Fixed rendering more than one reaction of the same type in a single message #391.
  * Fixed line-wrapped messages getting corrupted when receiving a reaction #397.

OBS-URL: https://build.opensuse.org/request/show/1059271
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/gomuks?expand=0&rev=6
2023-01-18 10:15:13 +00:00
1570d11a6f Accepting request 1012102 from home:mcepl
- Clean up SPEC file to be more guidelines-like.

- Update to version 0.2.4:
  - Added is_direct flag when creating DMs.
  - Added newline toggle for swapping enter and alt-enter
    behavior.
  - Added timestamps toggle for disabling timestamps in the UI.
  - Added support for getting custom download directory with
    xdg-user-dir.
  - Added support for updating homeserver URL based on well-known
    data in /login response.
  - Updated some places to use default color instead of white to
    better work on light themed terminals.
  - Updated notification library to work on all unix-like systems
    with notify-send.
    Notification sounds will now work if either paplay or ogg123
    is available.
  - Disabled logging request content for sensitive requests like
    /login and cross-signing key uploads.
  - Fixed caching state of rooms where the room ID contains
    slashes.
  - Fixed index error in fuzzy search.

OBS-URL: https://build.opensuse.org/request/show/1012102
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/gomuks?expand=0&rev=5
2022-10-24 15:30:22 +00:00
Lawrence Brown
186ea47f42 Specify go version to fix build in Leap 15.1
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/gomuks?expand=0&rev=2
2021-02-24 00:11:50 +00:00
b5a8cf1caf Accepting request 873938 from home:albino:matrix
Hello, I would like to submit my package to network:messaging:matrix.

gomuks is a TUI Matrix client written in Go. It's fairly promising and I have
been maintaining this package in my home project for a number of months -
it's picked up a number of users.

Please tell me if I've done anything wrong with the package, as this is my
first attempt at submitting to devel.

Thanks in advance!

Best
Lawrence

OBS-URL: https://build.opensuse.org/request/show/873938
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/gomuks?expand=0&rev=1
2021-02-23 22:23:12 +00:00