Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|/ | |||||
* | Tidy cmd_tiny | James Booth | 2015-03-16 | 1 | -33/+44 |
| | |||||
* | Added static function for sending otr tagged messages | James Booth | 2015-03-16 | 1 | -17/+20 |
| | |||||
* | Added otr_tag_message, removed commands.c dependency on libotr | James Booth | 2015-03-16 | 3 | -10/+17 |
| | |||||
* | Use static functions in cmd_msg | James Booth | 2015-03-16 | 1 | -21/+8 |
| | |||||
* | Removed window checks before logging in cmd_msg | James Booth | 2015-03-16 | 1 | -9/+3 |
| | |||||
* | Added static functions to commands.c for sending messages | James Booth | 2015-03-16 | 2 | -31/+35 |
| | |||||
* | Moved _strtoi to common, strtoi_range | James Booth | 2015-03-16 | 3 | -39/+39 |
| | |||||
* | Removed console dependency from strtoi | James Booth | 2015-03-16 | 1 | -63/+123 |
| | |||||
* | Moved default and alias command execution | James Booth | 2015-03-16 | 3 | -112/+113 |
| | |||||
* | Fix for chat logging | James Booth | 2015-03-15 | 1 | -68/+64 |
| | |||||
* | Move common chat logging code to log.c | James Booth | 2015-03-15 | 5 | -172/+159 |
| | |||||
* | Tidied help | James Booth | 2015-03-15 | 2 | -14/+16 |
| | |||||
* | Added /receipts command | James Booth | 2015-03-15 | 5 | -1/+28 |
| | |||||
* | Added receipt.sent theme setting | James Booth | 2015-03-15 | 3 | -65/+70 |
| | |||||
* | Fixed merge | James Booth | 2015-03-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into xep-0184 | James Booth | 2015-03-15 | 3 | -6/+64 |
|\ | |||||
| * | Added OTR error messages | James Booth | 2015-03-15 | 3 | -6/+64 |
| | | |||||
* | | Return after message receipt | James Booth | 2015-03-14 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into xep-0184 | James Booth | 2015-03-14 | 3 | -3/+46 |
|\| | | | | | | | | | | | | | | | Conflicts: src/server_events.c src/ui/core.c src/ui/ui.h tests/ui/stub_ui.c | ||||
| * | Don't switch window on sent carbon | James Booth | 2015-03-14 | 3 | -1/+45 |
| | | |||||
* | | Merge branch 'master' into xep-0184 | James Booth | 2015-03-14 | 1 | -1/+1 |
|\| | |||||
| * | Check for sent and received carbons | James Booth | 2015-03-14 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into xep-0184 | James Booth | 2015-03-14 | 1 | -33/+36 |
|\| | | | | | | | | | Conflicts: src/xmpp/message.c | ||||
| * | Fixed error with /otr start with carbons enabled | James Booth | 2015-03-14 | 1 | -33/+36 |
| | | |||||
* | | 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 | 5 | -24/+20 |
| | | |||||
* | | 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 | 5 | -26/+26 |
| | | |||||
* | | Renamed win_save_print -> win_print | James Booth | 2015-03-14 | 6 | -187/+187 |
| | | |||||
* | | Renamed win_save_vprint -> win_vprint | James Booth | 2015-03-14 | 5 | -199/+199 |
| | | |||||
* | | Show message received text for receipts | James Booth | 2015-03-11 | 9 | -31/+49 |
| | | |||||
* | | Added basic delivery receipts | James Booth | 2015-03-11 | 9 | -37/+156 |
|/ | |||||
* | Added /time statusbar preference | James Booth | 2015-03-10 | 7 | -36/+141 |
| | |||||
* | Send private carbons element with message when encrypted | James Booth | 2015-03-10 | 8 | -17/+54 |
| | |||||
* | Added server error handling when setting /carbons preference | James Booth | 2015-03-09 | 5 | -47/+80 |
| | |||||
* | Added /carbons autocompletion | James Booth | 2015-03-09 | 1 | -1/+1 |
| | |||||
* | Added connection check before sending carbons enable/disable IQ | James Booth | 2015-03-09 | 1 | -0/+7 |
| | |||||
* | Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280 | James Booth | 2015-03-08 | 15 | -2/+164 |
|\ | |||||
| * | merge | Olivier LE MOAL | 2015-02-23 | 1 | -1/+6 |
| |\ | |||||
| | * | fix segfault on self sent message carbon | Olivier Le Moal | 2015-02-21 | 1 | -0/+5 |
| | | | |||||
| | * | Add /carbons in /help settings | Olivier LE MOAL | 2015-02-03 | 1 | -1/+1 |
| | | | |||||
| | * | Fix help for message carbons | Olivier LE MOAL | 2015-02-03 | 2 | -3/+2 |
| | | | |||||
| | * | Add preference/commands for carbons message | Olivier LE MOAL | 2015-02-03 | 12 | -6/+85 |
| | | | |||||
| | * | Add XEP-0280 support | Olivier LE MOAL | 2015-02-02 | 8 | -0/+79 |
| | | | |||||
| * | | Add XEP-0280 support | Olivier LE MOAL | 2015-02-10 | 15 | -1/+158 |
| | | | |||||
* | | | 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 |
| | | | |