about summary refs log tree commit diff stats
path: root/src/command
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added otr to /account clear propertiesJames Booth2014-05-112-0/+5
* Added otr property to /account helpJames Booth2014-05-111-0/+1
* Moved OTR policy check to otr moduleJames Booth2014-05-112-2/+2
* Added OTR policy account preferenceJames Booth2014-05-111-1/+2
* Added autocompletion for /account set <account> otr <policy>James Booth2014-05-112-5/+25
* Added /prefs otrJames Booth2014-05-112-0/+5
* Added autocomplete for bookmark optionsJames Booth2014-05-111-19/+50
* Refactored bookmarks to use option parser, allow bookmarking rooms with passw...James Booth2014-05-102-53/+65
* Added help for shared secret and question answer otr verificationJames Booth2014-05-071-4/+7
* Added question answer authentication (libotr 3.2.x)James Booth2014-04-302-1/+38
* Added SMP secret authentication success messageJames Booth2014-04-271-1/+0
* Handle SMP secret responseJames Booth2014-04-261-2/+2
* Send SMP init message with /otr secretJames Booth2014-04-262-1/+18
* Fixed cppcheck warningsJames Booth2014-04-262-8/+5
* Fixed /wins swap helpJames Booth2014-04-241-3/+3
* Allow /wins swap to move to empty positionJames Booth2014-04-241-0/+2
* Added command /wins swapJames Booth2014-04-242-6/+28
* Added /otr policy autocompletionJames Booth2014-04-231-0/+14
* Merge remote-tracking branch 'lucian/master'James Booth2014-04-222-4/+48
|\
| * Added opportunistic send functionality to cmd_msglightb2014-04-211-4/+19
| * Added some otr policy functionality, if policy is set to "always"lightb2014-04-192-0/+8
| * Added /otr policy to commands (still need to add autocomplete stuff?)lightb2014-04-191-1/+18