- 24 Mar, 2020 1 commit
-
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
- 13 Mar, 2020 1 commit
-
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
- 17 Feb, 2020 4 commits
-
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
Maxime Buquet authored
plugins: Allow entry_points to be registered See merge request !67
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
Maxime Buquet authored
It's currently impractical to use out-of-tree plugins that want to be distributed via distribution channels. Poezio now looks for every entry point registered in the `poezio_plugins` entry group, and will use the first matching module with the specified name. This also helps specifically for the OMEMO plugin that has a conflicting name (omemo / omemo) with the backend library. Thanks jonas for pointing this out. Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
- 16 Feb, 2020 2 commits
-
-
Maxime Buquet authored
doc: Add link to external OMEMO plugin See merge request !66
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
- 07 Feb, 2020 2 commits
-
-
Maxime Buquet authored
mam: disco before query only if groupchat See merge request !65
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
- 04 Feb, 2020 2 commits
-
-
Maxime Buquet authored
load, unload: prevent Traceback when not enough parameters are specified See merge request !64
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
- 03 Feb, 2020 2 commits
-
-
Maxime Buquet authored
Add poezio logo as SVG See merge request !63
-
fiaxh authored
-
- 18 Jan, 2020 2 commits
-
-
Maxime Buquet authored
doc: list additional required packages, add Debian two-liner See merge request !61
-
ge0rg authored
-
- 15 Jan, 2020 2 commits
-
-
Maxime Buquet authored
doc: explicitly use pip3 See merge request !60
-
ge0rg authored
-
- 14 Jan, 2020 1 commit
-
-
Maxime Buquet authored
Don't ignore carbons if biboumi See merge request !59
-
- 12 Jan, 2020 6 commits
-
-
Maxime Buquet authored
There is no apparent reason why a disco#info should be done on the domain Jid rather than the bare Jid. MUCs advertize their MUC-y-ness on the bare Jid. This will also fix cases like chat@dino.im which is a MUC component itself (whereas dino.im is a user host), and biboumi components that serves a mic of MUCs and (IRC) users. Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
Maxime Buquet authored
Is known muc pm See merge request !58
-
Maxime Buquet authored
Use new `by_jid` API to search for any tab containing the barejid, and then look at the type of Tab. Move the Tab search at the top of the checks so that we stop searching if we already have done all this work for previous stanzas. Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
Maxime Buquet authored
Prevent Traceback when receiving MUC-PM carbons under some conditions See merge request !57
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
- 11 Jan, 2020 3 commits
-
-
Maxime Buquet authored
Prevent plugin_e2ee from sending empty JID as recipient See merge request !56
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
- 01 Jan, 2020 4 commits
-
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
Maxime Buquet authored
E2ee muc See merge request !53
-
Maxime Buquet authored
This change transmits the original JID of the sender (in decrypt) or receiver(s) (in encrypt). Handling of MUC is not complete. It is possible that some participants have access to realjids while others don't (e.g., moderators in semi-anon MUCs). The code currently doesn't handle this and this will cause at least two issues: - Sending an encrypted message in a semi-anon MUC would reveal the sender's identity (public key) - Recipients wouldn't be able to decrypt this message as they don't have access to the sender's realjid. Unless they already have the bundle available and then they could associate the public key with a jid (another privacy issue/defeating the point of semi-anon rooms). TODO: Fix this ^ Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
- 31 Dec, 2019 3 commits
-
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
- 30 Dec, 2019 1 commit
-
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
- 28 Dec, 2019 2 commits
-
-
Maxime Buquet authored
E2EE plugins support See merge request !18
-
mathieui authored
-
- 27 Dec, 2019 2 commits
-
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-