Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Added mock log module | James Booth | 2013-12-15 | 6 | -2/+127 | |
| | | ||||||
* | | Moved _ask_password to UI module | James Booth | 2013-12-15 | 9 | -43/+49 | |
| | | ||||||
* | | Check expected arg to account_get_account in cmd_rooms test | James Booth | 2013-12-15 | 2 | -0/+2 | |
| | | ||||||
* | | Added cmd_connect tests | James Booth | 2013-12-15 | 6 | -5/+95 | |
| | | ||||||
| * | Merge branch 'master' into otr | James Booth | 2013-12-15 | 52 | -4095/+5120 | |
| |\ | |/ |/| | | | | | Conflicts: src/command/command.c | |||||
* | | Seperated command functions into module | James Booth | 2013-12-15 | 7 | -2492/+2566 | |
| | | ||||||
* | | Mocked account preferences and tested cmd_rooms | James Booth | 2013-12-14 | 7 | -9/+198 | |
| | | ||||||
* | | Removed commented setion from Makefile.am | James Booth | 2013-12-14 | 1 | -22/+0 | |
| | | ||||||
* | | Tidied Makefile.am | James Booth | 2013-12-14 | 1 | -2/+4 | |
| | | ||||||
* | | Removed debug from tests | James Booth | 2013-12-14 | 2 | -6/+5 | |
| | | ||||||
* | | Added roster_list tests to cmocka | James Booth | 2013-12-14 | 4 | -93/+140 | |
| | | ||||||
* | | Added parser tests to cmocka | James Booth | 2013-12-14 | 4 | -180/+221 | |
| | | ||||||
* | | Added history and jid tests to cmocka | James Booth | 2013-12-14 | 6 | -159/+198 | |
| | | ||||||
* | | Added missing files | James Booth | 2013-12-14 | 6 | -0/+516 | |
| | | ||||||
* | | Moved autocomplete tests to cmocka | James Booth | 2013-12-14 | 4 | -49/+48 | |
| | | ||||||
* | | Moved common tests to cmocka | James Booth | 2013-12-14 | 5 | -121/+110 | |
| | | ||||||
* | | Added simple mock test, refactored roster | James Booth | 2013-12-14 | 30 | -582/+703 | |
| | | ||||||
* | | Merge branch 'master' into refactor | James Booth | 2013-12-10 | 1 | -0/+49 | |
|\ \ | ||||||
* \ \ | Merge branch 'master' into refactor | James Booth | 2013-12-10 | 3 | -53/+22 | |
|\ \ \ | ||||||
* \ \ \ | Merge branch 'master' into refactor | James Booth | 2013-12-08 | 3 | -9/+46 | |
|\ \ \ \ | ||||||
* \ \ \ \ | Merge branch 'master' into refactor | James Booth | 2013-12-08 | 1 | -20/+43 | |
|\ \ \ \ \ | ||||||
* \ \ \ \ \ | Merge branch 'master' into refactor | James Booth | 2013-11-20 | 1 | -2/+23 | |
|\ \ \ \ \ \ | ||||||
* \ \ \ \ \ \ | Merge branch 'master' into refactor2 | James Booth | 2013-11-11 | 16 | -31/+139 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/ui/core.c | |||||
* | | | | | | | | Removed usages of ui_current_print_line from ui/core.c | James Booth | 2013-10-07 | 1 | -3/+3 | |
| | | | | | | | | ||||||
* | | | | | | | | Tidy _ui_draw_win_title | James Booth | 2013-10-07 | 1 | -3/+8 | |
| | | | | | | | | ||||||
* | | | | | | | | Removed _win_show_error_msg | James Booth | 2013-10-07 | 1 | -11/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Refactor ui_create_duck_win | James Booth | 2013-10-07 | 1 | -2/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Refactor ui_recipient_gone | James Booth | 2013-10-07 | 1 | -6/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Added win_page_off | James Booth | 2013-10-07 | 3 | -12/+18 | |
| | | | | | | | | ||||||
* | | | | | | | | Moved idle chat state handling out of ui module | James Booth | 2013-10-07 | 3 | -27/+29 | |
| | | | | | | | | ||||||
* | | | | | | | | Added p_contact_create_display_string | James Booth | 2013-10-07 | 3 | -38/+34 | |
| | | | | | | | | ||||||
* | | | | | | | | Moved win_show_status function to window module | James Booth | 2013-10-06 | 3 | -94/+94 | |
| | | | | | | | | ||||||
* | | | | | | | | PREF_STATUSES, moved checks to profanity module | James Booth | 2013-10-06 | 2 | -26/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed checks from muc presence, and when contact is offline on message | |||||
* | | | | | | | | Moved check for PREF_STATUSES | James Booth | 2013-10-06 | 1 | -17/+24 | |
| | | | | | | | | ||||||
* | | | | | | | | Rename window in ui_handle_error_message | James Booth | 2013-10-06 | 1 | -2/+2 | |
| | | | | | | | | ||||||
* | | | | | | | | Refactor wins_refresh_current | James Booth | 2013-10-06 | 1 | -3/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Removed generic functions from ProfWin | James Booth | 2013-10-06 | 5 | -168/+154 | |
| | | | | | | | | ||||||
* | | | | | | | | Refactor ui_current_error_line | James Booth | 2013-10-06 | 1 | -6/+2 | |
| | | | | | | | | ||||||
* | | | | | | | | Refactor ui_incoming_message | James Booth | 2013-10-06 | 1 | -22/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Moved status display when receiveing delayed delivery | James Booth | 2013-10-06 | 1 | -7/+8 | |
| | | | | | | | | ||||||
* | | | | | | | | ProfWin->print_incoming_message added | James Booth | 2013-10-06 | 3 | -22/+54 | |
| | | | | | | | | ||||||
* | | | | | | | | Use ProfWin->print_line for console typing notifications | James Booth | 2013-10-06 | 1 | -4/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Added show_char and attrs to ProfWin->print_line | James Booth | 2013-10-06 | 4 | -6/+11 | |
| | | | | | | | | ||||||
* | | | | | | | | Added muc_window | James Booth | 2013-10-06 | 5 | -25/+83 | |
| | | | | | | | | ||||||
| | | | | | | * | Merge branch 'master' into otr | James Booth | 2013-12-10 | 1 | -0/+49 | |
| | | | | | | |\ | | | | | | | |/ | | | | | | |/| | ||||||
| | | | | | * | | Implemented autocomplete for /account command <setting> parameter | James Booth | 2013-12-10 | 1 | -0/+49 | |
| | | | | |/ / | | | | | | | | | | | | | | | | | | | | | | fixes #260 | |||||
| | | | | | * | Merge branch 'master' into otr | James Booth | 2013-12-10 | 3 | -53/+22 | |
| | | | | | |\ | | | | | | |/ | | | | | |/| | ||||||
| | | | | * | | Added comments to autocomplete.h | James Booth | 2013-12-10 | 1 | -1/+7 | |
| | | | | | | | ||||||
| | | | | * | | Tidy autocomplete.h | James Booth | 2013-12-09 | 1 | -1/+7 | |
| | | | | | | | ||||||
| | | | | * | | Removed unused boolean result from autocomplete add and remove | James Booth | 2013-12-09 | 3 | -45/+8 | |
| | | | | | | |