Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add libgcrypt minimum version in configure error log | Paul Fariello | 2019-04-13 | 1 | -2/+2 |
| | |||||
* | Look for gcry_md_extract (libgcrypt >= 1.7.0) | Paul Fariello | 2019-04-13 | 1 | -1/+1 |
| | |||||
* | Revert "Set C99 standard in configure" | Michael Vetter | 2019-04-12 | 1 | -1/+1 |
| | | | | This reverts commit 7be6158c80af09daf58e9b873263d9e98e36aff9. | ||||
* | Set C99 standard in configure | Michael Vetter | 2019-04-12 | 1 | -1/+1 |
| | | | | | | | | We already use uint_32 from stdint.h which AFAIK is C99. I seem to remember there is more C99 in the code. Let's explicitly define it here. Also fixes build for https://github.com/boothj5/profanity/pull/1053 | ||||
* | OMEMO should be written uppercase | Paul Fariello | 2019-04-10 | 1 | -5/+5 |
| | |||||
* | Don't build OMEMO by default | Paul Fariello | 2019-04-10 | 1 | -1/+2 |
| | |||||
* | Add support for libsignal-protocol-c 2.3.2 | Paul Fariello | 2019-04-10 | 1 | -14/+18 |
| | |||||
* | Get rid of libsodium | Paul Fariello | 2019-04-10 | 1 | -8/+0 |
| | |||||
* | Add OMEMO message encryption and decryption | Paul Fariello | 2019-04-10 | 1 | -0/+8 |
| | |||||
* | Move OMEMO initialization to profanity intialization | Paul Fariello | 2019-04-10 | 1 | -2/+2 |
| | | | | Also store identity keys into account | ||||
* | Add crypto backend for signal-protocol | Paul Fariello | 2019-04-08 | 1 | -0/+8 |
| | |||||
* | Link against libsignal-protocol-c | Paul Fariello | 2019-04-08 | 1 | -0/+13 |
| | |||||
* | Set status to development | Michael Vetter | 2019-02-18 | 1 | -1/+1 |
| | |||||
* | Release 0.6.0 RC1 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | autotools: use pkgconfig for libotr | Dmitry Podgorny | 2018-11-01 | 1 | -13/+11 |
| | |||||
* | Merge pull request #1011 from jubalh/sha1 | Michael Vetter | 2018-09-19 | 1 | -3/+3 |
|\ | | | | | Get rid of p_sha1 dependency | ||||
| * | Require libmesode/libstrophe >= 0.9.2 | Michael Vetter | 2018-09-13 | 1 | -3/+3 |
| | | | | | | | | The sha1 function `xmpp_sha1_digest()` from libmesode/libstrophe, that we now use instead of `p_sha1_hash() which depended on another third party sha1 lib is only avilable in version >= 0.9.2. | ||||
* | | configure.ac: add proper check for gio-2.0 | Dmitry Podgorny | 2018-09-06 | 1 | -3/+7 |
|/ | | | | | | | | PR #999 adds call of g_object_unref() which requires libgobject-2.0. The library is dependency of gio-2.0 and the problem is that current configure.ac simply adds -lgio-2.0 without dependencies. As fix, use pkg-config module. | ||||
* | autoconf adjustments for OpenBSD | Rafael Sadowski | 2018-08-13 | 1 | -3/+12 |
| | | | | | | | | | | | In OpenBSD we have two readline libs. On the one hand we have an old version in the base OS and on the other hand we have an new one in the ports tree. profanity needs the new one and should pick up the right one. readline from ports tree is prefixed as ereadline. Note: Original patch by Rafael Sadowski. Cleaned up by jubalh with heavy help of pasis. | ||||
* | Update Glib dependency to 2.40 | James Booth | 2017-03-25 | 1 | -2/+2 |
| | |||||
* | Update version to 0.6.0 development | James Booth | 2016-09-22 | 1 | -1/+1 |
| | |||||
* | Set to development version 0.5.1 | James Booth | 2016-09-16 | 1 | -2/+2 |
| | |||||
* | Release 0.5.0 | James Booth | 2016-09-15 | 1 | -1/+1 |
| | |||||
* | configure.ac: remove outdated xml parser info | Dmitry Podgorny | 2016-09-08 | 1 | -1/+0 |
| | |||||
* | Disable C plugins on Cygwin | James Booth | 2016-09-08 | 1 | -11/+15 |
| | |||||
* | Fail configure when no pthread support | James Booth | 2016-09-05 | 1 | -1/+1 |
| | |||||
* | Include python plugins by default in build | James Booth | 2016-07-24 | 1 | -6/+1 |
| | |||||
* | Fix prof module init for python3 | James Booth | 2016-07-18 | 1 | -1/+0 |
| | |||||
* | Added PYTHON3 define | James Booth | 2016-07-14 | 1 | -0/+1 |
| | |||||
* | Fix libcurl check in configure.ac for OS X | Dmytro Podgornyi | 2016-05-21 | 1 | -4/+2 |
| | | | | | | | | OS X contains libcurl without a pkg-config file and ./configure reports error. Add AC_CHECK_LIB in order to find libcurl properly. Also remove manual adding -lncurses and -lcurl to LIBS, because AC_CHECK_LIB does this job. | ||||
* | Only set CC to PTHREAD_CC when value present | James Booth | 2016-04-27 | 1 | -1/+1 |
| | |||||
* | Allow --disable-icons | James Booth | 2016-04-27 | 1 | -7/+7 |
| | |||||
* | Fix OSX compile | James Booth | 2016-04-26 | 1 | -0/+2 |
| | |||||
* | Fixed cygwin compile | James Booth | 2016-04-26 | 1 | -3/+1 |
| | |||||
* | Removed only add -lgio-2.0 manually on OSX | James Booth | 2016-04-26 | 1 | -0/+2 |
| | |||||
* | Implement XEP-0363: HTTP File Upload | Dominik Heidler | 2016-04-26 | 1 | -0/+6 |
| | |||||
* | Merge remote-tracking branch 'Dav1d23/master' | James Booth | 2016-04-11 | 1 | -3/+16 |
|\ | | | | | | | | | | | Conflicts: Makefile.am install-all.sh | ||||
| * | libgtk is now optional | David | 2016-03-30 | 1 | -2/+7 |
| | | | | | | | | Having the lib is no more needed. | ||||
| * | Merge branch 'tray_icon' into HEAD | David | 2016-03-12 | 1 | -3/+11 |
| |\ | | | | | | | | | | | | | | | | Let's thanks Aline <linuxine@gmail.com> for the icons. Enjoy! | ||||
| | * | Use a folder to add icons | David | 2016-03-07 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | NOTE: it is not working in this release, I have to get how to retrieve icons from folder. | ||||
| | * | Introduce Tray Icon for Profanity | David | 2016-03-06 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | Add tray icon for profanity based on Gtk StatusIcon. Different icon is displayed in case the user has unread messages. | ||||
* | | | Added comment for AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 1 | -0/+1 |
| | | | |||||
* | | | Removed #AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 1 | -1/+1 |
| | | | |||||
* | | | autotools: Disable python-plugins by default | Dmitry Podgorny | 2016-03-24 | 1 | -1/+6 |
|/ / | | | | | | | | | Profanity doesn't build with Python-3.5. This patch temporary disables python api unless user enable it explicitly. | ||||
* | | Added workaround for http://bugs.python.org/issue3588 | James Booth | 2016-03-02 | 1 | -0/+9 |
| | | |||||
* | | Moved python flags to LIBS in configure.ac | James Booth | 2016-02-28 | 1 | -2/+2 |
| | | |||||
* | | Added python plugins code | James Booth | 2016-02-24 | 1 | -2/+26 |
| | | |||||
* | | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 1 | -1/+27 |
|/ | |||||
* | Updated version to 0.5.0 dev | James Booth | 2015-12-02 | 1 | -1/+1 |
| | |||||
* | Use libstrophe/libmesode uuid generator | James Booth | 2015-10-12 | 1 | -3/+0 |
| |