about summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Simplified parse_options to take gchar**James Booth2014-04-151-46/+9
|
* Clean up keys after using parse_optionsJames Booth2014-04-141-0/+9
|
* Check for duplicate options in option parserJames Booth2014-04-143-1/+23
|
* Added parse_optionsJames Booth2014-04-143-0/+181
|
* Fixed broken test, added log mockJames Booth2014-04-131-0/+4
|
* Added /log shared settingJames Booth2014-04-131-0/+1
| | | | Issue #170
* Added focus param to ui_room_join, not set for bookmark autojoinJames Booth2014-04-133-7/+9
| | | | Issue #194
* Revert "Added ui_already_connected"James Booth2014-04-123-15/+4
| | | | This reverts commit e97ec56fce641554ff7aa2ff9f0583e1fb9fc364.
* Added ui_already_connectedJames Booth2014-04-093-4/+15
|
* Command argument parsers set result argumentJames Booth2014-04-091-130/+186
|
* Removed strcpy callsJames Booth2014-04-021-2/+1
|
* Added missing files, refactored ui_switch_win to check win existsJames Booth2014-04-014-26/+46
|
* Added test for valid window switchJames Booth2014-04-013-1/+16
|
* Added cmd_win testJames Booth2014-04-013-0/+26
|
* Renamed refresh functions to update_virtualJames Booth2014-04-013-8/+8
|
* Change 'passwd' option to 'password' for /join commandJames Booth2014-03-161-1/+1
|
* Use expect_value == NULL for NULL parameters in testsJames Booth2014-03-162-4/+4
|
* Added /roster clearnick commandJames Booth2014-03-165-1/+184
|
* Added /roster remove testsJames Booth2014-03-165-2/+59
|
* Added /roster add testJames Booth2014-03-165-0/+60
|
* Added cmd_roster testJames Booth2014-03-165-0/+103
|
* Command '/statuses muc' now allows 'all', 'online' and 'none' settingsJames Booth2014-03-155-19/+43
|
* Updated copyrightJames Booth2014-03-093-66/+0
|
* Test for password usage on /joinJames Booth2014-03-083-0/+32
|
* Added test for account muc_service usageJames Booth2014-03-083-1/+32
|
* Added test for using account->muc_nickJames Booth2014-03-083-0/+29
|
* Refactored muc_room_is_active to only take room, rather than full jidJames Booth2014-03-082-10/+7
|
* Added test for /join with nick optionJames Booth2014-03-087-424/+65
|
* Added invalid jid test for /joinJames Booth2014-03-083-0/+19
|
* Added test to show usage when no room supplied to /joinJames Booth2014-03-083-0/+21
|
* Added connection status tests for cmd_joinJames Booth2014-03-083-0/+494
|
* Test /otr start sends OTR query message to current recipientJames Booth2014-02-237-0/+56
|
* Added test for /otr start when no key loadedJames Booth2014-02-233-0/+20
|