Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'master' into pgp | James Booth | 2015-04-19 | 1 | -0/+2 | |
|\| | ||||||
| * | Added client_events module, reuse message sending code for all commands | James Booth | 2015-04-19 | 1 | -0/+2 | |
| | | ||||||
* | | Merge branch 'master' into pgp | James Booth | 2015-04-19 | 1 | -2/+2 | |
|\| | ||||||
| * | Moved server_events to event/ | James Booth | 2015-04-19 | 1 | -2/+2 | |
| | | ||||||
* | | Added pgp key list command | James Booth | 2015-03-22 | 1 | -0/+9 | |
|/ | ||||||
* | Merge branch 'master' into readline | James Booth | 2015-03-08 | 1 | -1/+5 | |
|\ | ||||||
| * | Fixed tests for --disable-otr | James Booth | 2015-03-04 | 1 | -1/+5 | |
| | | ||||||
* | | Removed history and various key handlers | James Booth | 2015-01-30 | 1 | -6/+0 | |
| | | ||||||
* | | Extracted keyhandler for printable characters | James Booth | 2015-01-20 | 1 | -0/+3 | |
|/ | ||||||
* | Simplified autocompleters and command history | James Booth | 2015-01-16 | 1 | -4/+4 | |
| | ||||||
* | Added remaining chat states | James Booth | 2015-01-11 | 1 | -0/+2 | |
| | ||||||
* | Added test to ensure chat sessions cleared on cmd_disconnect | James Booth | 2015-01-10 | 1 | -0/+1 | |
| | ||||||
* | Added chat session tests | James Booth | 2015-01-06 | 1 | -0/+1 | |
| | ||||||
* | Added server_event tests | James Booth | 2014-12-25 | 1 | -0/+1 | |
| | ||||||
* | Added roster_list tests | James Booth | 2014-12-25 | 1 | -0/+1 | |
| | ||||||
* | Added preferences tests | James Booth | 2014-12-25 | 1 | -0/+1 | |
| | ||||||
* | Added parser tests | James Booth | 2014-12-25 | 1 | -0/+1 | |
| | ||||||
* | Added muc tests | James Booth | 2014-12-25 | 1 | -0/+1 | |
| | ||||||
* | Added jid tests | James Booth | 2014-12-25 | 1 | -0/+1 | |
| | ||||||
* | Added history tests | James Booth | 2014-12-25 | 1 | -0/+1 | |
| | ||||||
* | Added form tests | James Booth | 2014-12-25 | 1 | -1/+2 | |
| | ||||||
* | Added contact tests | James Booth | 2014-12-25 | 1 | -0/+1 | |
| | ||||||
* | Added common tests | James Booth | 2014-12-25 | 1 | -0/+1 | |
| | ||||||
* | Added cmd_win tests | James Booth | 2014-12-25 | 1 | -0/+1 | |
| | ||||||
* | Added cmd_sub tests | James Booth | 2014-12-25 | 1 | -0/+1 | |
| | ||||||
* | Added cmd_statuses tests | James Booth | 2014-12-25 | 1 | -0/+1 | |
| | ||||||
* | Added cmd_roster tests | James Booth | 2014-12-24 | 1 | -0/+1 | |
| | ||||||
* | Added cmd_rooms tests | James Booth | 2014-12-24 | 1 | -0/+1 | |
| | ||||||
* | Added cmd_otr tests | James Booth | 2014-12-24 | 1 | -2/+1 | |
| | ||||||
* | Added cmd_join tests | James Booth | 2014-12-24 | 1 | -0/+1 | |
| | ||||||
* | Added cmd_connect tests | James Booth | 2014-12-24 | 1 | -0/+1 | |
| | ||||||
* | Added cmd_bookmark tests | James Booth | 2014-12-24 | 1 | -0/+1 | |
| | ||||||
* | Added cmd_alias tests | James Booth | 2014-12-24 | 1 | -0/+1 | |
| | ||||||
* | Added autocomplete tests | James Booth | 2014-12-24 | 1 | -0/+1 | |
| | ||||||
* | Use will_return instead of mock values | James Booth | 2014-12-23 | 1 | -3/+3 | |
| | ||||||
* | 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. |