about summary refs log tree commit diff stats
path: root/src/command/commands.c
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-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
|
* Added /prefs otrJames Booth2014-05-111-0/+4
|
* Refactored bookmarks to use option parser, allow bookmarking rooms with ↵James Booth2014-05-101-46/+45
| | | | passwords
* Added question answer authentication (libotr 3.2.x)James Booth2014-04-301-0/+35
|
* 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-261-1/+17
|
* Fixed cppcheck warningsJames Booth2014-04-261-4/+2
|
* Allow /wins swap to move to empty positionJames Booth2014-04-241-0/+2
|
* Added command /wins swapJames Booth2014-04-241-0/+20
|
* Merge remote-tracking branch 'lucian/master'James Booth2014-04-221-1/+40
|\
| * 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-191-0/+4
| | | | | | | | | | | | 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-191-0/+7
| | | | | | | | | | 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
|/
* Added XML Console windowJames Booth2014-04-151-0/+12
|
* 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
|
* Added /log where commandJames Booth2014-04-131-8/+14
|
* Added /log shared settingJames Booth2014-04-131-0/+12
| | | | Issue #170
* Added /log rotate optionJames Booth2014-04-131-2/+13
|
* Added focus param to ui_room_join, not set for bookmark autojoinJames Booth2014-04-131-1/+1
| | | | Issue #194
* Revert "Added ui_already_connected"James Booth2014-04-121-1/+1
| | | | This reverts commit e97ec56fce641554ff7aa2ff9f0583e1fb9fc364.
* Added ui_already_connectedJames Booth2014-04-091-1/+1
|
* Removed statusbar functions from ui.hJames Booth2014-04-071-6/+2
|
* Removed titlebar functions from ui.hJames Booth2014-04-071-11/+1
|
* Tidied ui dependenciesJames Booth2014-04-061-3/+1
|
* Removed titlebar version property and allow disabling of titlebar displayJames Booth2014-04-031-6/+3
|
* Added missing files, refactored ui_switch_win to check win existsJames Booth2014-04-011-4/+2
|
* Renamed refresh functions to update_virtualJames Booth2014-04-011-1/+1
|
* Change 'passwd' option to 'password' for /join commandJames Booth2014-03-161-2/+2
|
* Added /roster clearnick commandJames Booth2014-03-161-33/+45
|
* Command '/statuses muc' now allows 'all', 'online' and 'none' settingsJames Booth2014-03-151-17/+15
|