Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-16 | ConversationInfoWin: Use similar pattern as MucInfoWin to loop through plugins | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-12-15 | Merge branch 'muc-info-win-additional-info' into 'master' | Maxime Buquet | |
Allow additional information elements in MucInfoWin same as ConversationInfoWin See merge request poezio/poezio!17 | |||
2018-12-15 | Use additional info's value directly in MucInfoWin and ConversationInfoWin | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-12-15 | Allow additional information elements in MucInfoWin same as ConversationInfoWin | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-12-15 | I give up | mathieui | |
on getting Link Mauve to ever run tests | |||
2018-11-14 | Also switch the potr plugin to https:// | Emmanuel Gil Peyrot | |
2018-11-14 | Update the slixmpp git URI to point to GitLab | Emmanuel Gil Peyrot | |
This also changes from git:// to https:// because many networks like to block non-standard (read non-HTTP) ports, especially in companies or universities. | |||
2018-10-27 | Add missing height and width attributes to FormWin | Emmanuel Gil Peyrot | |
Fixes a regression introduced in cce1a4090a832a6fd2b7be4c610e469efb480b15 when displaying data forms. | |||
2018-10-24 | Add __slots__ in most of the poezio.windows classes, to be more explicit ↵ | Emmanuel Gil Peyrot | |
about their data. | |||
2018-10-18 | logger: Look up the correct start position, not two bytes before. | Emmanuel Gil Peyrot | |
2018-10-18 | logger: Prefix private functions with an underscore. | Emmanuel Gil Peyrot | |
2018-10-18 | Fix truncate_nick()’s types to include None. | Emmanuel Gil Peyrot | |
It is relied on in quite a few places which don’t check for None before calling it on messages which have no nick. | |||
2018-10-18 | Remove the formatting-check ci build until we decide what we should do with it | louiz’ | |
If we ignore it, it’s just noise. We need to decide: - fix the code to be like yapf wants to be (I’m against this) - change the rules, to make them way more flexible, and then apply them - don’t run yapf at all | |||
2018-10-18 | MUC fix for bad servers (#3430) | mathieui | |
tentative fix | |||
2018-10-15 | JID.bare is always a str | Jonas Schäfer | |
2018-10-15 | XEP-0392/CCG: prefer JID over nickname | Jonas Schäfer | |
2018-10-15 | from __future__ import xep_0392.v0_5 | Jonas Schäfer | |
Ahem. Thes updates poezio to use the HSLuv colour space to generate colours according to XEP-0392. This will become the standard in XEP-0392 v0.5. | |||
2018-10-15 | Fix core import in main | mathieui | |
2018-10-13 | Build doc inside the venv with the deps | mathieui | |
2018-10-13 | Fix build warnings in the doc | mathieui | |
2018-10-13 | Remove implicit import of Core modules leading to circular imports | mathieui | |
Which did not break if we imported modules in a certain order… | |||
2018-10-13 | Merge branch 'upload-error' into 'master' | mathieui | |
upload: add user friendly error when upload service not found See merge request poezio/poezio!12 | |||
2018-10-13 | upload: add user friendly error when upload service not found | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-10-13 | Reference the documentation for the upload plugin | mathieui | |
2018-10-12 | add documentation refs for the contact plugin | mathieui | |
2018-10-12 | contact plugin (XEP-0157), in memoriam Bunneh | Georg Lukas | |
2018-10-07 | Don’t pin the cython version | mathieui | |
2018-09-30 | XEP-0231: Extract cids from XHTML-IM. | Emmanuel Gil Peyrot | |
2018-09-29 | Print the error given by the server when /bookmark fails. | Emmanuel Gil Peyrot | |
2018-09-25 | Cache highlighting regex in a lru. | Emmanuel Gil Peyrot | |
This makes it way faster than having to create it all the time. | |||
2018-09-25 | Improve highlighing regex to deal with fancy nicknames | Jonas Schäfer | |
Nicknames which do not end and start on a word boundary or contain regex metacharacters broke with the previous approach. Fixes #3433. | |||
2018-09-25 | Split highlight logic and UI changes | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-09-17 | Disable the pylint CI test until upstream's bug is fixed | louiz’ | |
See https://github.com/PyCQA/pylint/issues/2439 | |||
2018-09-11 | Fix compatibility with python 3.5.2 | mathieui | |
We don’t lose anything, mypy will add these Optionals by itself since it can see the = None. | |||
2018-09-10 | Merge branch 'tabs-slice' into 'master' | mathieui | |
Allow Tabs object to be sliced See merge request poezio/poezio!11 | |||
2018-09-10 | Tabs: add test for slice support | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-09-09 | Allow Tabs object to be sliced | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-08-23 | Clean the README a little bit | louiz’ | |
Notably, remove a section that was just describing the workflow that is now used by 99% of people, thanks to github and co. People now how to do these things nowadays. | |||
2018-08-23 | Fix /irc_query in the IRC plugin | mathieui | |
2018-08-22 | Do not add our directory to the path | mathieui | |
it’s bad practice and can create issues | |||
2018-08-20 | Install the .desktop file. | Emmanuel Gil Peyrot | |
2018-08-20 | Ship appdata, flatpak manifest, and desktop files. | Emmanuel Gil Peyrot | |
2018-08-20 | Install the appdata file. | Emmanuel Gil Peyrot | |
2018-08-20 | Merge branch 'launch-script-version' into 'master' | louiz’ | |
Only check if `.git` exists, not more See merge request poezio/poezio!9 | |||
2018-08-20 | Update version string in launch script | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-08-20 | Only check if `.git` exists, not more | Maxime “pep” Buquet | |
`git worktree` has `.git` as a file, not a directory. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-08-20 | No need to have a symlink for sphinx-build, it’s directly in the image | louiz’ | |
2018-08-20 | Update the build-doc CI build to deploy the full doc | louiz’ | |
2018-08-19 | Fix UserList.resize | mathieui | |
2018-08-18 | muctab: Create the last_talked compare lambda only once. | Emmanuel Gil Peyrot | |