| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 passw... | James Booth | 2014-05-10 | 5 | -184/+31 |
* | 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 |
* | Added focus param to ui_room_join, not set for bookmark autojoin | James Booth | 2014-04-13 | 3 | -7/+9 |
* | Revert "Added ui_already_connected" | James Booth | 2014-04-12 | 3 | -15/+4 |
* | 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 |
* | Removed strcpy calls | James Booth | 2014-04-02 | 1 | -2/+1 |
* | Added missing files, refactored ui_switch_win to check win exists | James Booth | 2014-04-01 | 4 | -26/+46 |
* | Added test for valid window switch | James Booth | 2014-04-01 | 3 | -1/+16 |
* | Added cmd_win test | James Booth | 2014-04-01 | 3 | -0/+26 |
* | Renamed refresh functions to update_virtual | James Booth | 2014-04-01 | 3 | -8/+8 |
* | Change 'passwd' option to 'password' for /join command | James Booth | 2014-03-16 | 1 | -1/+1 |
* | Use expect_value == NULL for NULL parameters in tests | James Booth | 2014-03-16 | 2 | -4/+4 |
* | Added /roster clearnick command | James Booth | 2014-03-16 | 5 | -1/+184 |
* | Added /roster remove tests | James Booth | 2014-03-16 | 5 | -2/+59 |
* | Added /roster add test | James Booth | 2014-03-16 | 5 | -0/+60 |
* | Added cmd_roster test | James Booth | 2014-03-16 | 5 | -0/+103 |
* | Command '/statuses muc' now allows 'all', 'online' and 'none' settings | James Booth | 2014-03-15 | 5 | -19/+43 |