Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-15 | Fix mypy errors, add type annotations | mathieui | |
2018-08-15 | logger: Simplify history loading, fixes mypy errors. | Emmanuel Gil Peyrot | |
2018-08-15 | Make pylint happy on plugins | mathieui | |
It does not like dynamically defined attributes, unsurprisingly | |||
2018-08-15 | yapf -rip on plugins | mathieui | |
2018-08-14 | Next version is 0.13 | mathieui | |
2018-08-13 | Release poezio 0.12v0.12 | mathieui | |
2018-08-13 | Enable the vertical tabs by default | Emmanuel Gil Peyrot | |
It looks *modern*! | |||
2018-08-13 | Update the required Python version in the docs | Emmanuel Gil Peyrot | |
2018-08-13 | Update the supported Python versions | Emmanuel Gil Peyrot | |
2018-08-13 | Add myself as a maintainer | Emmanuel Gil Peyrot | |
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-12 | Update the OTR plugin | mathieui | |
make it more restrictive and give some hints | |||
2018-08-11 | CI: fix pylint for python 3.7 | mathieui | |
2018-08-11 | Tests: make dummy tabs still inherit tabs.Tab | mathieui | |
2018-08-11 | Update documentation (fix #3410) | mathieui | |
2018-08-11 | Fix #3424 (fix receipts) | mathieui | |
2018-08-11 | Update travis CI | mathieui | |
2018-08-09 | Do not install requirements.txt in the CI job | mathieui | |
it builds cython which takes way too much time | |||
2018-08-09 | Remove some more things linked with the gpg plugin | mathieui | |
2018-08-09 | Add a pylint check on plugins | mathieui | |
2018-08-09 | yapf -rip | mathieui | |
2018-08-09 | Fix some absolute imports | mathieui | |
2018-08-09 | Fix the OTR plugin | mathieui | |
2018-08-09 | Remove the GPG plugin | mathieui | |
It’s broken and nobody is using it as far as I know. | |||
2018-08-08 | Merge branch 'muc-333' into 'master' | mathieui | |
Change the leave message on 333 MUC status See merge request poezio/poezio!8 | |||
2018-08-08 | timed_events, plugin: Remove some DeprecationWarning on invalid escapes in ↵ | Emmanuel Gil Peyrot | |
docstrings. | |||
2018-08-08 | Change the leave message on 333 MUC status | Maxime “pep” Buquet | |
Following the discussion in https://prosody.im/issues/939, and in the prosody@ room, this patch reflects the fact that the 333 status is not a normal leave, and displays the following if it is included: > "badger has left the room due to an error (reason)" Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-08-08 | Merge branch 'muc-333' into 'master' | mathieui | |
Display MUC status 333 as a leave even if 307 is included See merge request poezio/poezio!7 | |||
2018-08-07 | Display MUC status 333 as a leave even if 307 is included | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-08-07 | Fix the python-otr egg fragment | mathieui | |
2018-08-05 | Merge branch 'fix-my-name' into 'master' | louiz’ | |
README.rst: Fix my name See merge request poezio/poezio!6 | |||
2018-08-05 | README.rst: Fix my name | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-08-01 | Fix some leftover issues with tab handling | mathieui | |
2018-07-28 | CHANGELOG: Add a summary of what happened since 0.11. | Emmanuel Gil Peyrot | |
2018-07-28 | requirements-plugins: Add pygments for code plugin. | Emmanuel Gil Peyrot | |
2018-07-28 | requirements-plugins: Add aiohttp for upload plugin. | Emmanuel Gil Peyrot | |
2018-07-28 | doc: Mark 0066 as partly supported thanks to embed plugin. | Emmanuel Gil Peyrot | |
2018-07-28 | basetabs: Remove remote_wants_chatstates stubs. | Emmanuel Gil Peyrot | |
2018-07-28 | plugins: Switch exec and upload to async/await. | Emmanuel Gil Peyrot | |
2018-07-27 | Fix RGB parsing in colors.py | mathieui | |
Thanks nand for noticing | |||
2018-07-23 | update.sh: Check for Python 3.5+ instead of 3.4+. | Emmanuel Gil Peyrot | |
2018-07-23 | More typing | mathieui | |
2018-07-23 | Make KeyDict still inherit from dict | mathieui | |
2018-07-23 | Light refactoring + typing | mathieui | |
2018-07-23 | Fix "go_to_previous_tab" and remove the usage of Command.win to move internally | mathieui | |
2018-07-23 | Use the event handler to refresh when the tab changes | mathieui | |