Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement XEP-0392: Consistent Color Generation | Marvin W | 2023-03-05 | 1 | -1/+5 |
| | |||||
* | Add support for XEP-0461 replies (with fallback) | fiaxh | 2023-01-06 | 1 | -0/+2 |
| | |||||
* | HTTP: Make LimitInputStream pollable for better async compatibility | Marvin W | 2022-11-04 | 1 | -11/+0 |
| | | | | Fixes #1307 | ||||
* | Add support for reactions | fiaxh | 2022-10-11 | 1 | -0/+2 |
| | |||||
* | Rewrite MAM logic and add MUC MAM | fiaxh | 2022-10-10 | 1 | -0/+3 |
| | |||||
* | Add support for call invite messages | fiaxh | 2022-02-07 | 1 | -1/+1 |
| | | | | As of https://github.com/xsf/xeps/pull/1155 | ||||
* | Add multiparty call support to libdino and xmpp-vala | fiaxh | 2021-11-10 | 1 | -0/+5 |
| | |||||
* | Add support for OMEMO call encryption | fiaxh | 2021-04-29 | 1 | -0/+3 |
| | |||||
* | Add support for Jingle RTP sessions (XEP-0167) to xmpp-vala | Marvin W | 2021-03-21 | 1 | -0/+2 |
| | | | | Co-authored-by: fiaxh <git@lightrise.org> | ||||
* | Improve & refactor Jingle base implementation | fiaxh | 2021-03-21 | 1 | -1/+28 |
| | | | | Co-authored-by: Marvin W <git@larma.de> | ||||
* | Add support for Direct MUC Invitations (XEP-0249) | fiaxh | 2021-01-12 | 1 | -0/+1 |
| | |||||
* | Refactor XmppStream, TLS and connection method logic | fiaxh | 2020-11-20 | 1 | -3/+8 |
| | | | | fixes #534 | ||||
* | Cleanup | fiaxh | 2020-09-07 | 1 | -1/+1 |
| | |||||
* | Implement MUC self ping | fiaxh | 2020-08-31 | 1 | -0/+1 |
| | |||||
* | Add support for last message correction | fiaxh | 2020-04-03 | 1 | -0/+1 |
| | |||||
* | Properly check Jids everywhere | Marvin W | 2019-12-23 | 1 | -0/+7 |
| | |||||
* | Add (partial) support for unique stanza ids (XEP-0359) | fiaxh | 2019-12-18 | 1 | -0/+1 |
| | |||||
* | Add version and adjust some cmake | Marvin W | 2019-12-18 | 1 | -2/+2 |
| | |||||
* | Set ALPN info on XMPP connections if GIO >= 2.60 | fiaxh | 2019-11-29 | 1 | -0/+12 |
| | |||||
* | Add Bookmarks2 implementation, introduce bookmarks interfaces | fiaxh | 2019-09-29 | 1 | -2/+5 |
| | |||||
* | Add JET support | Marvin W | 2019-09-16 | 1 | -1/+2 |
| | |||||
* | Fix some warnings | hrxi | 2019-09-10 | 1 | -0/+3 |
| | | | | | | Instances of `RegexError` are just asserted as `assert_not_reached` as they cannot really fail except for allocation failure if the given regex is valid. | ||||
* | Add support for Jingle SOCKS5 bytestreams (XEP-0260) | hrxi | 2019-08-05 | 1 | -0/+2 |
| | |||||
* | Implement file sending via Jingle | hrxi | 2019-07-09 | 1 | -2/+6 |
| | | | | | | | | | | | This is still disabled by default until prioritization is implemented; otherwise this could be preferred to HTTP uploads. File sending only works via Jingle In-Band-Bytestreams right now, more transports are going to be implemented. To test this, uncomment the line with `JingleFileTransfer` in libdino/src/application.vala. | ||||
* | Enable sending chat state notifications in private rooms | fiaxh | 2019-05-16 | 1 | -0/+1 |
| | |||||
* | Restructure (http) file provider flow: Separate download&get_info, download ↵ | fiaxh | 2018-11-27 | 1 | -0/+1 |
| | | | | in provider, move XmppStreamModule into xmpp-vala | ||||
* | In-Band Registration | fiaxh | 2018-08-22 | 1 | -0/+1 |
| | |||||
* | Implement XEP-0380 for the OMEMO and OpenPGP plugins (#359) | Samuel Hand | 2018-05-28 | 1 | -0/+1 |
| | | | | | | | | | | * Implement XEP-0380 in a naive fashion for both the OMEMO and OpenPGP plugins * Move the XEP-0380 namespace to a constant * Move the implementation for xep-0380 to its own module * Remove un-needed lines from plugins/openpgp/src/stream_module.vala | ||||
* | Move Jid class to xmpp-vala, partially refactor namespace | Marvin W | 2018-01-28 | 1 | -0/+1 |
| | |||||
* | Async service lookup, connect and write | fiaxh | 2017-11-23 | 1 | -0/+2 |
| | |||||
* | xmpp-vala: Add support for XEP-0191: Blocking Command | Emmanuel Gil Peyrot | 2017-10-31 | 1 | -0/+1 |
| | |||||
* | Add oob tag to http-upload messages | fiaxh | 2017-10-22 | 1 | -0/+1 |
| | | | | fixes #166 | ||||
* | Message Archive Management | fiaxh | 2017-08-17 | 1 | -0/+1 |
| | |||||
* | Stream Management | fiaxh | 2017-08-14 | 1 | -0/+1 |
| | |||||
* | xmpp-vala: improve namespace handling, add some tests | Marvin W | 2017-08-12 | 1 | -0/+18 |
| | |||||
* | SRV records for XMPP over TLS | fiaxh | 2017-08-11 | 1 | -0/+1 |
| | |||||
* | http files: Fix double-free rance-condition | fiaxh | 2017-08-07 | 1 | -0/+1 |
| | | | | ... and move classes around | ||||
* | Session establishment | fiaxh | 2017-06-21 | 1 | -1/+2 |
| | |||||
* | MUC config form (data forms), MUC room info | fiaxh | 2017-05-30 | 1 | -0/+1 |
| | |||||
* | Roster versioning | fiaxh | 2017-05-22 | 1 | -0/+1 |
| | |||||
* | cmake/signal-protocol: shared lib, mark_as_advanced and others | Marvin W | 2017-04-26 | 1 | -5/+6 |
| | |||||
* | MUC improvements | fiaxh | 2017-04-11 | 1 | -0/+1 |
| | |||||
* | Make FHS compliant, split RPMs, fix compilation on older GCCs | Marvin W | 2017-04-03 | 1 | -0/+1 |
| | |||||
* | Handle MUC private messages | fiaxh | 2017-03-31 | 1 | -0/+2 |
| | |||||
* | New CMake | Marvin W | 2017-03-23 | 1 | -19/+12 |
| | | | | | - add install and uninstall targets - compatibility for systems without pkg-config | ||||
* | Drop libuuid dependency, uuid generation is not that complicated... | Marvin W | 2017-03-12 | 1 | -5/+2 |
| | |||||
* | Split OMEMO plug-in into files, various fixes | Marvin W | 2017-03-12 | 1 | -1/+0 |
| | |||||
* | Move PGP support into plugin | fiaxh | 2017-03-12 | 1 | -5/+1 |
| | |||||
* | CMake: merge created header+vapi files into a single directory | Marvin W | 2017-03-11 | 1 | -5/+4 |
| | |||||
* | Use typed identity in stream modules | fiaxh | 2017-03-11 | 1 | -1/+1 |
| |