about summary refs log tree commit diff stats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into pgpJames Booth2015-04-191-2/+2
|\
| * Moved server_events to event/James Booth2015-04-191-2/+2
| |
* | Added pgp key list commandJames Booth2015-03-221-0/+9
|/
* Merge branch 'master' into readlineJames Booth2015-03-081-1/+5
|\
| * Fixed tests for --disable-otrJames Booth2015-03-041-1/+5
| |
* | Removed history and various key handlersJames Booth2015-01-301-6/+0
| |
* | Extracted keyhandler for printable charactersJames Booth2015-01-201-0/+3
|/
* Simplified autocompleters and command historyJames Booth2015-01-161-4/+4
|
* Added remaining chat statesJames Booth2015-01-111-0/+2
|
* Added test to ensure chat sessions cleared on cmd_disconnectJames Booth2015-01-101-0/+1
|
* Added chat session testsJames Booth2015-01-061-0/+1
|
* Added server_event testsJames Booth2014-12-251-0/+1
|
* Added roster_list testsJames Booth2014-12-251-0/+1
|
* Added preferences testsJames Booth2014-12-251-0/+1
|
* Added parser testsJames Booth2014-12-251-0/+1
|
* Added muc testsJames Booth2014-12-251-0/+1
|
* 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
| |