Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added stubbed implementations | James Booth | 2014-12-23 | 1 | -27/+5 | |
| | ||||||
* | Added occupantswin.c | James Booth | 2014-12-16 | 1 | -1/+1 | |
| | ||||||
* | Moved roster functions | James Booth | 2014-12-16 | 1 | -2/+1 | |
| | ||||||
* | Added rosterwin.c | James Booth | 2014-12-16 | 1 | -0/+2 | |
| | ||||||
* | Revert "Added -lstrophe to test dependencies" | James Booth | 2014-09-17 | 1 | -1/+1 | |
| | | | | This reverts commit 4002790ed0226b0cf9556be1ba8e83dc523ebf73. | |||||
* | Added -lstrophe to test dependencies | James Booth | 2014-09-17 | 1 | -1/+1 | |
| | ||||||
* | Added form tests | James Booth | 2014-09-14 | 1 | -1/+3 | |
| | ||||||
* | Created form module | James Booth | 2014-09-05 | 1 | -0/+1 | |
| | ||||||
* | Added LICENSE.txt to dist target | James Booth | 2014-08-24 | 1 | -1/+1 | |
| | ||||||
* | Added scripts and profrc.example to dist target | James Booth | 2014-08-04 | 1 | -2/+4 | |
| | ||||||
* | Added buffer handling. Buffer are initialized, pushed, and freed. No use is ↵ | Immae | 2014-06-23 | 1 | -0/+2 | |
| | | | | | | made of them so far Signed-off-by: James Booth <boothj5@gmail.com> | |||||
* | Renamed sha1 functions to avoid naming clashes | James Booth | 2014-06-15 | 1 | -0/+2 | |
| | ||||||
* | Fixed makefile to include headers in test sources | James Booth | 2014-04-18 | 1 | -21/+21 | |
| | ||||||
* | Merge remote-tracking branch 'pasis/iss323' | James Booth | 2014-04-18 | 1 | -3/+15 | |
|\ | ||||||
| * | autotools: added EXTRA_DIST | Dmitry Podgorny | 2014-04-17 | 1 | -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 Podgorny | 2014-04-08 | 1 | -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 spacing | Dmitry Podgorny | 2014-04-08 | 1 | -2/+2 | |
| | | ||||||
* | | Removed inputwin functions from ui.h | James Booth | 2014-04-07 | 1 | -3/+3 | |
| | | ||||||
* | | Removed statusbar functions from ui.h | James Booth | 2014-04-07 | 1 | -0/+3 | |
|/ | ||||||
* | Added cmd_win test | James Booth | 2014-04-01 | 1 | -0/+1 | |
| | ||||||
* | Added cmd_roster test | James Booth | 2014-03-16 | 1 | -0/+1 | |
| | ||||||
* | Revert "Added srdir to git version check" | James Booth | 2014-03-08 | 1 | -1/+1 | |
| | | | | This reverts commit 864e728705d60c53342f8cbf409ceadf0898d9a1. | |||||
* | Added srdir to git version check | James Booth | 2014-03-08 | 1 | -1/+1 | |
| | ||||||
* | Added connection status tests for cmd_join | James Booth | 2014-03-08 | 1 | -0/+1 | |
| | ||||||
* | fixed build error when make run with -jN option | Dmitry Podgorny | 2014-03-06 | 1 | -34/+33 | |
| | | | | | Race can occur when gitversion file isn't fully generated before it is used. | |||||
* | fixed indent in Makefile.am | mr.Shu | 2014-02-25 | 1 | -18/+18 | |
| | ||||||
* | Mock otr module for cmd_otr tests | James Booth | 2014-02-16 | 1 | -0/+1 | |
| | ||||||
* | Added cmd_otr tests | James Booth | 2014-02-16 | 1 | -0/+1 | |
| | ||||||
* | Refactored common otr library code | James Booth | 2014-02-13 | 1 | -2/+2 | |
| | ||||||
* | Renamed otr implementations | James Booth | 2014-02-12 | 1 | -2/+2 | |
| | ||||||
* | Moved otr sources into folder | James Booth | 2014-02-12 | 1 | -2/+2 | |
| | ||||||
* | Check for libotr version | James Booth | 2014-02-09 | 1 | -4/+13 | |
| | ||||||
* | Added libotr back to configure by default | James Booth | 2014-02-08 | 1 | -1/+1 | |
| | | | | Renamed to BUILD_OTR3 | |||||
* | Moved test helpers | James Booth | 2014-02-01 | 1 | -1/+1 | |
| | ||||||
* | Added cmd_bookmark tests | James Booth | 2014-02-01 | 1 | -0/+1 | |
| | ||||||
* | Added muc tests | James Booth | 2014-01-30 | 1 | -0/+1 | |
| | ||||||
* | Added /alias command, writing aliases to [alias] group in profrc | James Booth | 2014-01-23 | 1 | -0/+1 | |
| | ||||||
* | Refactored ProfAccount creation | James Booth | 2014-01-22 | 1 | -0/+2 | |
| | ||||||
* | WIP - /statuses command options | James Booth | 2014-01-20 | 1 | -0/+2 | |
| | ||||||
* | Use defaults for /statuses commands | James Booth | 2014-01-19 | 1 | -0/+1 | |
| | ||||||
* | Added tests/config/helpers | James Booth | 2014-01-19 | 1 | -0/+1 | |
| | ||||||
* | Added cmd_statuses validation tests | James Booth | 2014-01-19 | 1 | -0/+1 | |
| | ||||||
* | Show OTR coloured status | James Booth | 2014-01-16 | 1 | -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 support | James Booth | 2014-01-12 | 1 | -5/+14 | |
| | ||||||
* | Merge branch 'master' into otr | James Booth | 2014-01-08 | 1 | -1/+0 | |
|\ | ||||||
| * | Removed handle error message function from ProfWin | James Booth | 2014-01-08 | 1 | -1/+0 | |
| | | ||||||
* | | Merge branch 'master' into otr | James Booth | 2014-01-05 | 1 | -0/+1 | |
|\| | ||||||
| * | Added server_events.c | James Booth | 2014-01-05 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch 'master' into otr | James Booth | 2014-01-05 | 1 | -0/+1 | |
|\| | | | | | | | | | Conflicts: .gitignore | |||||
| * | Added tests for contact type | James Booth | 2014-01-05 | 1 | -0/+1 | |
| | |