summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
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.
2016-06-12Increase ping timeout delays (now that the ping actually works)mathieui
2016-06-12Disable smacks by defaultmathieui
2016-06-05Comment most options by default in the config filemathieui
It’s a bit late for that, but we have to do this in order to ensure new setting values will be used after an update if the user didn’t willingly change them.
2016-06-05Set "show_useless_separator" to true by defaultmathieui
For consistency
2016-06-05Enable message carbons by defaultmathieui
2016-03-09Update a few url to use https, or even a few old poezio.eu referenceslouiz’
2015-10-05Get rid of the muc_history_length optionmathieui
It hasn’t worked for more than two years and no one complained. Furthermore, poezio tries to be smart and request messages based on previous activity, and not raw numbers.
2015-09-30Fix the plugins_dir documentationmathieui
2015-08-16Add an 'eval_password' optionmathieui
to read the password from a secrets store
2015-08-03Beginning, not beginingFlorent Le Coz
2015-06-18Add a show_jid_in_conversations optionmathieui
To hide or show the JID of the contact in conversation tabs.
2015-05-21Document the vertical_tab_list_size option bettermathieui
say it’s for horizontal size