Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | 1 | -10/+3 | |
| | | ||||||
* | | 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 | 1 | -30/+35 | |
| | | ||||||
* | | Moved _strtoi to common, strtoi_range | James Booth | 2015-03-16 | 1 | -39/+11 | |
| | | ||||||
* | | 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 | 2 | -136/+74 | |
| | | ||||||
* | | Tidied help | James Booth | 2015-03-15 | 1 | -2/+2 | |
| | | ||||||
* | | Added /receipts command | James Booth | 2015-03-15 | 3 | -1/+18 | |
| | | ||||||
* | | Removed from argument from outgoing message functions | James Booth | 2015-03-14 | 2 | -12/+12 | |
| | | ||||||
* | | Renamed win_save_println -> win_println | James Booth | 2015-03-14 | 1 | -4/+4 | |
| | | ||||||
* | | Renamed win_save_print -> win_print | James Booth | 2015-03-14 | 1 | -5/+5 | |
| | | ||||||
* | | Renamed win_save_vprint -> win_vprint | James Booth | 2015-03-14 | 1 | -8/+8 | |
| | | ||||||
* | | Show message received text for receipts | James Booth | 2015-03-11 | 2 | -15/+16 | |
| | | ||||||
* | | Added /time statusbar preference | James Booth | 2015-03-10 | 2 | -24/+82 | |
| | | ||||||
* | | Send private carbons element with message when encrypted | James Booth | 2015-03-10 | 2 | -6/+6 | |
| | | ||||||
* | | Added server error handling when setting /carbons preference | James Booth | 2015-03-09 | 1 | -1/+1 | |
| | | ||||||
* | | 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 | 3 | -1/+27 | |
|\ \ | ||||||
| * | | Add XEP-0280 support | Olivier LE MOAL | 2015-02-10 | 3 | -1/+27 | |
| | | | ||||||
* | | | Merge branch 'master' into readline | James Booth | 2015-02-26 | 2 | -11/+11 | |
|\ \ \ | ||||||
| * | | | Renamed /theme set -> /theme load | James Booth | 2015-02-26 | 2 | -11/+11 | |
| | | | | ||||||
* | | | | Merge branch 'master' into readline | James Booth | 2015-02-23 | 1 | -13/+13 | |
|\| | | | ||||||
| * | | | Merge remote-tracking branch 'stormc/master-spellfixes' | James Booth | 2015-02-23 | 1 | -13/+13 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/command/command.c | |||||
| | * | | | Fixed spelling. | Christian Storm | 2015-02-17 | 1 | -16/+16 | |
| | | | | | ||||||
* | | | | | Merge branch 'master' into readline | James Booth | 2015-02-23 | 1 | -279/+331 | |
|\| | | | | ||||||
| * | | | | Finished help tidy | James Booth | 2015-02-23 | 1 | -279/+331 | |
| |/ / / | ||||||
* | | | | Merge branch 'master' into readline | James Booth | 2015-02-16 | 1 | -1/+1 | |
|\| | | | ||||||
| * | | | Removed comment | James Booth | 2015-02-16 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge branch 'master' into readline | James Booth | 2015-02-16 | 1 | -81/+109 | |
|\| | | | ||||||
| * | | | Tidy help | James Booth | 2015-02-16 | 1 | -81/+109 | |
| | | | | ||||||
* | | | | Merge branch 'master' into readline | James Booth | 2015-02-14 | 1 | -118/+86 | |
|\| | | | ||||||
| * | | | Tidy help | James Booth | 2015-02-11 | 1 | -119/+87 | |
| | | | | ||||||
* | | | | Merge branch 'master' into readline | James Booth | 2015-02-11 | 4 | -4/+4 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/tools/history.c src/tools/history.h | |||||
| * | | | Updated copyright | James Booth | 2015-02-10 | 4 | -4/+4 | |
| | | | | ||||||
* | | | | Merge branch 'master' into readline | James Booth | 2015-02-10 | 1 | -2/+2 | |
|\| | | | ||||||
| * | | | Fixed parameter order for /tiny in private and group chat | James Booth | 2015-02-10 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | fixes #502 | |||||
* | | | | Merge branch 'master' into readline | James Booth | 2015-02-10 | 1 | -15/+20 | |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: src/ui/inputwin.c | |||||
| * | | | Free roster list | James Booth | 2015-02-10 | 1 | -16/+20 | |
| | | | | ||||||
| * | | | Free contact list | James Booth | 2015-02-10 | 1 | -0/+1 | |
| |/ / | ||||||
* | | | Merge branch 'master' into readline | James Booth | 2015-02-09 | 1 | -0/+5 | |
|\| | | ||||||
| * | | Free filtered lists for who command | James Booth | 2015-02-09 | 1 | -0/+5 | |
| | | | ||||||
* | | | Merge branch 'master' into readline | James Booth | 2015-02-09 | 1 | -5/+6 | |
|\| | | | | | | | | | | | | | | Conflicts: src/ui/inputwin.c | |||||
| * | | Free theme list after use | James Booth | 2015-02-09 | 1 | -5/+6 | |
| | | | ||||||
* | | | Merge branch 'master' into readline | James Booth | 2015-02-08 | 1 | -2/+10 | |
|\| | |