summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2021-04-11feature: add a mam_sync optionmathieui
2021-02-17muc: remove non-deterministic nick colorsmathieui
2021-02-09Remove activity/mood/gaming/tune from poezio coremathieui
rationale: probably 0.1% of poezio users have ever used the commands, and a very small number of users are using the PEP events like that. It is better to unclutter the poezio source and add it as a plugin, with less tight coupling.
2021-01-29Remove force_remote_bookmarks optionmathieui
It is 2021, servers ought to not be broken that much.
2021-01-02Use schema.org properties for documentation, logo and screenshot.Emmanuel Gil Peyrot
This basically reverts 71eba168e48ba3b770cf5799dc08d6803d280735.
2021-01-01Add documentation, logo and screenshot to DOAP file.Emmanuel Gil Peyrot
I’m done waiting for upstream for that feature, I’ve now imported these properties to https://linkmauve.fr/ns/xmpp-doap.rdf#
2020-12-26Update most references to dev.louiz.org to lab.louiz.org.Emmanuel Gil Peyrot
Redmine is dead.
2020-05-31Update version to 0.13.1v0.13.1mathieui
And remove some annoying logic
2020-05-31manpage: update room address to be an URImathieui
2020-05-31Update poezio.1 manpagemathieui
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