Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | 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 | |
| * | | | | | | 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 | |
* | | | | | | | 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 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge branch 'master' into otr | James Booth | 2013-12-10 | 2 | -16/+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 | 2 | -8/+8 | |
| * | | | | | Removed unused prototypes from autocomplete.h | James Booth | 2013-12-09 | 1 | -6/+0 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge branch 'master' into otr | James Booth | 2013-12-08 | 3 | -9/+46 | |
|\| | | | | ||||||
| * | | | | Added clear command to /account for password clearing | James Booth | 2013-12-08 | 3 | -9/+46 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge branch 'master' into otr | James Booth | 2013-12-08 | 1 | -20/+43 | |
|\| | | | ||||||
| * | | | Added command parameter to /autoconnect (set, off) | James Booth | 2013-12-08 | 1 | -20/+43 | |
| | |/ | |/| | ||||||
* | | | Merge branch 'master' into otr | James Booth | 2013-11-10 | 4 | -5/+5 | |
|\| | | ||||||
| * | | Fixed compile error for -Wduplicate-decl-specifier on OSX | James Booth | 2013-11-10 | 4 | -5/+5 | |
* | | | Added /otr command | James Booth | 2013-11-08 | 2 | -3/+32 | |
* | | | Create fingerprints file, callbacks, and message send | James Booth | 2013-11-08 | 3 | -14/+223 | |
* | | | Generate privatekey | James Booth | 2013-11-08 | 1 | -17/+18 | |
* | | | Load keys and fingerprints for account on connect | James Booth | 2013-11-08 | 3 | -2/+45 | |
* | | | Added libotr | James Booth | 2013-11-08 | 3 | -1/+67 | |
|/ / | ||||||
* | | Added /account set <account> password <password> | James Booth | 2013-11-07 | 3 | -0/+15 | |
* | | Allow "account" setting in [connection] to autconnect the account | James Booth | 2013-11-07 | 6 | -2/+53 | |
* | | Use correct type in account rename for priorities | James Booth | 2013-11-07 | 1 | -5/+5 | |
* | | Added MAX_PASSWORD_SIZE set to 64 | James Booth | 2013-11-07 | 3 | -2/+5 | |
* | | Merge remote-tracking branch 'tsenart/connect-on-startup' | James Booth | 2013-11-07 | 3 | -3/+13 | |
|\ \ | ||||||
| * | | Connect to an account on start-up | Tomás Senart | 2013-10-14 | 3 | -3/+11 | |
| |/ | ||||||
* | | Merge remote-tracking branch 'tsenart/passwords-on-accounts-file' | James Booth | 2013-11-07 | 6 | -15/+44 | |
|\ \ | |/ |/| | ||||||
| * | Use passwords from the accounts file | Tomás Senart | 2013-10-14 | 6 | -15/+41 | |
|/ | ||||||
* | Remove implicit refresh from ProfWin->print_line | James Booth | 2013-10-06 | 3 | -3/+4 | |
* | Refactored ui_current_print_line | James Booth | 2013-10-06 | 1 | -7/+1 | |
* | OO style for ProfWin type | James Booth | 2013-10-06 | 5 | -162/+175 | |
* | Added win_refresh function | James Booth | 2013-10-06 | 2 | -0/+6 | |
* | Refactored error message handling | James Booth | 2013-10-06 | 3 | -15/+59 |