about summary refs log tree commit diff stats
path: root/src/command
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into roomconfigJames Booth2014-09-051-1/+1
|\
| * Changed summary for /help autoaway to reflect correct parameter 'time'Michael Phillips2014-09-051-1/+1
* | Added /room config edit and /room config cancelJames Booth2014-09-042-14/+32
|/
* Fixed spelling mistakeJames Booth2014-09-041-1/+1
* Updated help for /pingJames Booth2014-09-041-0/+1
* Added /ping commandJames Booth2014-09-043-1/+30
* Validate usage of /room config command, added UI messagesJames Booth2014-09-032-10/+41
* 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-033-0/+56
* 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-246-0/+72
* Added /bookmark with no args usage when in chat roomJames Booth2014-08-192-61/+86
* "/bookmark add foo" crash - fixJan Hacker2014-08-171-4/+8
* Spelling errors fixed and hyphenation used as minus sign fixedDariusz Dwornikowski2014-08-111-1/+1
* Allow escaping commands using double slash "//"James Booth2014-08-061-2/+6
* Check for unknown commands and show message in consoleJames Booth2014-08-041-0/+7
* 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
* Save chat room message prefix for autocompleteJames Booth2014-07-151-4/+2
* Added quote param to autocomplete_param_with_acJames Booth2014-07-091-33/+33
* Added quote param to autocomplete_completeJames Booth2014-07-091-1/+1
* Free resources on OTR shutdownJames Booth2014-06-261-0/+1
* Free aliases on cmd_initJames Booth2014-06-181-0/+1
* Added deallocation function for string prefs, added otr policy enumJames Booth2014-06-182-14/+18
* Fixed memleaks with otr policy and autoaway optionsJames Booth2014-06-172-1/+5
* 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-242-0/+38
* Added notification setting for typing in current windowJames Booth2014-05-242-6/+36
* Added settings for message notifications in current windowJames Booth2014-05-242-24/+71
* Ignore case for chat room mention notificationJames Booth2014-05-241-6/+6
* Added /notify room mention settingJames Booth2014-05-242-21/+37
* Split regular and chat room notify settingsJames Booth2014-05-242-3/+19
* Added config.h to files checking for OTR supportJames Booth2014-05-192-0/+4
* Fixed OTR dependency when library not present, changed version to 0.4.2James Booth2014-05-192-0/+6
* spelling correctionscara marie2014-05-171-2/+2
* Corrected bookmark helpJames Booth2014-05-171-1/+1
* Free autocomplete hash tableJames Booth2014-05-171-0/+2
* Use hash table for autocomplete functionsJames Booth2014-05-141-9/+33
* More tidy of bookmark autocompleteJames Booth2014-05-141-20/+18
* Tidied bookmark autocompleterJames Booth2014-05-141-20/+22
* Added autocomplete for bookmark autojoinJames Booth2014-05-141-5/+26
* Implemented per contact OTR policy settingJames Booth2014-05-111-0/+4
* Added /otr policy for contacts in account preferencesJames Booth2014-05-111-11/+32
* Add contact to /otr policy autocompleteJames Booth2014-05-111-16/+32