Michael Vetter
|
798edce22a
|
chore: Move to SPDX license header
|
2026-03-09 12:55:37 +01:00 |
|
Michael Vetter
|
f1acf702a9
|
chore: Update copyright year
|
2026-02-20 16:13:31 +01:00 |
|
Steffen Jaeckel
|
2fb56b8536
|
Fix some more untyped APIs
Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
|
2025-11-18 12:16:29 +01:00 |
|
Michael
|
a704887f14
|
Add types to function prototypes
Build fail under macOS, Clang 16.0.0.
Add parameters to the following prototypes
- bookmark_ignore_on_connect()
- cons_show_qrcode()
|
2025-09-13 12:36:05 +01:00 |
|
Michael Vetter
|
07dfeec816
|
Release 0.15.0
|
2025-03-27 20:06:38 +01:00 |
|
Michael Vetter
|
569e37f018
|
Update copyright to 2024
|
2024-01-22 16:03:48 +01:00 |
|
Michael Vetter
|
3adc399da0
|
Update copyright year
|
2023-01-10 10:37:25 +01:00 |
|
Michael Vetter
|
1330ad4e1e
|
Update copyright year
|
2022-05-09 15:43:33 +02:00 |
|
Michael Vetter
|
a2726b6a7d
|
Apply coding style
|
2020-07-07 14:18:57 +02:00 |
|
Michael Vetter
|
a4cadf78fa
|
Revert "Apply coding style"
This reverts commit 9b55f2dec0.
Sorting the includes creates some problems.
|
2020-07-07 13:53:30 +02:00 |
|
Michael Vetter
|
9b55f2dec0
|
Apply coding style
Regards https://github.com/profanity-im/profanity/issues/1396
|
2020-07-07 09:43:28 +02:00 |
|
Michael Vetter
|
be4a6cac78
|
Add bookmark ignore add|remove
Regards https://github.com/profanity-im/profanity/issues/1115
|
2020-05-24 17:55:15 +02:00 |
|
Michael Vetter
|
f121554088
|
List ignored bookmarks
`/bookmarl ignore` lists the ignored bookmarks.
Regards https://github.com/profanity-im/profanity/issues/1115
|
2020-05-24 17:55:08 +02:00 |
|
Michael Vetter
|
242ffbcf70
|
Add bookmark ignore functionality for multiple accounts
```
cat ~/.local/share/profanity/bookmark_ignore
[jubalh@iodoru.org]
profanity@rooms.dismail.de=true
[testuser@domain.org]
testr@rooms.domain.org=true
```
Regards https://github.com/profanity-im/profanity/issues/1115
|
2020-05-24 13:31:24 +02:00 |
|
Michael Vetter
|
d03c953d4a
|
PoC for bookmark ignore
```
~/.local/share/profanity % cat bookmark_ignore
[ignore]
profanity@rooms.dismail.de=
```
Regards https://github.com/profanity-im/profanity/issues/1115
|
2020-05-24 12:55:43 +02:00 |
|