about summary refs log tree commit diff stats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Moved test helpersJames Booth2014-02-011-1/+1
|
* Added cmd_bookmark testsJames Booth2014-02-011-0/+1
|
* Added muc testsJames Booth2014-01-301-0/+1
|
* Added /alias command, writing aliases to [alias] group in profrcJames Booth2014-01-231-0/+1
|
* Refactored ProfAccount creationJames Booth2014-01-221-0/+2
|
* WIP - /statuses command optionsJames Booth2014-01-201-0/+2
|
* Use defaults for /statuses commandsJames Booth2014-01-191-0/+1
|
* Added tests/config/helpersJames Booth2014-01-191-0/+1
|
* Added cmd_statuses validation testsJames Booth2014-01-191-0/+1
|
* Show OTR coloured statusJames Booth2014-01-161-0/+2
| | | | | | | | | | | | Customisable within theme files e.g.: titlebar.unencrypted=red titlebar.encrypted=green titlebar.trusted=red titlebar.untrusted=green Shows [unencrypted] for all non-OTR chat Disable with '/otr warn off'
* Added conditionals to makefile for otr supportJames Booth2014-01-121-5/+14
|
* Merge branch 'master' into otrJames Booth2014-01-081-1/+0
|\
| * Removed handle error message function from ProfWinJames Booth2014-01-081-1/+0
| |
* | Merge branch 'master' into otrJames Booth2014-01-051-0/+1
|\|
| * Added server_events.cJames Booth2014-01-051-0/+1
| |
* | Merge branch 'master' into otrJames Booth2014-01-051-0/+1
|\| | | | | | | | | Conflicts: .gitignore
| * Added tests for contact typeJames Booth2014-01-051-0/+1
| |
* | Merge branch 'master' into otrJames Booth2014-01-021-3/+4
|\| | | | | | | | | Conflicts: Makefile.am
| * Added /sub command testJames Booth2013-12-271-0/+1
| |
| * Added mock_accounts and fixed testsJames Booth2013-12-261-1/+1
| |
| * Added mocks and stubs for cons_showJames Booth2013-12-191-1/+1
| |
| * Replaced old mock_xmppJames Booth2013-12-181-2/+1
| |
| * Added common mock functions and fixed testsJames Booth2013-12-181-0/+1
| |
* | Merge branch 'master' into otrJames Booth2013-12-161-2/+6
|\| | | | | | | | | Conflicts: src/command/commands.c
| * Added cmd_account testJames Booth2013-12-151-0/+1
| |
| * Added mock log moduleJames Booth2013-12-151-1/+2
| |
| * Added cmd_connect testsJames Booth2013-12-151-1/+2
| |
* | Merge branch 'master' into otrJames Booth2013-12-151-6/+37
|\| | | | | | | | | Conflicts: src/command/command.c
| * Seperated command functions into moduleJames Booth2013-12-151-0/+2
| |