Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-19 | Add a DOAP file. | Emmanuel Gil Peyrot | |
2019-02-14 | Update urls to point to lab.louiz.org | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-08-22 | Do not add our directory to the path | mathieui | |
it’s bad practice and can create issues | |||
2018-08-17 | Add 0.12 to the appdata releases. | Emmanuel Gil Peyrot | |
2018-08-17 | Add a .desktop file. | Emmanuel Gil Peyrot | |
2018-08-13 | Enable the vertical tabs by default | Emmanuel Gil Peyrot | |
It looks *modern*! | |||
2018-08-13 | Switch the default use_log value to true | Emmanuel Gil Peyrot | |
Since this is a privacy sensitive action, a short message is now displayed on first run. | |||
2018-08-13 | Revert "Set enable_avatars to false until the colors issue is fixed" | mathieui | |
This reverts commit bde9b31184de3138e649a662843b459fe3c3782a. | |||
2018-08-13 | Fix a typo in the AppData file. | Emmanuel Gil Peyrot | |
2018-08-13 | Add an AppData file | Emmanuel Gil Peyrot | |
This will be used by some package managers to display information about poezio. | |||
2018-08-13 | Add a Flatpak manifest | Emmanuel 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-09 | Remove some more things linked with the gpg plugin | mathieui | |
2018-06-28 | Reintroduce the concept of resource, but named device_id and generated. | Emmanuel Gil Peyrot | |
2018-01-25 | Fix typography in the default config. | Emmanuel Gil Peyrot | |
2018-01-25 | Use full-blocks by default for images. | Emmanuel Gil Peyrot | |
This prevents bugs in some terminals. | |||
2017-12-20 | Set bookmark_on_join default value to false | mathieui | |
too many pitfalls | |||
2017-11-24 | config: Switch the default for show_muc_jid from True to False. | Emmanuel Gil Peyrot | |
2017-11-23 | Add an autojoined bookmark on /join. | Emmanuel Gil Peyrot | |
2017-10-14 | Add an option to disable CSS parsing. | Emmanuel Gil Peyrot | |
Fixes #3340. | |||
2017-10-11 | Set enable_avatars to false until the colors issue is fixed | mathieui | |
2017-10-09 | Fix #3322 (send a beep when we get disconnected) | mathieui | |
2017-10-07 | Display contact avatar in the roster. | Emmanuel Gil Peyrot | |
Implements XEP-0084 and XEP-0153. | |||
2017-08-31 | irssi theme: disable yellow and bright nick colours | Jonas Wielicki | |
This helps with distinguishing highlights and normal messages. | |||
2017-08-31 | start work on an irssi-like theme | Jonas Wielicki | |
2016-11-06 | Merge branch 'popup_filters' of https://github.com/LukeMarlin/poezio | mathieui | |
2016-11-06 | Made doc more clear on how to configure information_popup_type_filter | Luke Marlin | |
2016-11-01 | Optimise all PNG images with `optipng -o8`. | Emmanuel Gil Peyrot | |
2016-10-28 | Add DocBook source of the script manpages | Tanguy Ortolo | |
2016-10-28 | Add manpages for the utility scripts | Tanguy Ortolo | |
2016-10-28 | Fix #3249 (typo in manpage) | mathieui | |
2016-10-23 | Fix typo | mathieui | |
2016-10-23 | Added information_popup_type_filter that allow to | Luke Marlin | |
filter an entire type of messages such as 'roster' 'error' 'information' or 'debug' | |||
2016-10-09 | Remove 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-04 | Rename "roster" to "contact list" | mathieui | |
2016-10-04 | Replace "MUC" by "chatroom" in the documentation | mathieui | |
And fix some linewrapping, obsolete references to poezio.eu, and obsolete docs. | |||
2016-06-12 | Increase ping timeout delays (now that the ping actually works) | mathieui | |
2016-06-12 | Disable smacks by default | mathieui | |
2016-06-05 | Comment most options by default in the config file | mathieui | |
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-05 | Set "show_useless_separator" to true by default | mathieui | |
For consistency | |||
2016-06-05 | Enable message carbons by default | mathieui | |
2016-03-09 | Update a few url to use https, or even a few old poezio.eu references | louiz’ | |
2015-10-05 | Get rid of the muc_history_length option | mathieui | |
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-30 | Fix the plugins_dir documentation | mathieui | |
2015-08-16 | Add an 'eval_password' option | mathieui | |
to read the password from a secrets store | |||
2015-08-03 | Beginning, not begining | Florent Le Coz | |
2015-06-18 | Add a show_jid_in_conversations option | mathieui | |
To hide or show the JID of the contact in conversation tabs. | |||
2015-05-21 | Document the vertical_tab_list_size option better | mathieui | |
say it’s for horizontal size | |||
2015-02-21 | Add missing options to default_config.cfg and fix some values | mathieui | |
2015-02-21 | Add a force_remote_bookmarks option | mathieui | |
2014-12-24 | Add nick_color_aliases (default: true), to look for color of aliases | Célestin Matte | |