about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed tests for new command formatJames Booth2015-07-2716-851/+353
|
* Use command definition macros for remaining commandsJames Booth2015-07-261-676/+461
|
* Added command definition macrosJames Booth2015-07-261-329/+229
|
* Show command header in help outputJames Booth2015-07-261-1/+8
|
* Reordered command argumentsJames Booth2015-07-263-166/+166
|
* Added message for invalid /wins usageJames Booth2015-07-261-0/+2
|
* Removed old command helpJames Booth2015-07-266-426/+414
|
* Updated help category outputJames Booth2015-07-263-96/+100
|
* Moved remaining help to new formatJames Booth2015-07-262-404/+507
|
* Fix formatting for variables in new helpJames Booth2015-07-251-15/+15
|
* Generate HTML docs using new help formatJames Booth2015-07-251-15/+73
|
* Added more help to new formatJames Booth2015-07-251-504/+744
|
* Added roster to new help formatJames Booth2015-07-241-42/+54
|
* Added msg to new help formatJames Booth2015-07-241-26/+37
|
* Added connect to new help formatJames Booth2015-07-242-57/+64
|
* Moved help and about to new formatJames Booth2015-07-236-111/+244
|
* Merge branch 'master' into helpJames Booth2015-07-232-18/+17
|\
| * tests: prof_connect_with_roster takes itemsJames Booth2015-07-232-18/+17
| |
* | Merge branch 'master' into helpJames Booth2015-07-228-13/+160
|\|
| * Added id attributes to roster queriesJames Booth2015-07-228-13/+160
| | | | | | | | fixes #596
* | Added help example textJames Booth2015-07-221-0/+89
| |
* | Fix /help commands spacingJames Booth2015-07-211-1/+1
|/
* Changed os check ordering in install-all.shJames Booth2015-07-211-2/+2
|
* Added centos to install-all.shJames Booth2015-07-211-0/+19
|
* Updated CHANGELOGJames Booth2015-07-211-2/+2
|
* Updated CHANGELOGJames Booth2015-07-211-0/+4
|
* Added libexpect check for functional testsJames Booth2015-07-202-1/+6
|
* Added reciept send functional testJames Booth2015-07-203-0/+23
|
* Added receipt request functional testJames Booth2015-07-204-1/+36
|
* Added functional test macroJames Booth2015-07-201-102/+36
|
* Added carbon message testsJames Booth2015-07-203-0/+79
|
* Fixed time preference displayJames Booth2015-07-191-8/+4
|
* Removed /mouse commandJames Booth2015-07-1911-89/+6
|
* Added carbons enable/disable testsJames Booth2015-07-154-1/+35
|
* Removed 'empty' from roster autocompleterJames Booth2015-07-141-1/+0
|
* Check for self jid on /softwareJames Booth2015-07-081-0/+4
| | | | fixed #592
* Changed /roster empty -> /roster remove_all contactsJames Booth2015-07-082-21/+36
| | | | Make it difficult to accidentally use this command.
* Merge remote-tracking branch 'quite/hideempty'James Booth2015-07-087-4/+36
|\
| * Allow hiding of empty presence groups: /roster {show,hide} empty (default is ↵Daniel2015-07-087-4/+36
|/ | | | show)
* Added carbons command functional testJames Booth2015-07-054-0/+31
|
* Only run functional tests when libstabber availableJames Booth2015-07-032-3/+9
|
* Fixed segfault in unit testsJames Booth2015-07-021-0/+1
|
* Suppress all compile warning when building unit testsJames Booth2015-07-021-0/+1
|
* Migrate old time display format settingsJames Booth2015-07-021-0/+22
|
* Default autoping to 1 minute #541James Booth2015-07-021-1/+5
|
* Removed subscribed check when displaying roster panelJames Booth2015-07-021-33/+31
|
* Merge remote-tracking branch 'SamWhited/otr_no_store_carbons'James Booth2015-07-013-0/+29
|\
| * Add no-copy and no-store hints to OTR messagesSam Whited2015-07-013-0/+29
| |
* | Don't write chars during password inputJames Booth2015-07-011-1/+3
| |
* | Merge remote-tracking branch 'pasis/ui-ignore-EINTR'James Booth2015-07-011-18/+7
|\ \