Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'master' into pgp | James Booth | 2015-05-03 | 1 | -1/+6 | |
|\| | ||||||
| * | Show resource in status bar | James Booth | 2015-05-03 | 1 | -1/+6 | |
* | | Merge branch 'master' into pgp | James Booth | 2015-04-30 | 4 | -77/+23 | |
|\| | ||||||
| * | Move current win check to event, removed next and prev win functions | James Booth | 2015-04-30 | 4 | -77/+23 | |
* | | Merge branch 'master' into pgp | James Booth | 2015-04-30 | 4 | -85/+62 | |
|\| | ||||||
| * | Removed ui_win_switch_num | James Booth | 2015-04-30 | 4 | -86/+62 | |
| * | Added assert to ui_switch_win | James Booth | 2015-04-30 | 1 | -0/+1 | |
* | | Merge branch 'master' into pgp | James Booth | 2015-04-30 | 2 | -16/+2 | |
|\| | ||||||
| * | Removed some ui functions, inlined | James Booth | 2015-04-30 | 2 | -16/+2 | |
* | | Merge branch 'master' into pgp | James Booth | 2015-04-29 | 2 | -0/+7 | |
|\| | ||||||
| * | Added ui_win_error_line() | James Booth | 2015-04-29 | 2 | -0/+7 | |
* | | Merge branch 'master' into pgp | James Booth | 2015-04-29 | 2 | -124/+63 | |
|\| | ||||||
| * | Return result on OTR message sending | James Booth | 2015-04-29 | 2 | -20/+8 | |
| * | Reuse ui_new_chat_win | James Booth | 2015-04-29 | 1 | -55/+17 | |
| * | _win_show_history takes ProfChatWin as first arg | James Booth | 2015-04-29 | 1 | -66/+55 | |
* | | Merge branch 'master' into pgp | James Booth | 2015-04-28 | 1 | -26/+0 | |
|\| | ||||||
| * | Removed commented code | James Booth | 2015-04-28 | 1 | -26/+0 | |
* | | Merge branch 'master' into pgp | James Booth | 2015-04-21 | 4 | -56/+55 | |
|\| | ||||||
| * | Moved new chat win events to client events module | James Booth | 2015-04-21 | 4 | -56/+55 | |
* | | Merge branch 'master' into pgp | James Booth | 2015-04-21 | 1 | -5/+0 | |
|\| | ||||||
| * | Removed unused otr check | James Booth | 2015-04-19 | 1 | -5/+0 | |
* | | Merge branch 'master' into pgp | James Booth | 2015-04-12 | 7 | -6/+40 | |
|\| | ||||||
| * | Added option to show jids in occupants panel | James Booth | 2015-04-12 | 7 | -6/+40 | |
* | | Added pgpkeyid account setting, send signed presence | James Booth | 2015-03-23 | 1 | -0/+4 | |
|/ | ||||||
* | Added individual options to send and request delivery receipts | James Booth | 2015-03-19 | 3 | -5/+11 | |
* | Merge remote-tracking branch 'origin/master' | James Booth | 2015-03-18 | 1 | -1/+1 | |
|\ | ||||||
| * | Fix buffer entry free | James Booth | 2015-03-17 | 1 | -1/+1 | |
* | | Added keybindings for rxvt | James Booth | 2015-03-18 | 1 | -6/+13 | |
|/ | ||||||
* | Added static functions to commands.c for sending messages | James Booth | 2015-03-16 | 1 | -1/+0 | |
* | Tidied help | James Booth | 2015-03-15 | 1 | -12/+14 | |
* | Added /receipts command | James Booth | 2015-03-15 | 2 | -0/+10 | |
* | Added receipt.sent theme setting | James Booth | 2015-03-15 | 1 | -3/+3 | |
* | Fixed merge | James Booth | 2015-03-15 | 1 | -1/+1 | |
* | Merge branch 'master' into xep-0184 | James Booth | 2015-03-15 | 2 | -0/+13 | |
|\ | ||||||
| * | Added OTR error messages | James Booth | 2015-03-15 | 2 | -0/+13 | |
* | | Merge branch 'master' into xep-0184 | James Booth | 2015-03-14 | 2 | -0/+42 | |
|\| | ||||||
| * | Don't switch window on sent carbon | James Booth | 2015-03-14 | 2 | -0/+44 | |
* | | Use colouring for message receipts | James Booth | 2015-03-14 | 5 | -20/+92 | |
* | | Removed from argument from outgoing message functions | James Booth | 2015-03-14 | 2 | -11/+7 | |
* | | Renamed win_save_newline -> win_newline | James Booth | 2015-03-14 | 4 | -26/+26 | |
* | | Renamed win_save_println -> win_println | James Booth | 2015-03-14 | 4 | -22/+22 | |
* | | Renamed win_save_print -> win_print | James Booth | 2015-03-14 | 5 | -182/+182 | |
* | | Renamed win_save_vprint -> win_vprint | James Booth | 2015-03-14 | 4 | -191/+191 | |
* | | Show message received text for receipts | James Booth | 2015-03-11 | 2 | -3/+12 | |
* | | Added basic delivery receipts | James Booth | 2015-03-11 | 2 | -0/+14 | |
|/ | ||||||
* | Added /time statusbar preference | James Booth | 2015-03-10 | 2 | -12/+52 | |
* | Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280 | James Booth | 2015-03-08 | 2 | -0/+10 | |
|\ | ||||||
| * | Add XEP-0280 support | Olivier LE MOAL | 2015-02-10 | 2 | -0/+10 | |
* | | Merge branch 'master' into readline | James Booth | 2015-03-08 | 1 | -4/+5 | |
|\ \ | ||||||
| * | | Fixed swapping windows when in source win | James Booth | 2015-03-03 | 1 | -4/+5 |