about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | Added otr_tag_message, removed commands.c dependency on libotrJames Booth2015-03-164-11/+23
* | Use static functions in cmd_msgJames Booth2015-03-161-21/+8
* | Removed window checks before logging in cmd_msgJames Booth2015-03-161-9/+3
* | Added static functions to commands.c for sending messagesJames Booth2015-03-162-31/+35
* | Moved _strtoi to common, strtoi_rangeJames Booth2015-03-163-39/+39
* | Removed console dependency from strtoiJames Booth2015-03-161-63/+123
* | Moved default and alias command executionJames Booth2015-03-163-112/+113
* | Fix for chat loggingJames Booth2015-03-151-68/+64
* | Move common chat logging code to log.cJames Booth2015-03-156-174/+167
* | Updated CHANGELOGJames Booth2015-03-151-0/+1
* | Tidied helpJames Booth2015-03-152-14/+16
* | Added /receipts commandJames Booth2015-03-156-1/+29
* | Added receipt.sent theme settingJames Booth2015-03-1518-78/+97
* | Merge branch 'master' into xep-0184James Booth2015-03-151-2/+2
|\ \
| * | Added freebsd check for libnotifyJames Booth2015-03-151-2/+2
* | | Fixed mergeJames Booth2015-03-151-1/+1
* | | Merge branch 'master' into xep-0184James Booth2015-03-153-6/+64
|\| |
| * | Added OTR error messagesJames Booth2015-03-153-6/+64
* | | Return after message receiptJames Booth2015-03-141-1/+1
* | | Merge branch 'master' into xep-0184James Booth2015-03-144-3/+47
|\| |
| * | Don't switch window on sent carbonJames Booth2015-03-144-1/+47
* | | Merge branch 'master' into xep-0184James Booth2015-03-141-1/+1
|\| |
| * | Check for sent and received carbonsJames Booth2015-03-141-1/+1
* | | Merge branch 'master' into xep-0184James Booth2015-03-141-33/+36
|\| |
| * | Fixed error with /otr start with carbons enabledJames Booth2015-03-141-33/+36
* | | Use colouring for message receiptsJames Booth2015-03-145-20/+92
* | | Removed from argument from outgoing message functionsJames Booth2015-03-146-28/+22
* | | Renamed win_save_newline -> win_newlineJames Booth2015-03-144-26/+26
* | | Renamed win_save_println -> win_printlnJames Booth2015-03-145-26/+26
* | | Renamed win_save_print -> win_printJames Booth2015-03-146-187/+187
* | | Renamed win_save_vprint -> win_vprintJames Booth2015-03-145-199/+199
* | | Show message received text for receiptsJames Booth2015-03-1111-34/+54
* | | Added basic delivery receiptsJames Booth2015-03-1110-37/+158
|/ /
* | Added /time statusbar preferenceJames Booth2015-03-1010-36/+144
* | Updated changelogJames Booth2015-03-101-0/+6
* | Send private carbons element with message when encryptedJames Booth2015-03-1010-19/+62
* | Added server error handling when setting /carbons preferenceJames Booth2015-03-095-47/+80
* | Added /carbons autocompletionJames Booth2015-03-091-1/+1
* | Added connection check before sending carbons enable/disable IQJames Booth2015-03-091-0/+7
* | Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280James Booth2015-03-0817-2/+167
|\ \
| * | Upgrade CMocka to 1.0.0Olivier LE MOAL2015-02-251-4/+4
| * | mergeOlivier LE MOAL2015-02-231-1/+6
| |\ \
| | * | fix segfault on self sent message carbonOlivier Le Moal2015-02-211-0/+5
| | * | Fix stubOlivier LE MOAL2015-02-031-2/+2
| | * | Add declarations to tests headersOlivier LE MOAL2015-02-032-0/+3
| | * | Add /carbons in /help settingsOlivier LE MOAL2015-02-031-1/+1
| | * | Fix help for message carbonsOlivier LE MOAL2015-02-032-3/+2
| | * | Add preference/commands for carbons messageOlivier LE MOAL2015-02-0312-6/+85
| | * | Add XEP-0280 supportOlivier LE MOAL2015-02-028-0/+79
| * | | Add XEP-0280 supportOlivier LE MOAL2015-02-1017-1/+161