about summary refs log tree commit diff stats
path: root/src/command/commands.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | Moved all message sending to client events moduleJames Booth2015-04-211-48/+40
* | | Merge branch 'master' into pgpJames Booth2015-04-191-77/+4
|\| |
| * | Added client_events module, reuse message sending code for all commandsJames Booth2015-04-191-77/+4
* | | Merge branch 'master' into pgpJames Booth2015-04-121-7/+27
|\| |
| * | Added option to show jids in occupants panelJames Booth2015-04-121-7/+27
* | | Merge branch 'master' into pgpJames Booth2015-04-111-2/+19
|\| |
| * | Autogenerate room name with UUID for /join with no argsJames Booth2015-04-111-2/+19
* | | Merge branch 'master' into pgpJames Booth2015-03-291-1/+6
|\| |
| * | Use password for chat room invitesJames Booth2015-03-291-1/+6
* | | Merge branch 'master' into pgpJames Booth2015-03-291-1/+1
|\| |
| * | Add callback data to room disco info response handlerJames Booth2015-03-291-1/+1
* | | Added signature verification, /pgp fps commandJames Booth2015-03-241-0/+16
* | | Added pgpkeyid account setting, send signed presenceJames Booth2015-03-231-0/+8
* | | Added Id and fingerprint to pgp key listJames Booth2015-03-221-3/+7
* | | Added /pgp libver commandJames Booth2015-03-221-0/+10
* | | Added pgp key list commandJames Booth2015-03-221-0/+28
|/ /
* | Added individual options to send and request delivery receiptsJames Booth2015-03-191-2/+10
* | Tidy cmd_tinyJames Booth2015-03-161-33/+44
* | Added static function for sending otr tagged messagesJames Booth2015-03-161-17/+20
* | Added otr_tag_message, removed commands.c dependency on libotrJames Booth2015-03-161-10/+3
* | 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-161-30/+35
* | Moved _strtoi to common, strtoi_rangeJames Booth2015-03-161-39/+11
* | Removed console dependency from strtoiJames Booth2015-03-161-63/+123
* | Moved default and alias command executionJames Booth2015-03-161-1/+107
* | Fix for chat loggingJames Booth2015-03-151-68/+64
* | Move common chat logging code to log.cJames Booth2015-03-151-109/+71
* | Added /receipts commandJames Booth2015-03-151-0/+7
* | Removed from argument from outgoing message functionsJames Booth2015-03-141-8/+8
* | Renamed win_save_println -> win_printlnJames Booth2015-03-141-4/+4
* | Renamed win_save_print -> win_printJames Booth2015-03-141-5/+5
* | Renamed win_save_vprint -> win_vprintJames Booth2015-03-141-8/+8
* | Show message received text for receiptsJames Booth2015-03-111-9/+10
* | Added /time statusbar preferenceJames Booth2015-03-101-17/+39
* | Send private carbons element with message when encryptedJames Booth2015-03-101-5/+5
* | Added server error handling when setting /carbons preferenceJames 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-081-1/+17
|\ \
| * | Add XEP-0280 supportOlivier LE MOAL2015-02-101-1/+17
* | | Renamed /theme set -> /theme loadJames Booth2015-02-261-1/+1
* | | Updated copyrightJames Booth2015-02-101-1/+1
* | | Fixed parameter order for /tiny in private and group chatJames Booth2015-02-101-2/+2
* | | Free roster listJames Booth2015-02-101-16/+20
* | | Free contact listJames Booth2015-02-101-0/+1
|/ /
* | Free filtered lists for who commandJames Booth2015-02-091-0/+5
* | Renamed command group presence->presences to avoid clashJames Booth2015-01-281-1/+1
* | Strip only trailing newline from eval_passwordJames Booth2015-01-281-1/+4
|/
* Strip leading/trailing whitespace from result of eval_passwordJames Booth2015-01-281-0/+1
* Merge remote-tracking branch 'incertia/fixleak'James Booth2015-01-141-1/+1
|\