summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2020-05-25Merge branch 'thanks-armael' into 'master'mathieui
Add Armael’s theme See merge request poezio/poezio!119
2020-05-25Add missing releases, and stupid content_rating to please flathub.Emmanuel Gil Peyrot
2020-05-25Improve the appstream metadataEmmanuel Gil Peyrot
This will hopefully allow poezio to appear on https://flathub.org/apps/details/io.poez.Poezio once published.
2020-05-24Add Armael’s theme.Emmanuel Gil Peyrot
2020-05-24Update version to 0.13v0.13mathieui
2020-05-24Rename bookmark_on_join to synchronise_open_roomsEmmanuel Gil Peyrot
Also add some more documentation about it.
2020-05-24DOAP: Add support for 157, 363, 384Maxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-24DOAP: Update repo locationMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-24DOAP: add pep. as maintainerMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-12Add option to show only the unique prefix of tab namesJonas Schäfer
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-04-05doap: update LMC versionMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-02-03Add poezio logo as SVGfiaxh
2019-09-22data/doap.xml: mention MAM support, since !36Emmanuel Gil Peyrot
2019-09-22data/doap.xml: mention avatar supportEmmanuel Gil Peyrot
2019-09-19data/doap.xml: update to the latest schema.Emmanuel Gil Peyrot
2019-07-19Add a DOAP file.Emmanuel Gil Peyrot
2019-02-14Update urls to point to lab.louiz.orgMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-08-22Do not add our directory to the pathmathieui
it’s bad practice and can create issues
2018-08-17Add 0.12 to the appdata releases.Emmanuel Gil Peyrot
2018-08-17Add a .desktop file.Emmanuel Gil Peyrot
2018-08-13Enable the vertical tabs by defaultEmmanuel Gil Peyrot
It looks *modern*!
2018-08-13Switch the default use_log value to trueEmmanuel Gil Peyrot
Since this is a privacy sensitive action, a short message is now displayed on first run.
2018-08-13Revert "Set enable_avatars to false until the colors issue is fixed"mathieui
This reverts commit bde9b31184de3138e649a662843b459fe3c3782a.
2018-08-13Fix a typo in the AppData file.Emmanuel Gil Peyrot
2018-08-13Add an AppData fileEmmanuel Gil Peyrot
This will be used by some package managers to display information about poezio.
2018-08-13Add a Flatpak manifestEmmanuel Gil Peyrot
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-09Remove some more things linked with the gpg pluginmathieui
2018-06-28Reintroduce the concept of resource, but named device_id and generated.Emmanuel Gil Peyrot
2018-01-25Fix typography in the default config.Emmanuel Gil Peyrot
2018-01-25Use full-blocks by default for images.Emmanuel Gil Peyrot
This prevents bugs in some terminals.
2017-12-20Set bookmark_on_join default value to falsemathieui
too many pitfalls
2017-11-24config: Switch the default for show_muc_jid from True to False.Emmanuel Gil Peyrot
2017-11-23Add an autojoined bookmark on /join.Emmanuel Gil Peyrot
2017-10-14Add an option to disable CSS parsing.Emmanuel Gil Peyrot
Fixes #3340.
2017-10-11Set enable_avatars to false until the colors issue is fixedmathieui
2017-10-09Fix #3322 (send a beep when we get disconnected)mathieui
2017-10-07Display contact avatar in the roster.Emmanuel Gil Peyrot
Implements XEP-0084 and XEP-0153.
2017-08-31irssi theme: disable yellow and bright nick coloursJonas Wielicki
This helps with distinguishing highlights and normal messages.
2017-08-31start work on an irssi-like themeJonas Wielicki
2016-11-06Merge branch 'popup_filters' of https://github.com/LukeMarlin/poeziomathieui
2016-11-06Made doc more clear on how to configure information_popup_type_filterLuke Marlin
2016-11-01Optimise all PNG images with `optipng -o8`.Emmanuel Gil Peyrot
2016-10-28Add DocBook source of the script manpagesTanguy Ortolo
2016-10-28Add manpages for the utility scriptsTanguy Ortolo
2016-10-28Fix #3249 (typo in manpage)mathieui
2016-10-23Fix typomathieui
2016-10-23Added information_popup_type_filter that allow toLuke Marlin
filter an entire type of messages such as 'roster' 'error' 'information' or 'debug'
2016-10-09Remove the resource option from the configuration.Emmanuel Gil Peyrot
It’s considered bad practice nowadays to force a specific resource, it can lead to presence leaks or reconnection loops so should be avoided. Moreover this was already possible in the jid option, by setting it to user@domain/resource, setting it would append it a second time in that case.
2016-10-04Rename "roster" to "contact list"mathieui
2016-10-04Replace "MUC" by "chatroom" in the documentationmathieui
And fix some linewrapping, obsolete references to poezio.eu, and obsolete docs.