SHA256
5
0
forked from pool/tiny

38 Commits

Author SHA256 Message Date
21960269b7 Accepting request 1285523 from utilities
OBS-URL: https://build.opensuse.org/request/show/1285523
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiny?expand=0&rev=14
2025-06-13 16:48:52 +00:00
6449c306e6 - Do not require pkgconfig(dbus-1) and pkgconfig(openssl): those
are devel packages and not needed at runtime.

- Initial spec for tiny (0.10.0)

OBS-URL: https://build.opensuse.org/package/show/utilities/tiny?expand=0&rev=37
2025-06-13 14:06:09 +00:00
dbc97e7b29 Accepting request 1281675 from utilities
- Update to version 0.13.0+git5.g2ee969a:
  * Update dependencies
  * Added support for `ctrl_h` and `ctrl_i` in keymap config (#444)
  * Untangles the keystrokes ctrl-h and backspace (#445)
  * Auto-fix some recent lints
  * Update tiny version in Cargo.lock
- Update to version 0.13.0+git2:
  * Auto-fix some recent lints
  * Update tiny version in Cargo.lock
  * Release v0.13.0
  * Use IndexMap in byte_seq_parser macro (#438)
  * Improve handling of IRC color code (0x03) without colors afterwards (#435)
  * Fix default-features deprecation warning
- skip testing termbox examples due to compilation issues
- Fix build finding dbus-1.pc by installing dbus-1-devel
- Update to version 0.12.0+git15:
  * Fix rustls deprecation warning
  * Refactor termbox attribute values and make it clear that they can be manipulated w bit sets
  * Remove msg_area::Line::force_recalculation
  * Fix a warning, new lints
  * Upgrade ring to 0.17
  * Fix assigning_clones lints
  * Improve matching when highligting mentions
  * Use dbus instead of zbus for desktop notifications
  * Remove `WidgetRet::Quit` and `TUIRet::Quit`:
  * Some renaming in TUI for consistency, documentation
  * Refactor TUI event type:
  * Remove a redundant `pub`
  * Update tokio
- Use recomprizz instead of recompress in _service
- Update to version 0.12.0+git2:
  * Update tokio, serde, fix a new lint (1.76.0) and a warning in test
- Remove cargo_config to adopt new vendored tarball scheme.
- Update to version 0.12.0:
  New features:
  * New TUI text attributes italic and strikethrough added to the
    config file parser. These can be combined with the existing
    bold and underline attributes. (#409, #404)
  * Added support for key bindings that run commands. Example:
    key_map:
      ctrl_d:
        command: quit (#403, #410)
  Bug fixes and other improvements:
  * Default config updated with better comments, color config
    for join/part messages. (#412)
  * /join command errors now print usage help once instead of
    twice. (c512887)
  * Fix showing timestamp of the next message or activity
    after a /clear. (#417)
  * Fix a crash when the config file is deleted before
    a /reload. (3ea5678)
- Fix and update vendored tarball
- Remove leftover obscpio file
- Update vendored sources.
- Replace obsoleted `disabled` option with `manual`
- Update to version 0.11.0+git7:
  * Bug fixes and refactoring in key map implementation:
  * Update CHANGELOG, initial config
  * Rename 'run_command' key action to just 'command'
  * Support tiny commands in keymap config (#410)
  * Support italic and strikethrough attribute (#404) (#409)
  * Fix tab config test with desktop-notifications feature (#408)
  * Update deps, reword and format initial config, fix new lints
  * Update changelog
  * Update dependencies (#405)
  * Config to set /ignore and /notify (#344)
  * CHANGELOG: Add #403
  * Implement bold, italic, underline, strikethrough rendering
  * Added support for SASL EXTERNAL  (#363)
  * Fix a few lints introduced with rustc 1.66.0
  * CHANGELOG: Remove trailing ws, formatting
  * Implement running shell commands for getting passwords (#315)
  * Fix a bug when running $EDITOR on macOS 12
  * Mention default macOS config path in README
  * Update CHANGELOG with #395
  * Allow QUIT and PART with a message (#395)
- Update vendored dependencies.
- Enable desktop notification feature.
- Update to version 0.10.0+git14:
  * Fix new lints and warnings (#394)
- Automatic update of vendored dependencies.
- Automatic update of vendored dependencies.
- Update of vendored dependencies
- Automatic update of vendored dependencies
- Fix versioning format. 
- Update to version 0.10.0+git13 (mostly dependency update and some fixes):
  * Update dependencies (#386)
  * Move to 2021 edition (#385)
  * Fix clippy warnings (#383)
  * Remove alias field in `Tab`, store visible name, remove `MsgSource::visible_name`
  * Suppress some clippy warnings
  * Document ERR_NICKNAMEINUSE handling in conn handler, remove a TODO
  * Fix potential UB in `term_input::read_stdin`
  * Bump dependencies
  * Update messages in some of the tests to avoid confusion
  * Bump deps
  * Fix handling of CR, LR, tabs in IRC format parser
  * Fix a few doc warnings
  * Bump deps
- Automatic update of vendored dependencies
- Fix some build errors
- Automatic update of vendored dependencies
- Initial spec for tiny (0.10.0)

OBS-URL: https://build.opensuse.org/request/show/1281675
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiny?expand=0&rev=13
2025-06-01 19:37:14 +00:00
Soc Virnyl Estela
8c8cf5935f OBS-URL: https://build.opensuse.org/package/show/utilities/tiny?expand=0&rev=35 2025-06-01 12:59:43 +00:00
Soc Virnyl Estela
080474e296 - Update to version 0.13.0+git5.g2ee969a:
* Update dependencies
  * Added support for `ctrl_h` and `ctrl_i` in keymap config (#444)
  * Untangles the keystrokes ctrl-h and backspace (#445)
  * Auto-fix some recent lints
  * Update tiny version in Cargo.lock
- Initial spec for tiny (0.10.0)

OBS-URL: https://build.opensuse.org/package/show/utilities/tiny?expand=0&rev=34
2025-06-01 12:49:48 +00:00
0b08b9322c Accepting request 1269291 from utilities
OBS-URL: https://build.opensuse.org/request/show/1269291
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiny?expand=0&rev=12
2025-04-15 14:45:50 +00:00
9665640100 - Update to version 0.13.0+git2:
* Auto-fix some recent lints
  * Update tiny version in Cargo.lock
  * Release v0.13.0
  * Use IndexMap in byte_seq_parser macro (#438)
  * Improve handling of IRC color code (0x03) without colors afterwards (#435)
  * Fix default-features deprecation warning
- skip testing termbox examples due to compilation issues

OBS-URL: https://build.opensuse.org/package/show/utilities/tiny?expand=0&rev=32
2025-04-14 13:40:08 +00:00
Soc Virnyl Estela
7375108000 OBS-URL: https://build.opensuse.org/package/show/utilities/tiny?expand=0&rev=31 2024-10-31 11:13:19 +00:00
Soc Virnyl Estela
3121f398ad - Fix build finding dbus-1.pc by forcing CFLAGS
OBS-URL: https://build.opensuse.org/package/show/utilities/tiny?expand=0&rev=30
2024-10-31 11:05:47 +00:00
Soc Virnyl Estela
cb00360f4d - Update to version 0.12.0+git15:
* Fix rustls deprecation warning
  * Refactor termbox attribute values and make it clear that they can be manipulated w bit sets
  * Remove msg_area::Line::force_recalculation
  * Fix a warning, new lints
  * Upgrade ring to 0.17
  * Fix assigning_clones lints
  * Improve matching when highligting mentions
  * Use dbus instead of zbus for desktop notifications
  * Remove `WidgetRet::Quit` and `TUIRet::Quit`:
  * Some renaming in TUI for consistency, documentation
  * Refactor TUI event type:
  * Remove a redundant `pub`
  * Update tokio
- Use recomprizz instead of recompress in _service

OBS-URL: https://build.opensuse.org/package/show/utilities/tiny?expand=0&rev=29
2024-10-20 09:55:35 +00:00
09ba3b3b8c Accepting request 1161708 from utilities
- Update to version 0.12.0+git2:
  * Update tokio, serde, fix a new lint (1.76.0) and a warning in test
- Remove cargo_config to adopt new vendored tarball scheme.

OBS-URL: https://build.opensuse.org/request/show/1161708
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiny?expand=0&rev=11
2024-03-26 18:28:02 +00:00
Soc Virnyl Estela
bb34107992 - Update to version 0.12.0+git2:
* Update tokio, serde, fix a new lint (1.76.0) and a warning in test
- Remove cargo_config to adopt new vendored tarball scheme.

OBS-URL: https://build.opensuse.org/package/show/utilities/tiny?expand=0&rev=27
2024-03-26 10:51:23 +00:00
4d8fbd0b02 Accepting request 1136735 from utilities
OBS-URL: https://build.opensuse.org/request/show/1136735
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiny?expand=0&rev=10
2024-01-04 14:59:55 +00:00
Soc Virnyl Estela
42a2e842bf Accepting request 1135996 from home:jubalh:branches:utilities
- Update to version 0.12.0:
  New features:
  * New TUI text attributes italic and strikethrough added to the
    config file parser. These can be combined with the existing
    bold and underline attributes. (#409, #404)
  * Added support for key bindings that run commands. Example:
    key_map:
      ctrl_d:
        command: quit (#403, #410)
  Bug fixes and other improvements:
  * Default config updated with better comments, color config
    for join/part messages. (#412)
  * /join command errors now print usage help once instead of
    twice. (c512887)
  * Fix showing timestamp of the next message or activity
    after a /clear. (#417)
  * Fix a crash when the config file is deleted before
    a /reload. (3ea5678)

OBS-URL: https://build.opensuse.org/request/show/1135996
OBS-URL: https://build.opensuse.org/package/show/utilities/tiny?expand=0&rev=25
2024-01-04 09:30:28 +00:00
ba2e640f89 Accepting request 1110913 from utilities
- Fix and update vendored tarball
- Remove leftover obscpio file
- Update vendored sources.

OBS-URL: https://build.opensuse.org/request/show/1110913
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiny?expand=0&rev=9
2023-09-13 18:46:09 +00:00
Soc Virnyl Estela
72be40c307 - Fix and update generated vendored tarball.
OBS-URL: https://build.opensuse.org/package/show/utilities/tiny?expand=0&rev=23
2023-09-13 12:21:57 +00:00
Soc Virnyl Estela
5eb68e5b99 - Update vendored sources.
OBS-URL: https://build.opensuse.org/package/show/utilities/tiny?expand=0&rev=22
2023-09-05 01:32:46 +00:00
4c554cb68a Accepting request 1104912 from utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1104912
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiny?expand=0&rev=8
2023-08-21 09:45:24 +00:00
Soc Virnyl Estela
af08b4b025 Replace obsoleted disabled option with manual
OBS-URL: https://build.opensuse.org/package/show/utilities/tiny?expand=0&rev=20
2023-08-13 14:07:56 +00:00
6677dfb457 Accepting request 1102474 from utilities
- Update to version 0.11.0+git7:
  * Bug fixes and refactoring in key map implementation:
  * Update CHANGELOG, initial config
  * Rename 'run_command' key action to just 'command'
  * Support tiny commands in keymap config (#410)
  * Support italic and strikethrough attribute (#404) (#409)
  * Fix tab config test with desktop-notifications feature (#408)
  * Update deps, reword and format initial config, fix new lints
  * Update changelog
  * Update dependencies (#405)
  * Config to set /ignore and /notify (#344)
  * CHANGELOG: Add #403
  * Implement bold, italic, underline, strikethrough rendering
  * Added support for SASL EXTERNAL  (#363)
  * Fix a few lints introduced with rustc 1.66.0
  * CHANGELOG: Remove trailing ws, formatting
  * Implement running shell commands for getting passwords (#315)
  * Fix a bug when running $EDITOR on macOS 12
  * Mention default macOS config path in README
  * Update CHANGELOG with #395
  * Allow QUIT and PART with a message (#395)

OBS-URL: https://build.opensuse.org/request/show/1102474
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiny?expand=0&rev=7
2023-08-06 14:29:37 +00:00
Soc Virnyl Estela
0f02bcb3ed OBS-URL: https://build.opensuse.org/package/show/utilities/tiny?expand=0&rev=18 2023-08-05 12:57:06 +00:00
Soc Virnyl Estela
99b5b959c4 - Update to version 0.11.0+git7:
* Bug fixes and refactoring in key map implementation:
  * Update CHANGELOG, initial config
  * Rename 'run_command' key action to just 'command'
  * Support tiny commands in keymap config (#410)
  * Support italic and strikethrough attribute (#404) (#409)
  * Fix tab config test with desktop-notifications feature (#408)
  * Update deps, reword and format initial config, fix new lints
  * Update changelog
  * Update dependencies (#405)
  * Config to set /ignore and /notify (#344)
  * CHANGELOG: Add #403
  * Implement bold, italic, underline, strikethrough rendering
  * Added support for SASL EXTERNAL  (#363)
  * Fix a few lints introduced with rustc 1.66.0
  * CHANGELOG: Remove trailing ws, formatting
  * Implement running shell commands for getting passwords (#315)
  * Fix a bug when running $EDITOR on macOS 12
  * Mention default macOS config path in README
  * Update CHANGELOG with #395
  * Allow QUIT and PART with a message (#395)

OBS-URL: https://build.opensuse.org/package/show/utilities/tiny?expand=0&rev=17
2023-08-05 12:52:09 +00:00
ca375ca5aa Accepting request 1090538 from utilities
- Update vendored dependencies.
- Enable desktop notification feature.

OBS-URL: https://build.opensuse.org/request/show/1090538
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiny?expand=0&rev=6
2023-06-03 22:12:40 +00:00
Soc Virnyl Estela
eeef47f8c3 - Update vendored dependencies.
- Enable desktop notification feature.

OBS-URL: https://build.opensuse.org/package/show/utilities/tiny?expand=0&rev=15
2023-06-02 15:15:57 +00:00
5498422533 Accepting request 1042517 from utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1042517
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiny?expand=0&rev=5
2022-12-13 17:55:58 +00:00
Soc Virnyl Estela
26a15157ad OBS-URL: https://build.opensuse.org/package/show/utilities/tiny?expand=0&rev=13 2022-12-05 23:32:09 +00:00
Soc Virnyl Estela
24faf27b67 - Update to version 0.10.0+git14:
* Fix new lints and warnings (#394)
- Automatic update of vendored dependencies.

OBS-URL: https://build.opensuse.org/package/show/utilities/tiny?expand=0&rev=12
2022-12-05 22:42:58 +00:00
888598b731 Accepting request 1001270 from utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1001270
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiny?expand=0&rev=4
2022-09-05 19:22:21 +00:00
Soc Virnyl Estela
d8dd3bff58 - Update of vendored dependencies
OBS-URL: https://build.opensuse.org/package/show/utilities/tiny?expand=0&rev=10
2022-08-29 12:49:25 +00:00
b8bcbd42c7 Accepting request 983823 from utilities
OBS-URL: https://build.opensuse.org/request/show/983823
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiny?expand=0&rev=3
2022-06-20 13:38:13 +00:00
Soc Virnyl Estela
391ddfc778 Accepting request 983816 from home:firstyear:branches:utilities
Automatic update of vendored dependencies

OBS-URL: https://build.opensuse.org/request/show/983816
OBS-URL: https://build.opensuse.org/package/show/utilities/tiny?expand=0&rev=8
2022-06-20 05:16:41 +00:00
83a1ba1419 Accepting request 980228 from utilities
OBS-URL: https://build.opensuse.org/request/show/980228
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiny?expand=0&rev=2
2022-06-01 15:35:00 +00:00
Soc Virnyl Estela
32fdb9282a Accepting request 980227 from home:uncomfyhalomacro:branches:utilities
- Fix versioning format. 
- Update to version 0.10.0+git13 (mostly dependency update and some fixes):
  * Update dependencies (#386)
  * Move to 2021 edition (#385)
  * Fix clippy warnings (#383)
  * Remove alias field in `Tab`, store visible name, remove `MsgSource::visible_name`
  * Suppress some clippy warnings
  * Document ERR_NICKNAMEINUSE handling in conn handler, remove a TODO
  * Fix potential UB in `term_input::read_stdin`
  * Bump dependencies
  * Update messages in some of the tests to avoid confusion
  * Bump deps
  * Fix handling of CR, LR, tabs in IRC format parser
  * Fix a few doc warnings
  * Bump deps
- Automatic update of vendored dependencies
- Fix some build errors
- Automatic update of vendored dependencies
- Initial spec for tiny (0.10.0)

OBS-URL: https://build.opensuse.org/request/show/980227
OBS-URL: https://build.opensuse.org/package/show/utilities/tiny?expand=0&rev=6
2022-06-01 06:14:35 +00:00
Soc Virnyl Estela
cb6e16c5ab Accepting request 980195 from home:uncomfyhalomacro:branches:utilities
- Update to version 0.10.0~13 (mostly dependency update and some fixes):
  * Update dependencies (#386)
  * Move to 2021 edition (#385)
  * Fix clippy warnings (#383)
  * Remove alias field in `Tab`, store visible name, remove `MsgSource::visible_name`
  * Suppress some clippy warnings
  * Document ERR_NICKNAMEINUSE handling in conn handler, remove a TODO
  * Fix potential UB in `term_input::read_stdin`
  * Bump dependencies
  * Update messages in some of the tests to avoid confusion
  * Bump deps
  * Fix handling of CR, LR, tabs in IRC format parser
  * Fix a few doc warnings
  * Bump deps
- Automatic update of vendored dependencies
- Fix some build errors

OBS-URL: https://build.opensuse.org/request/show/980195
OBS-URL: https://build.opensuse.org/package/show/utilities/tiny?expand=0&rev=5
2022-06-01 00:52:52 +00:00
Soc Virnyl Estela
c007ec23cf OBS-URL: https://build.opensuse.org/package/show/utilities/tiny?expand=0&rev=4 2022-05-26 11:41:26 +00:00
Soc Virnyl Estela
02fceff270 Accepting request 978848 from home:firstyear:branches:utilities
Automatic update of vendored dependencies

OBS-URL: https://build.opensuse.org/request/show/978848
OBS-URL: https://build.opensuse.org/package/show/utilities/tiny?expand=0&rev=3
2022-05-24 07:06:28 +00:00
0554193da8 Accepting request 975492 from utilities
I want to maintain tiny in openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/975492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiny?expand=0&rev=1
2022-05-07 21:54:20 +00:00
6898c6296d Accepting request 963227 from home:uncomfyhalomacro
I want to maintain this package in utilities.

OBS-URL: https://build.opensuse.org/request/show/963227
OBS-URL: https://build.opensuse.org/package/show/utilities/tiny?expand=0&rev=1
2022-03-21 08:28:04 +00:00