Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Added /otr trust|untrust commands | James Booth | 2014-01-12 | 2 | -2/+44 | |
| | | ||||||
* | | Added /otr end command | James Booth | 2014-01-11 | 1 | -1/+2 | |
| | | ||||||
* | | End OTR session when user closes chat window | James Booth | 2014-01-11 | 2 | -3/+28 | |
| | | ||||||
* | | Handle window creation for incoming and outgoing OTR sessions | James Booth | 2014-01-11 | 2 | -0/+30 | |
| | | ||||||
* | | Added /otr theirfp with hardcoded fingerprint | James Booth | 2014-01-11 | 4 | -6/+21 | |
| | | ||||||
* | | Added [OTR] and (trusted/untrusted) to titlebar for OTR sessions | James Booth | 2014-01-11 | 3 | -0/+11 | |
| | | ||||||
* | | Refactored setting window recipient | James Booth | 2014-01-11 | 2 | -32/+30 | |
| | | ||||||
* | | Require '/otr start' from both parties before encryption used both ways | James Booth | 2014-01-11 | 4 | -0/+20 | |
|/ | ||||||
* | Removed handle error message function from ProfWin | James Booth | 2014-01-08 | 5 | -119/+51 | |
| | ||||||
* | Removed print message function from ProfWin | James Booth | 2014-01-08 | 3 | -12/+26 | |
| | ||||||
* | Tidied navigation help | James Booth | 2014-01-02 | 1 | -4/+2 | |
| | | | | | | Conflicts: src/ui/console.c | |||||
* | Added full stop to /help service summary | James Booth | 2014-01-02 | 1 | -1/+1 | |
| | ||||||
* | Merge remote-tracking branch 'louiecaulfield/master' | James Booth | 2013-12-29 | 1 | -4/+4 | |
|\ | ||||||
| * | src/ui/core.c: Removed duplicate const keyword | Jasper van Bourgognie | 2013-12-27 | 1 | -4/+4 | |
| | | ||||||
* | | Removed wins_refresh_console when not required for /sub command output | James Booth | 2013-12-27 | 1 | -2/+0 | |
|/ | | | | Implicitly called by cons_show | |||||
* | Bind remaining ui functions in main.c | James Booth | 2013-12-23 | 5 | -40/+63 | |
| | ||||||
* | Bind console functions in main.c | James Booth | 2013-12-23 | 2 | -64/+67 | |
| | ||||||
* | Bind ui core functions in main.c | James Booth | 2013-12-22 | 2 | -81/+75 | |
| | ||||||
* | Bind jabber functions in main.c | James Booth | 2013-12-22 | 1 | -0/+1 | |
| | ||||||
* | Dynamically load UI functions, fixed tests | James Booth | 2013-12-22 | 7 | -505/+683 | |
| | ||||||
* | Added mocks and stubs for cons_show | James Booth | 2013-12-19 | 2 | -3/+4 | |
| | ||||||
* | Moved _ask_password to UI module | James Booth | 2013-12-15 | 2 | -0/+14 | |
| | ||||||
* | Added simple mock test, refactored roster | James Booth | 2013-12-14 | 9 | -43/+25 | |
| | ||||||
* | Merge branch 'master' into refactor2 | James Booth | 2013-11-11 | 4 | -3/+18 | |
|\ | | | | | | | | | Conflicts: src/ui/core.c | |||||
| * | Fixed compile error for -Wduplicate-decl-specifier on OSX | James Booth | 2013-11-10 | 1 | -2/+2 | |
| | | ||||||
| * | Allow "account" setting in [connection] to autconnect the account | James Booth | 2013-11-07 | 2 | -0/+11 | |
| | | | | | | | | closes #251 | |||||
| * | Added MAX_PASSWORD_SIZE set to 64 | James Booth | 2013-11-07 | 1 | -1/+2 | |
| | | | | | | | | fixes #245 | |||||
| * | Merge remote-tracking branch 'tsenart/passwords-on-accounts-file' | James Booth | 2013-11-07 | 1 | -0/+3 | |
| |\ | ||||||
| | * | Use passwords from the accounts file | Tomás Senart | 2013-10-14 | 1 | -0/+1 | |
| |/ | | | | | | | | | | | This commit makes it so that if the password in an account in the accounts file is present, then use it. Otherwise ask for the password to the user. | |||||
* | | 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 | 2 | -26/+4 | |
| | | ||||||
* | | Added p_contact_create_display_string | James Booth | 2013-10-07 | 1 | -38/+8 | |
| | | ||||||
* | | 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 | 1 | -24/+14 | |
| | | | | | | | | 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 | 4 | -25/+82 | |
|/ |