Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #633 from sirdiego/master | James Booth | 2015-10-13 | 1 | -2/+2 |
|\ | | | | | updated intaller to clone libmsode over https | ||||
| * | updated intaller to clone libmsode over https | Tim Spiekerkötter | 2015-10-01 | 1 | -2/+2 |
| | | |||||
* | | Merge remote-tracking branch 'halfur/master' into apt-get | James Booth | 2015-10-13 | 1 | -6/+13 |
|\ \ | |||||
| * | | Add check for existing apt-cyg in cyg_prepare() and extract installation ↵ | Lennart Bentz | 2015-10-06 | 1 | -6/+13 |
| |/ | | | | | | | method into separate function cyg_install_apt_cyg() | ||||
* / | Use libstrophe/libmesode uuid generator | James Booth | 2015-10-12 | 1 | -6/+6 |
|/ | |||||
* | Check for libmesode, fall back to libstrophe | James Booth | 2015-09-21 | 1 | -15/+15 |
| | |||||
* | Set development version | James Booth | 2015-09-20 | 1 | -2/+0 |
| | |||||
* | Release 0.4.7 | James Booth | 2015-09-20 | 1 | -0/+2 |
| | |||||
* | Added install-all.sh gpg dependency for opensuse | James Booth | 2015-09-06 | 1 | -1/+1 |
| | |||||
* | Fixed fedora uuid dependency | James Booth | 2015-09-04 | 1 | -1/+1 |
| | |||||
* | Updated fedora dependencies in install-all.sh | James Booth | 2015-09-03 | 1 | -3/+1 |
| | |||||
* | Added libgpgme-devel to Cygwin dependencies install-all.sh | James Booth | 2015-08-31 | 1 | -2/+2 |
| | |||||
* | Changed os check ordering in install-all.sh | James Booth | 2015-07-21 | 1 | -2/+2 |
| | |||||
* | Added centos to install-all.sh | James Booth | 2015-07-21 | 1 | -0/+19 |
| | |||||
* | Merge branch 'master' into openpgp | James Booth | 2015-05-19 | 1 | -4/+4 |
|\ | |||||
| * | Added uuid dependency to install-all.sh, opensuse, fedora and cygwin | James Booth | 2015-05-19 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'master' into openpgp | James Booth | 2015-05-19 | 1 | -1/+1 |
|\| | | | | | | | | | Conflicts: install-all.sh | ||||
| * | Udpate installer.sh for Debain to unclude uuid-dev | Pete Maynard | 2015-05-18 | 1 | -1/+1 |
| | | |||||
* | | Added pgp key list command | James Booth | 2015-03-22 | 1 | -1/+1 |
|/ | |||||
* | Added libreadline-devel to install-all.sh for cygwin | James Booth | 2015-03-08 | 1 | -2/+2 |
| | |||||
* | Added readline-devel to install-all.sh for opensuse | James Booth | 2015-03-08 | 1 | -1/+1 |
| | |||||
* | Added readline-devel to instal-all.sh for fedora | James Booth | 2015-03-08 | 1 | -1/+1 |
| | |||||
* | Added libreadline-dev to install-all.sh for ubuntu | James Booth | 2015-03-08 | 1 | -1/+1 |
| | |||||
* | Set version to 0.4.6 development | James Booth | 2014-11-07 | 1 | -2/+0 |
| | |||||
* | Set version to 0.4.5 | James Booth | 2014-11-07 | 1 | -0/+2 |
| | |||||
* | Removed hard dependency on libstrophe 0.8.6 from install-all.sh | James Booth | 2014-08-31 | 1 | -2/+0 |
| | | | | | Allows getting the latest libstrophe code including SCRAM-SHA-1 support | ||||
* | Added call to ldconfig for opensuse install | James Booth | 2014-08-09 | 1 | -0/+1 |
| | |||||
* | Make prefix and argument to libstrophe install | James Booth | 2014-08-09 | 1 | -4/+4 |
| | |||||
* | Added --prefix=/usr to all libstrophe installs | James Booth | 2014-08-09 | 1 | -1/+1 |
| | |||||
* | Added libtool to dependencies in install-all.sh | James Booth | 2014-08-09 | 1 | -5/+5 |
| | |||||
* | Updates to install-all.sh | James Booth | 2014-08-09 | 1 | -13/+12 |
| | | | | | | | Use main apt-get git repo Use main libstrophe git repo Configure libstrophe with --prefix==/usr on cygwin Use 0.8.6 tag of libstrophe | ||||
* | Use public domain SHA1 code, remove libgcrypt dependency | James Booth | 2014-06-01 | 1 | -5/+5 |
| | |||||
* | Fixed fedora libgcrypt arch | James Booth | 2014-05-21 | 1 | -1/+1 |
| | |||||
* | Removed gnutls from cygwin dependencies in install-all.sh | James Booth | 2014-05-21 | 1 | -2/+2 |
| | |||||
* | Added libgcypt dependencies to install-all for fedora, debian and opensuse | James Booth | 2014-05-21 | 1 | -3/+3 |
| | |||||
* | Merge branch 'master' into otrsmp | James Booth | 2014-05-02 | 1 | -5/+5 |
|\ | | | | | | | | | Conflicts: install-all.sh | ||||
| * | Added cygwin gnutls-devel dependency | James Booth | 2014-05-01 | 1 | -2/+2 |
| | | |||||
| * | Added libgnutls-devel dependency for opensuse | James Booth | 2014-05-01 | 1 | -1/+1 |
| | | |||||
| * | Added gnutls-devel dependency for fedora | James Booth | 2014-05-01 | 1 | -1/+1 |
| | | |||||
| * | Fixed gnutls dependency for ubuntu | James Booth | 2014-05-01 | 1 | -1/+1 |
| | | |||||
* | | Removed debug | James Booth | 2014-04-30 | 1 | -2/+4 |
|/ | |||||
* | Merge branch 'master' into opensuse | James Booth | 2014-03-05 | 1 | -4/+2 |
|\ | |||||
| * | Removed gcc linking from cygwin install | James Booth | 2014-03-04 | 1 | -2/+0 |
| | | |||||
| * | Added libgcrypt-devel to cygwin dependencies | James Booth | 2014-03-04 | 1 | -2/+2 |
| | | |||||
* | | Changes to get install-all.sh working on fresh opensuse VM | James Booth | 2014-02-25 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'william20111/master' into opensuse | James Booth | 2014-02-25 | 1 | -0/+14 |
|\ \ | |/ |/| | |||||
| * | Added opensuse support for the install. Now getting an error relating | william | 2014-02-21 | 1 | -0/+14 |
| | | | | | | | | ncurses wget_wch after the libstrophe compile | ||||
* | | added error tracing | mr.Shu | 2014-02-25 | 1 | -1/+13 |
| | | |||||
* | | cleaned whitespace | mr.Shu | 2014-02-25 | 1 | -1/+1 |
|/ | |||||
* | Added libotr dev packages for ubuntu and fedora in install-all.sh | James Booth | 2014-01-12 | 1 | -2/+2 |
| |