about summary refs log tree commit diff stats
path: root/src/command/commands.c
Commit message (Collapse)AuthorAgeFilesLines
* Added setting of unique form list valuesJames Booth2014-09-141-4/+16
|
* Added /room remove command, reformetted form outputJames Booth2014-09-141-1/+23
|
* Added /room add for *-multiJames Booth2014-09-141-8/+28
|
* Added add/remove subcommands to room configJames Booth2014-09-131-1/+55
|
* Added form validation for jid-single typeJames Booth2014-09-131-0/+1
|
* Added form validation for list-single typeJames Booth2014-09-131-2/+12
|
* Added form validation for boolean typeJames Booth2014-09-131-0/+12
|
* Added form type check on setJames Booth2014-09-131-2/+10
|
* Check room config tag exists before settingJames Booth2014-09-121-4/+8
|
* Added setting of *-single room config valuesJames Booth2014-09-121-9/+34
|
* Close config winJames Booth2014-09-111-0/+2
|
* Close config window on submit/cancelJames Booth2014-09-111-9/+18
|
* Added /room command validation, reduced to one subcommandJames Booth2014-09-111-51/+70
|
* Implemented /room config submit for saving room configurationJames Booth2014-09-101-1/+16
|
* Move to existing room config window if existsJames Booth2014-09-081-1/+10
|
* Added /room config edit and /room config cancelJames Booth2014-09-041-10/+23
|
* Fixed spelling mistakeJames Booth2014-09-041-1/+1
|
* Added /ping commandJames Booth2014-09-041-0/+20
|
* Validate usage of /room config command, added UI messagesJames Booth2014-09-031-9/+40
|
* Send room destroy iq on /room config cancelJames Booth2014-09-031-0/+2
|
* Send instant room requestJames Booth2014-09-031-1/+3
|
* WIP - Handle /room config commandsJames Booth2014-09-031-1/+9
|
* Added /room config commandJames Booth2014-09-031-0/+14
|
* Always update UI in event loop, removed updates from rest of codeJames Booth2014-09-011-4/+0
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
|
* Added /bookmark with no args usage when in chat roomJames Booth2014-08-191-58/+82
| | | | issue #402
* "/bookmark add foo" crash - fixJan Hacker2014-08-171-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | A user providing an invalid JID when creating a new bookmark (like 'foo') would reproducibly crash/segfault profanity, as it insists on checking string length behind the @ of the JID. However, it could be NULL if the user accidentally omitted it. The patch avoids the crash by NULL-checking and prevents getting there in the first place by checking the argument to "add". Backtrace of unpatched profanity with above command: Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000 0x00007fff85699732 in strlen () (gdb) bt #0 0x00007fff85699732 in strlen () #1 0x00000001000965d2 in xmpp_strdup () #2 0x0000000100095d6d in xmpp_stanza_set_attribute () #3 0x0000000100011c5c in _send_bookmarks () #4 0x00000001000115a8 in _bookmark_add () #5 0x000000010003320d in cmd_bookmark () #6 0x000000010002a0f2 in cmd_execute () #7 0x0000000100003a1d in process_input () #8 0x00000001000037c7 in prof_run () #9 0x0000000100045032 in main () (gdb)
* Show message when no group or empty roster on /whoJames Booth2014-07-221-0/+8
|
* Added _who_roster functionJames Booth2014-07-221-166/+173
|
* Added _who_room functionJames Booth2014-07-221-80/+84
|
* Show message when no contacts with presence for /whoJames Booth2014-07-221-33/+87
|
* Free resources on OTR shutdownJames Booth2014-06-261-0/+1
|
* Added deallocation function for string prefs, added otr policy enumJames Booth2014-06-181-8/+12
|
* Fixed memleaks with otr policy and autoaway optionsJames Booth2014-06-171-0/+1
|
* Fixed compiler warningJames Booth2014-06-031-3/+0
|
* Show info in chat and private chat windowsJames Booth2014-06-031-15/+3
|
* Show info in room for participantJames Booth2014-06-031-7/+2
|
* Added settings to show message text in notificationsJames Booth2014-05-241-0/+20
|
* Added notification setting for typing in current windowJames Booth2014-05-241-5/+15
|
* Added settings for message notifications in current windowJames Booth2014-05-241-13/+32
|
* Added /notify room mention settingJames Booth2014-05-241-3/+6
|
* Split regular and chat room notify settingsJames Booth2014-05-241-1/+13
|
* Added config.h to files checking for OTR supportJames Booth2014-05-191-0/+2
|
* Fixed OTR dependency when library not present, changed version to 0.4.2James Booth2014-05-191-0/+4
|
* Implemented per contact OTR policy settingJames Booth2014-05-111-0/+4
|
* Added /otr policy for contacts in account preferencesJames Booth2014-05-111-11/+32
|
* Added otr to /account clear propertiesJames Booth2014-05-111-0/+4
|
* Moved OTR policy check to otr moduleJames Booth2014-05-111-1/+1
|
* Added OTR policy account preferenceJames Booth2014-05-111-1/+2
|
* Added autocompletion for /account set <account> otr <policy>James Booth2014-05-111-0/+9
|