about summary refs log tree commit diff stats
path: root/src/command
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵James Booth2014-05-102-53/+65
| | | | passwords
* 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
| | | | | | | | | | | | | | | | If policy is set to 'opportunistic' then when the user executes cmd_msg it will append the otr whitespace tag to the message The other client should start AKE once it receives the message. TODO: Analyze incoming messages for whitespace tag
| * Added some otr policy functionality, if policy is set to "always"lightb2014-04-192-0/+8
| | | | | | | | | | | | if otr_is_secure fails, the message will not be sent. Changed both cmd_msg and cmd_execute_default
| * Added /otr policy to commands (still need to add autocomplete stuff?)lightb2014-04-191-1/+18
| |
| * Added PREF_OTR_POLICY to preferences.c -> key -> otr.policylightb2014-04-192-2/+10
| | | | | | | | | | Added default value "manual" to PREF_OTR_POLICy -> preferences.c Modified help string to reflect otr_policy, started checks on cmd_otr
* | Chat room windows now created only after successful joinJames Booth2014-04-211-2/+3
|/
* Tidied xmlconsoleJames Booth2014-04-151-0/+1
|
* Added XML Console windowJames Booth2014-04-153-1/+22
|
* Simplified parse_options to take first option as argumentJames Booth2014-04-151-2/+2
|
* Simplified parse_options to take gchar**James Booth2014-04-151-8/+2
|
* Clean up keys after using parse_optionsJames Booth2014-04-141-0/+2
|
* Refactored cmd_join to use parse_optionsJames Booth2014-04-141-33/+15
|
* Refactored cmd_connect to use parse_optionsJames Booth2014-04-141-72/+23
|