about summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Added cmd_win testsJames Booth2014-12-253-5/+11
|
* Added cmd_sub testsJames Booth2014-12-252-7/+5
|
* Added cmd_statuses testsJames Booth2014-12-252-15/+3
|
* Added cmd_roster testsJames Booth2014-12-244-42/+67
|
* Added cmd_rooms testsJames Booth2014-12-243-17/+18
|
* Added cmd_otr testsJames Booth2014-12-246-98/+224
|
* Added cmd_join testsJames Booth2014-12-243-35/+45
|
* Added cmd_connect testsJames Booth2014-12-247-115/+131
|
* Added cmd_bookmark testsJames Booth2014-12-244-55/+94
|
* Added cmd_alias testsJames Booth2014-12-243-15/+10
|
* Added autocomplete testsJames Booth2014-12-241-2/+2
|
* Refactored all cmd_account testsJames Booth2014-12-245-338/+257
|
* Refactoring cmd_account testsJames Booth2014-12-243-51/+11
|
* Refactoring cmd_account testsJames Booth2014-12-244-43/+35
|
* Use will_return instead of mock valuesJames Booth2014-12-2310-122/+27
|
* cmd_account_shows_account_when_connected_and_no_argsJames Booth2014-12-2310-14/+73
|
* Added stubbed implementationsJames Booth2014-12-2311-6/+764
|
* Fixed testsJames Booth2014-12-204-5/+32
|
* Refactored all window recipients and typesJames Booth2014-12-204-28/+7
| | | | Tests need fixing
* Moved roster functionsJames Booth2014-12-163-5/+5
|
* Refactored parsing capsJames Booth2014-11-263-0/+22
|
* Renamed roster autocomplete functionsJames Booth2014-11-221-14/+14
|
* Fixed broken testJames Booth2014-11-133-0/+13
|
* Fixed various memory leaksJames Booth2014-11-011-3/+15
|
* Removed /duck commandJames Booth2014-10-183-14/+0
|
* Tidied muc moduleJames Booth2014-09-283-27/+27
|
* Renamed autocomplete function to get listJames Booth2014-09-261-4/+8
|
* Fixed testsJames Booth2014-09-212-51/+51
|
* Added autocompletion for form list-multi valuesJames Booth2014-09-171-0/+1
|
* Added tests for form_remove_text_multi_valueJames Booth2014-09-153-6/+171
|
* Added tests for form_remove_valueJames Booth2014-09-153-0/+146
|
* Added tests for form_add_valueJames Booth2014-09-153-0/+124
|
* Added form testsJames Booth2014-09-143-0/+378
|
* Always update UI in event loop, removed updates from rest of codeJames Booth2014-09-012-15/+0
|
* Added /bookmark with no args usage when in chat roomJames Booth2014-08-191-0/+9
| | | | issue #402
* Added test for jid validation on /bookmark addJames Booth2014-08-183-1/+21
|
* Added quote param to autocomplete_completeJames Booth2014-07-091-5/+5
|
* Fixed memleak in chat log historyJames Booth2014-06-271-1/+1
|
* Fixed tests for sha1 renamingJames Booth2014-06-153-30/+30
|
* Fixed tests to work with cmocka 0.4.1James Booth2014-05-265-13/+13
|
* Added backwards compatible g_list_free_full for glib < 2.28James Booth2014-05-211-0/+1
|
* Added config.h to mock_otr.cJames Booth2014-05-191-0/+3
|
* Fixed OTR dependency when library not present, changed version to 0.4.2James Booth2014-05-191-0/+4
|
* Implemented per contact OTR policy settingJames Booth2014-05-114-10/+10
|
* Added OTR policy account preferenceJames Booth2014-05-114-10/+10
|
* Refactored bookmarks to use option parser, allow bookmarking rooms with ↵James Booth2014-05-105-184/+31
| | | | passwords
* Changed to use gnutls instead of openssl for sha1 hashingJames Booth2014-05-013-0/+71
|
* Chat room windows now created only after successful joinJames Booth2014-04-217-71/+10
|
* Store password with roomJames Booth2014-04-203-5/+5
|
* Simplified parse_options to take first option as argumentJames Booth2014-04-151-9/+9
|