about summary refs log tree commit diff stats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Added jid testsJames Booth2014-12-251-0/+1
|
* Added history testsJames Booth2014-12-251-0/+1
|
* Added form testsJames Booth2014-12-251-1/+2
|
* Added contact testsJames Booth2014-12-251-0/+1
|
* Added common testsJames Booth2014-12-251-0/+1
|
* Added cmd_win testsJames Booth2014-12-251-0/+1
|
* Added cmd_sub testsJames Booth2014-12-251-0/+1
|
* Added cmd_statuses testsJames Booth2014-12-251-0/+1
|
* Added cmd_roster testsJames Booth2014-12-241-0/+1
|
* Added cmd_rooms testsJames Booth2014-12-241-0/+1
|
* Added cmd_otr testsJames Booth2014-12-241-2/+1
|
* Added cmd_join testsJames Booth2014-12-241-0/+1
|
* Added cmd_connect testsJames Booth2014-12-241-0/+1
|
* Added cmd_bookmark testsJames Booth2014-12-241-0/+1
|
* Added cmd_alias testsJames Booth2014-12-241-0/+1
|
* Added autocomplete testsJames Booth2014-12-241-0/+1
|
* Use will_return instead of mock valuesJames Booth2014-12-231-3/+3
|
* Added stubbed implementationsJames Booth2014-12-231-27/+5
|
* Added occupantswin.cJames Booth2014-12-161-1/+1
|
* Moved roster functionsJames Booth2014-12-161-2/+1
|
* Added rosterwin.cJames Booth2014-12-161-0/+2
|
* Revert "Added -lstrophe to test dependencies"James Booth2014-09-171-1/+1
| | | | This reverts commit 4002790ed0226b0cf9556be1ba8e83dc523ebf73.
* Added -lstrophe to test dependenciesJames Booth2014-09-171-1/+1
|
* Added form testsJames Booth2014-09-141-1/+3
|
* Created form moduleJames Booth2014-09-051-0/+1
|
* Added LICENSE.txt to dist targetJames Booth2014-08-241-1/+1
|
* Added scripts and profrc.example to dist targetJames Booth2014-08-041-2/+4
|
* Added buffer handling. Buffer are initialized, pushed, and freed. No use is ↵Immae2014-06-231-0/+2
| | | | | | made of them so far Signed-off-by: James Booth <boothj5@gmail.com>
* Renamed sha1 functions to avoid naming clashesJames Booth2014-06-151-0/+2
|
* Fixed makefile to include headers in test sourcesJames Booth2014-04-181-21/+21
|
* Merge remote-tracking branch 'pasis/iss323'James Booth2014-04-181-3/+15
|\
| * autotools: added EXTRA_DISTDmitry Podgorny2014-04-171-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | Now sources can be distributed with `make dist-bzip2` command, so no need to make tarball manually. Current patch takes into account the status (release or development) and puts .git/HEAD, .git/index to tarball if necessary. Unfortunately, current scripts don't add any information about development status to the version string. Therefore, profanity-0.5.0.tar.bz2 is got regardless of development or release status.
| * autotools: install themes during 'make install'Dmitry Podgorny2014-04-081-0/+14
| | | | | | | | | | | | | | | | | | Default path for themes is ${pkgdatadir}/themes that usualy equals to /usr/share/profanity/themes. This patch also introduces new option --with-themes[=PATH] that specifies installation path. This option can be used for cancel of installation at all: --without-themes. References: issue #323
| * Makefile.am: fixed spacingDmitry Podgorny2014-04-081-2/+2
| |
* | Removed inputwin functions from ui.hJames Booth2014-04-071-3/+3
| |
* | Removed statusbar functions from ui.hJames Booth2014-04-071-0/+3
|/
* Added cmd_win testJames Booth2014-04-011-0/+1
|
* Added cmd_roster testJames Booth2014-03-161-0/+1
|
* Revert "Added srdir to git version check"James Booth2014-03-081-1/+1
| | | | This reverts commit 864e728705d60c53342f8cbf409ceadf0898d9a1.
* Added srdir to git version checkJames Booth2014-03-081-1/+1
|
* Added connection status tests for cmd_joinJames Booth2014-03-081-0/+1
|
* fixed build error when make run with -jN optionDmitry Podgorny2014-03-061-34/+33
| | | | | Race can occur when gitversion file isn't fully generated before it is used.
* fixed indent in Makefile.ammr.Shu2014-02-251-18/+18
|
* Mock otr module for cmd_otr testsJames Booth2014-02-161-0/+1
|
* Added cmd_otr testsJames Booth2014-02-161-0/+1
|
* Refactored common otr library codeJames Booth2014-02-131-2/+2
|
* Renamed otr implementationsJames Booth2014-02-121-2/+2
|
* Moved otr sources into folderJames Booth2014-02-121-2/+2
|
* Check for libotr versionJames Booth2014-02-091-4/+13
|
* Added libotr back to configure by defaultJames Booth2014-02-081-1/+1
| | | | Renamed to BUILD_OTR3