Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Video optimizations | Marvin W | 2021-04-29 | 1 | -0/+14 |
| | |||||
* | Migrate to libsrtp2 | Marvin W | 2021-03-29 | 1 | -0/+12 |
| | |||||
* | Add initial support for DTLS-SRTP | fiaxh | 2021-03-25 | 1 | -0/+13 |
| | |||||
* | Add gstreamer .cmake instructions | Marvin W | 2021-03-21 | 3 | -0/+40 |
| | |||||
* | Add libnice and listen for direct connections in Jingle SOCKS5 (#608) | hrxi | 2021-03-19 | 2 | -1/+14 |
| | | | | | | | | | | | | | Add libnice as a plugin. If it is present, use libnice to enumerate local IP addresses and listen on them to support direct connections for Jingle SOCKS5. Tested with Conversations and Gajim. Created the nice.vapi file using ``` vapigen --library nice --pkg gio-2.0 --metadatadir metadata /usr/share/gir-1.0/Nice-0.1.gir ``` | ||||
* | Add spell-checking using Gspell | Thibaut Girka | 2021-01-21 | 1 | -0/+14 |
| | |||||
* | Rename zh_Hans -> zh_CN and zh_Hant -> zh_TW | fiaxh | 2020-01-29 | 1 | -2/+2 |
| | | | | fixes #524 | ||||
* | Use system provided libsignal-protocol-c by default | Marvin W | 2020-01-21 | 1 | -2/+3 |
| | | | | You can still compile in tree by using --with-libsignal-in-tree flag | ||||
* | Sync git version generation | Marvin W | 2019-12-18 | 1 | -3/+4 |
| | |||||
* | Add version and adjust some cmake | Marvin W | 2019-12-18 | 3 | -2/+116 |
| | |||||
* | Set ALPN info on XMPP connections if GIO >= 2.60 | fiaxh | 2019-11-29 | 1 | -3/+4 |
| | |||||
* | Fix compilation with older gcrypt | Marvin W | 2019-09-17 | 1 | -0/+2 |
| | |||||
* | Find libqrencode using cmake/pkg-config logic | Marvin W | 2019-01-02 | 1 | -0/+11 |
| | |||||
* | Detect emoji-only messages and display them larger | fiaxh | 2018-12-27 | 1 | -0/+11 |
| | |||||
* | Find libraries with pkgconfig | Mathieu Bridon | 2018-03-28 | 3 | -108/+111 |
| | | | | | | | | This is necessary for Flatpak, because Yocto messes with the /usr/bin/*-config files, and really wants everyone to use pkgconfig. A fallback is kept to build on platforms which don't have pkgconfig for those libraries. | ||||
* | Implement notification sounds | Rahix | 2018-02-17 | 1 | -0/+10 |
| | | | | | | Add a new setting to toggle notification sounds on or off. Plays the systems default instant messaging message sound (message-new-instant) whenever a notification is shown if toggled on. | ||||
* | Restore window state (size, maximized, position) | fiaxh | 2017-12-31 | 1 | -1/+1 |
| | |||||
* | Use GNotification instead of libnotify | fiaxh | 2017-09-19 | 1 | -32/+0 |
| | |||||
* | cmake: set _FILE_OFFSET_BITS=64 if required for platform | Marvin W | 2017-09-01 | 1 | -0/+11 |
| | |||||
* | libdino: remove dependency to GTK+ (all GTK+ code is in main+plugins) | Marvin W | 2017-08-17 | 1 | -6/+6 |
| | |||||
* | Http file upload | fiaxh | 2017-08-03 | 1 | -0/+31 |
| | |||||
* | cmake/signal-protocol: shared lib, mark_as_advanced and others | Marvin W | 2017-04-26 | 19 | -110/+113 |
| | |||||
* | Make gdk-x11 optional | Marvin W | 2017-04-15 | 1 | -0/+11 |
| | |||||
* | Replace OpenSSL with GCrypt | Marvin W | 2017-04-15 | 3 | -4/+81 |
| | |||||
* | Gettext support | fiaxh | 2017-04-10 | 2 | -0/+46 |
| | |||||
* | Some caching and fix gpgme on some systems | Marvin W | 2017-03-24 | 1 | -4/+4 |
| | |||||
* | Find valac-* binaries, work-around fast-vapi issues with valac 0.36.0 | Marvin W | 2017-03-23 | 1 | -1/+1 |
| | |||||
* | New CMake | Marvin W | 2017-03-23 | 19 | -6/+539 |
| | | | | | - 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 | -42/+0 |
| | |||||
* | Force Make into using a single thread | Marvin W | 2017-03-12 | 1 | -2/+4 |
| | | | | | | | This also restricts fast-vapi's to Ninja. fast-vapi's improve build performance when multi-threaded, but are bad when single-threaded. Again emphasize that ninja-build should be used. | ||||
* | Move UI code into main dir | Marvin W | 2017-03-11 | 1 | -6/+6 |
| | |||||
* | CMake: merge created header+vapi files into a single directory | Marvin W | 2017-03-11 | 1 | -9/+15 |
| | |||||
* | Initial plugin system | Marvin W | 2017-03-10 | 1 | -69/+107 |
| | |||||
* | Outfactor PGP into pgpme-vala | fiaxh | 2017-03-10 | 1 | -1/+1 |
| | |||||
* | Initial commit | fiaxh | 2017-03-02 | 8 | -0/+823 |