Commit graph

224 commits

Author SHA1 Message Date
mathieui
d8785ae0bd Update version to 0.13.1
And remove some annoying logic
2020-05-31 17:50:19 +02:00
mathieui
887ab27920 manpage: update room address to be an URI 2020-05-31 17:39:05 +02:00
mathieui
9d70054ffb Update poezio.1 manpage 2020-05-31 17:25:44 +02:00
mathieui
314bea4471 Merge branch 'thanks-armael' into 'master'
Add Armael’s theme

See merge request poezio/poezio!119
2020-05-25 21:52:06 +02:00
Emmanuel Gil Peyrot
236035afd4 Add missing releases, and stupid content_rating to please flathub. 2020-05-25 19:09:44 +02:00
Emmanuel Gil Peyrot
22bba8c0c9 Improve the appstream metadata
This will hopefully allow poezio to appear on
https://flathub.org/apps/details/io.poez.Poezio once published.
2020-05-25 18:58:06 +02:00
Emmanuel Gil Peyrot
0a54bdf492 Add Armael’s theme. 2020-05-24 22:31:27 +02:00
mathieui
420c8c6e39 Update version to 0.13 2020-05-24 17:03:43 +02:00
Emmanuel Gil Peyrot
3d91223066 Rename bookmark_on_join to synchronise_open_rooms
Also add some more documentation about it.
2020-05-24 16:21:14 +02:00
2840f3de96 DOAP: Add support for 157, 363, 384
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-24 16:00:19 +02:00
2f59343282 DOAP: Update repo location
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-24 16:00:19 +02:00
0dd9367fdc DOAP: add pep. as maintainer
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-24 16:00:19 +02:00
Jonas Schäfer
a15e52dc39 Add option to show only the unique prefix of tab names
When the set of tabs used fluctuate, the memory of which number
belongs to which chat becomes difficult to work with. Non-numbers
can be used to navigate tabs with `/win`, however, it is difficult
to know which letters are required to select a certain tab.

This option introduces a display mode for tab names where only the
unique prefix of the tab name is shown, saving space and providing
with a minimal string which can be used with `/win`.
2020-05-12 22:26:51 +02:00
6efd7561dd
doap: update LMC version
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-04-05 03:13:53 +02:00
fiaxh
6ac7891bb5 Add poezio logo as SVG 2020-02-03 16:34:28 +01:00
Emmanuel Gil Peyrot
4fa30ca764 data/doap.xml: mention MAM support, since !36 2019-09-22 23:13:33 +02:00
Emmanuel Gil Peyrot
df287adfbe data/doap.xml: mention avatar support 2019-09-22 23:13:12 +02:00
Emmanuel Gil Peyrot
31c605528c data/doap.xml: update to the latest schema. 2019-09-19 13:28:44 +02:00
Emmanuel Gil Peyrot
2514a21f13 Add a DOAP file. 2019-07-19 13:56:37 +02:00
fa2f6a62ed
Update urls to point to lab.louiz.org
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-02-14 15:19:11 +00:00
mathieui
1524245dd0
Do not add our directory to the path
it’s bad practice and can create issues
2018-08-22 23:32:56 +02:00
Emmanuel Gil Peyrot
400a8e01a3 Add 0.12 to the appdata releases. 2018-08-17 11:29:08 +01:00
Emmanuel Gil Peyrot
f7c5447e0d Add a .desktop file. 2018-08-17 11:20:48 +01:00
Emmanuel Gil Peyrot
fe7d68cad1 Enable the vertical tabs by default
It looks *modern*!
2018-08-13 22:50:36 +02:00
Emmanuel Gil Peyrot
661fab8df0 Switch the default use_log value to true
Since this is a privacy sensitive action, a short message is now
displayed on first run.
2018-08-13 22:04:42 +02:00
mathieui
40fc9246e5
Revert "Set enable_avatars to false until the colors issue is fixed"
This reverts commit bde9b31184.
2018-08-13 21:39:08 +02:00
Emmanuel Gil Peyrot
40c06e60c9 Fix a typo in the AppData file. 2018-08-13 21:39:09 +02:00
Emmanuel Gil Peyrot
b651312ae6 Add an AppData file
This will be used by some package managers to display information about
poezio.
2018-08-13 21:29:01 +02:00
Emmanuel Gil Peyrot
ce6fc101bc Add a Flatpak manifest
Use `flatpak-builder build-dir io.poez.Poezio.json` to build it in
build-dir, and `flatpak-builder --run build-dir io.poez.Poezio.json
poezio` to test it.

Note that poezio will still be downloaded from its repository, rather
than built from the local clone.
2018-08-13 18:54:49 +02:00
mathieui
adbe62a057
Remove some more things linked with the gpg plugin 2018-08-09 00:59:44 +02:00
Emmanuel Gil Peyrot
fbe376b6db Reintroduce the concept of resource, but named device_id and generated. 2018-06-28 15:09:02 +02:00
Emmanuel Gil Peyrot
db17f6516c Fix typography in the default config. 2018-01-25 21:31:12 +01:00
Emmanuel Gil Peyrot
5feb718706 Use full-blocks by default for images.
This prevents bugs in some terminals.
2018-01-25 14:50:35 +01:00
mathieui
dd33ce58dc
Set bookmark_on_join default value to false
too many pitfalls
2017-12-20 19:04:48 +01:00
Emmanuel Gil Peyrot
068aa591e3 config: Switch the default for show_muc_jid from True to False. 2017-11-24 03:07:17 +00:00
Emmanuel Gil Peyrot
b705aba4e2 Add an autojoined bookmark on /join. 2017-11-23 17:55:54 +00:00
Emmanuel Gil Peyrot
256119a574 Add an option to disable CSS parsing.
Fixes #3340.
2017-10-14 18:26:58 +01:00
mathieui
bde9b31184 Set enable_avatars to false until the colors issue is fixed 2017-10-11 00:14:45 +02:00
mathieui
3b5ea1a961 Fix #3322 (send a beep when we get disconnected) 2017-10-09 01:06:53 +02:00
Emmanuel Gil Peyrot
554ff650bf Display contact avatar in the roster.
Implements XEP-0084 and XEP-0153.
2017-10-07 18:11:33 +01:00
Jonas Wielicki
ae45666ff9 irssi theme: disable yellow and bright nick colours
This helps with distinguishing highlights and normal messages.
2017-08-31 00:47:19 +02:00
Jonas Wielicki
c6318db8c1 start work on an irssi-like theme 2017-08-31 00:47:04 +02:00
mathieui
474966c5f7 Merge branch 'popup_filters' of https://github.com/LukeMarlin/poezio 2016-11-06 18:54:45 +01:00
Luke Marlin
62a04803f0 Made doc more clear on how to configure information_popup_type_filter 2016-11-06 17:42:25 +01:00
Emmanuel Gil Peyrot
e9583bd0b7 Optimise all PNG images with optipng -o8. 2016-11-01 02:40:10 +00:00
Tanguy Ortolo
884aae28a2 Add DocBook source of the script manpages 2016-10-28 17:57:38 +02:00
Tanguy Ortolo
ebb2883297 Add manpages for the utility scripts 2016-10-28 17:57:28 +02:00
mathieui
2d64940e6c Fix #3249 (typo in manpage) 2016-10-28 17:57:13 +02:00
mathieui
d529b13729 Fix typo 2016-10-23 21:15:12 +02:00
Luke Marlin
3c894ea558 Added information_popup_type_filter that allow to
filter an entire type of messages such as 'roster'
'error' 'information' or 'debug'
2016-10-23 16:25:44 +02:00