Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Check for libmesode, fall back to libstrophe | James Booth | 2015-09-21 | 1 | -51/+6 |
| | |||||
* | Set development version | James Booth | 2015-09-20 | 1 | -2/+2 |
| | |||||
* | Release 0.4.7 | James Booth | 2015-09-20 | 1 | -1/+1 |
| | |||||
* | Added libexpect check for functional tests | James Booth | 2015-07-20 | 1 | -1/+4 |
| | |||||
* | Only run functional tests when libstabber available | James Booth | 2015-07-03 | 1 | -1/+2 |
| | |||||
* | autotools: Don't link profanity with libstabber | Dmitry Podgorny | 2015-06-23 | 1 | -1/+1 |
| | |||||
* | Added AC_SYS_LARGEFILE to configure.ac | James Booth | 2015-06-23 | 1 | -0/+3 |
| | |||||
* | Use AM_CPPFLAGS for gpgme-config --cflags | James Booth | 2015-06-22 | 1 | -1/+1 |
| | |||||
* | Use gpgme-config | James Booth | 2015-06-22 | 1 | -1/+6 |
| | |||||
* | Tidied gpgme check | James Booth | 2015-06-22 | 1 | -6/+4 |
| | |||||
* | Merge remote-tracking branch 'pasis/configure-cleanup' | James Booth | 2015-06-21 | 1 | -17/+4 |
|\ | |||||
| * | autotools: Avoid copy-paste in configure.ac | Dmitry Podgorny | 2015-06-21 | 1 | -17/+4 |
| | | |||||
* | | Merge branch 'master' into openpgp | James Booth | 2015-06-05 | 1 | -0/+3 |
|\| | | | | | | | | | Conflicts: .travis.yml | ||||
| * | Show notice message only when stabber not found | James Booth | 2015-06-05 | 1 | -1/+1 |
| | | |||||
| * | Added initial stabber test | James Booth | 2015-05-17 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'master' into pgp | James Booth | 2015-04-11 | 1 | -0/+3 |
|\| | |||||
| * | Autogenerate room name with UUID for /join with no args | James Booth | 2015-04-11 | 1 | -0/+3 |
| | | |||||
* | | Added pgp key list command | James Booth | 2015-03-22 | 1 | -0/+13 |
|/ | |||||
* | Added freebsd check for libnotify | James Booth | 2015-03-15 | 1 | -2/+2 |
| |