Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Echo Cancellation | Marvin W | 2021-05-01 | 1 | -3/+3 |
| | |||||
* | Add UI for audio/video calls | fiaxh | 2021-03-21 | 1 | -1/+3 |
| | |||||
* | Add libnice and listen for direct connections in Jingle SOCKS5 (#608) | hrxi | 2021-03-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | 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 ``` | ||||
* | Exclude valac versions affected by #816 from using fast vapi | Marvin W | 2020-04-22 | 1 | -1/+2 |
| | |||||
* | Enabling display of more compiler warnings and fix some of them | Marvin W | 2020-01-21 | 1 | -24/+44 |
| | | | | | Most of these are caused by various issues is the Vala compiler, but it doesn't hurt to display them and report them upstream. | ||||
* | Properly check Jids everywhere | Marvin W | 2019-12-23 | 1 | -0/+1 |
| | |||||
* | Ensure compatibility with older CMake | Marvin W | 2019-12-18 | 1 | -1/+1 |
| | |||||
* | Fixup CMake | Marvin W | 2019-12-18 | 1 | -1/+0 |
| | |||||
* | Add version and adjust some cmake | Marvin W | 2019-12-18 | 1 | -42/+83 |
| | |||||
* | Disable fast vapi generation for vala 0.44.10, 0.46.4 and 0.47.1 | fiaxh | 2019-11-17 | 1 | -2/+2 |
| | | | | fixes #646 | ||||
* | Fix some warnings | hrxi | 2019-09-10 | 1 | -0/+1 |
| | | | | | | 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. | ||||
* | Remove deprecated --thread valac option | fiaxh | 2019-02-20 | 1 | -1/+1 |
| | |||||
* | Add an appdata file | Mathieu Bridon | 2018-04-29 | 1 | -0/+1 |
| | | | | | This allows "app center" applications like GNOME Software and Plasma Discover to show Dino in all its glory, so users can install it simply. | ||||
* | Restore window state (size, maximized, position) | fiaxh | 2017-12-31 | 1 | -1/+1 |
| | |||||
* | small fixes | fiaxh | 2017-11-01 | 1 | -1/+0 |
| | |||||
* | small fixes | fiaxh | 2017-09-20 | 1 | -1/+1 |
| | |||||
* | Use GNotification instead of libnotify | fiaxh | 2017-09-19 | 1 | -0/+1 |
| | |||||
* | cmake: set _FILE_OFFSET_BITS=64 if required for platform | Marvin W | 2017-09-01 | 1 | -2/+20 |
| | |||||
* | Http file upload | fiaxh | 2017-08-03 | 1 | -1/+1 |
| | |||||
* | cmake/signal-protocol: shared lib, mark_as_advanced and others | Marvin W | 2017-04-26 | 1 | -3/+3 |
| | |||||
* | Gettext support | fiaxh | 2017-04-10 | 1 | -0/+1 |
| | |||||
* | Make FHS compliant, split RPMs, fix compilation on older GCCs | Marvin W | 2017-04-03 | 1 | -1/+1 |
| | |||||
* | Fix -Werror=format-security issues | Marvin W | 2017-03-30 | 1 | -8/+14 |
| | |||||
* | Make configure/make compatible with autotools | Marvin W | 2017-03-30 | 1 | -11/+38 |
| | |||||
* | RPM + tito + copr support | Marvin W | 2017-03-24 | 1 | -2/+2 |
| | |||||
* | Find valac-* binaries, work-around fast-vapi issues with valac 0.36.0 | Marvin W | 2017-03-23 | 1 | -0/+5 |
| | |||||
* | New CMake | Marvin W | 2017-03-23 | 1 | -12/+70 |
| | | | | | - add install and uninstall targets - compatibility for systems without pkg-config | ||||
* | Move PGP support into plugin | fiaxh | 2017-03-12 | 1 | -1/+0 |
| | |||||
* | Add OMEMO via Plugin | Marvin W | 2017-03-11 | 1 | -1/+2 |
| | |||||
* | CMake: merge created header+vapi files into a single directory | Marvin W | 2017-03-11 | 1 | -1/+2 |
| | |||||
* | Initial plugin system | Marvin W | 2017-03-10 | 1 | -2/+4 |
| | |||||
* | Outfactor PGP into pgpme-vala | fiaxh | 2017-03-10 | 1 | -0/+1 |
| | |||||
* | Rename vala-xmpp library to xmpp-vala | fiaxh | 2017-03-10 | 1 | -1/+1 |
| | |||||
* | Initial commit | fiaxh | 2017-03-02 | 1 | -0/+25 |