Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added autocomplete tests | James Booth | 2014-12-24 | 1 | -2/+2 | |
| | ||||||
* | Refactored all cmd_account tests | James Booth | 2014-12-24 | 5 | -338/+257 | |
| | ||||||
* | Refactoring cmd_account tests | James Booth | 2014-12-24 | 3 | -51/+11 | |
| | ||||||
* | Refactoring cmd_account tests | James Booth | 2014-12-24 | 4 | -43/+35 | |
| | ||||||
* | Use will_return instead of mock values | James Booth | 2014-12-23 | 10 | -122/+27 | |
| | ||||||
* | cmd_account_shows_account_when_connected_and_no_args | James Booth | 2014-12-23 | 10 | -14/+73 | |
| | ||||||
* | Added stubbed implementations | James Booth | 2014-12-23 | 11 | -6/+764 | |
| | ||||||
* | Fixed tests | James Booth | 2014-12-20 | 4 | -5/+32 | |
| | ||||||
* | Refactored all window recipients and types | James Booth | 2014-12-20 | 4 | -28/+7 | |
| | | | | Tests need fixing | |||||
* | Moved roster functions | James Booth | 2014-12-16 | 3 | -5/+5 | |
| | ||||||
* | Refactored parsing caps | James Booth | 2014-11-26 | 3 | -0/+22 | |
| | ||||||
* | Renamed roster autocomplete functions | James Booth | 2014-11-22 | 1 | -14/+14 | |
| | ||||||
* | Fixed broken test | James Booth | 2014-11-13 | 3 | -0/+13 | |
| | ||||||
* | Fixed various memory leaks | James Booth | 2014-11-01 | 1 | -3/+15 | |
| | ||||||
* | Removed /duck command | James Booth | 2014-10-18 | 3 | -14/+0 | |
| | ||||||
* | Tidied muc module | James Booth | 2014-09-28 | 3 | -27/+27 | |
| | ||||||
* | Renamed autocomplete function to get list | James Booth | 2014-09-26 | 1 | -4/+8 | |
| | ||||||
* | Fixed tests | James Booth | 2014-09-21 | 2 | -51/+51 | |
| | ||||||
* | Added autocompletion for form list-multi values | James Booth | 2014-09-17 | 1 | -0/+1 | |
| | ||||||
* | Added tests for form_remove_text_multi_value | James Booth | 2014-09-15 | 3 | -6/+171 | |
| | ||||||
* | Added tests for form_remove_value | James Booth | 2014-09-15 | 3 | -0/+146 | |
| | ||||||
* | Added tests for form_add_value | James Booth | 2014-09-15 | 3 | -0/+124 | |
| | ||||||
* | Added form tests | James Booth | 2014-09-14 | 3 | -0/+378 | |
| | ||||||
* | Always update UI in event loop, removed updates from rest of code | James Booth | 2014-09-01 | 2 | -15/+0 | |
| | ||||||
* | Added /bookmark with no args usage when in chat room | James Booth | 2014-08-19 | 1 | -0/+9 | |
| | | | | issue #402 | |||||
* | Added test for jid validation on /bookmark add | James Booth | 2014-08-18 | 3 | -1/+21 | |
| | ||||||
* | Added quote param to autocomplete_complete | James Booth | 2014-07-09 | 1 | -5/+5 | |
| | ||||||
* | Fixed memleak in chat log history | James Booth | 2014-06-27 | 1 | -1/+1 | |
| | ||||||
* | Fixed tests for sha1 renaming | James Booth | 2014-06-15 | 3 | -30/+30 | |
| | ||||||
* | Fixed tests to work with cmocka 0.4.1 | James Booth | 2014-05-26 | 5 | -13/+13 | |
| | ||||||
* | Added backwards compatible g_list_free_full for glib < 2.28 | James Booth | 2014-05-21 | 1 | -0/+1 | |
| | ||||||
* | Added config.h to mock_otr.c | James Booth | 2014-05-19 | 1 | -0/+3 | |
| | ||||||
* | Fixed OTR dependency when library not present, changed version to 0.4.2 | James Booth | 2014-05-19 | 1 | -0/+4 | |
| | ||||||
* | Implemented per contact OTR policy setting | James Booth | 2014-05-11 | 4 | -10/+10 | |
| | ||||||
* | Added OTR policy account preference | James Booth | 2014-05-11 | 4 | -10/+10 | |
| | ||||||
* | Refactored bookmarks to use option parser, allow bookmarking rooms with ↵ | James Booth | 2014-05-10 | 5 | -184/+31 | |
| | | | | passwords | |||||
* | Changed to use gnutls instead of openssl for sha1 hashing | James Booth | 2014-05-01 | 3 | -0/+71 | |
| | ||||||
* | Chat room windows now created only after successful join | James Booth | 2014-04-21 | 7 | -71/+10 | |
| | ||||||
* | Store password with room | James Booth | 2014-04-20 | 3 | -5/+5 | |
| | ||||||
* | Simplified parse_options to take first option as argument | James Booth | 2014-04-15 | 1 | -9/+9 | |
| | ||||||
* | Simplified parse_options to take gchar** | James Booth | 2014-04-15 | 1 | -46/+9 | |
| | ||||||
* | Clean up keys after using parse_options | James Booth | 2014-04-14 | 1 | -0/+9 | |
| | ||||||
* | Check for duplicate options in option parser | James Booth | 2014-04-14 | 3 | -1/+23 | |
| | ||||||
* | Added parse_options | James Booth | 2014-04-14 | 3 | -0/+181 | |
| | ||||||
* | Fixed broken test, added log mock | James Booth | 2014-04-13 | 1 | -0/+4 | |
| | ||||||
* | Added /log shared setting | James Booth | 2014-04-13 | 1 | -0/+1 | |
| | | | | Issue #170 | |||||
* | Added focus param to ui_room_join, not set for bookmark autojoin | James Booth | 2014-04-13 | 3 | -7/+9 | |
| | | | | Issue #194 | |||||
* | Revert "Added ui_already_connected" | James Booth | 2014-04-12 | 3 | -15/+4 | |
| | | | | This reverts commit e97ec56fce641554ff7aa2ff9f0583e1fb9fc364. | |||||
* | Added ui_already_connected | James Booth | 2014-04-09 | 3 | -4/+15 | |
| | ||||||
* | Command argument parsers set result argument | James Booth | 2014-04-09 | 1 | -130/+186 | |
| |