Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use hash table for autocomplete functions | James Booth | 2014-05-14 | 1 | -9/+33 | |
| | ||||||
* | More tidy of bookmark autocomplete | James Booth | 2014-05-14 | 1 | -20/+18 | |
| | ||||||
* | Tidied bookmark autocompleter | James Booth | 2014-05-14 | 1 | -20/+22 | |
| | ||||||
* | Added autocomplete for bookmark autojoin | James Booth | 2014-05-14 | 1 | -5/+26 | |
| | ||||||
* | Implemented per contact OTR policy setting | James Booth | 2014-05-11 | 1 | -0/+4 | |
| | ||||||
* | Added /otr policy for contacts in account preferences | James Booth | 2014-05-11 | 1 | -11/+32 | |
| | ||||||
* | Add contact to /otr policy autocomplete | James Booth | 2014-05-11 | 1 | -16/+32 | |
| | ||||||
* | Added otr to /account clear properties | James Booth | 2014-05-11 | 2 | -0/+5 | |
| | ||||||
* | Added otr property to /account help | James Booth | 2014-05-11 | 1 | -0/+1 | |
| | ||||||
* | Moved OTR policy check to otr module | James Booth | 2014-05-11 | 2 | -2/+2 | |
| | ||||||
* | Added OTR policy account preference | James Booth | 2014-05-11 | 1 | -1/+2 | |
| | ||||||
* | Added autocompletion for /account set <account> otr <policy> | James Booth | 2014-05-11 | 2 | -5/+25 | |
| | ||||||
* | Added /prefs otr | James Booth | 2014-05-11 | 2 | -0/+5 | |
| | ||||||
* | Added autocomplete for bookmark options | James Booth | 2014-05-11 | 1 | -19/+50 | |
| | ||||||
* | Refactored bookmarks to use option parser, allow bookmarking rooms with ↵ | James Booth | 2014-05-10 | 2 | -53/+65 | |
| | | | | passwords | |||||
* | Added help for shared secret and question answer otr verification | James Booth | 2014-05-07 | 1 | -4/+7 | |
| | ||||||
* | Added question answer authentication (libotr 3.2.x) | James Booth | 2014-04-30 | 2 | -1/+38 | |
| | ||||||
* | Added SMP secret authentication success message | James Booth | 2014-04-27 | 1 | -1/+0 | |
| | ||||||
* | Handle SMP secret response | James Booth | 2014-04-26 | 1 | -2/+2 | |
| | ||||||
* | Send SMP init message with /otr secret | James Booth | 2014-04-26 | 2 | -1/+18 | |
| | ||||||
* | Fixed cppcheck warnings | James Booth | 2014-04-26 | 2 | -8/+5 | |
| | ||||||
* | Fixed /wins swap help | James Booth | 2014-04-24 | 1 | -3/+3 | |
| | ||||||
* | Allow /wins swap to move to empty position | James Booth | 2014-04-24 | 1 | -0/+2 | |
| | ||||||
* | Added command /wins swap | James Booth | 2014-04-24 | 2 | -6/+28 | |
| | ||||||
* | Added /otr policy autocompletion | James Booth | 2014-04-23 | 1 | -0/+14 | |
| | ||||||
* | Merge remote-tracking branch 'lucian/master' | James Booth | 2014-04-22 | 2 | -4/+48 | |
|\ | ||||||
| * | Added opportunistic send functionality to cmd_msg | lightb | 2014-04-21 | 1 | -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" | lightb | 2014-04-19 | 2 | -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?) | lightb | 2014-04-19 | 1 | -1/+18 | |
| | | ||||||
| * | Added PREF_OTR_POLICY to preferences.c -> key -> otr.policy | lightb | 2014-04-19 | 2 | -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 join | James Booth | 2014-04-21 | 1 | -2/+3 | |
|/ | ||||||
* | Tidied xmlconsole | James Booth | 2014-04-15 | 1 | -0/+1 | |
| | ||||||
* | Added XML Console window | James Booth | 2014-04-15 | 3 | -1/+22 | |
| | ||||||
* | Simplified parse_options to take first option as argument | James Booth | 2014-04-15 | 1 | -2/+2 | |
| | ||||||
* | Simplified parse_options to take gchar** | James Booth | 2014-04-15 | 1 | -8/+2 | |
| | ||||||
* | Clean up keys after using parse_options | James Booth | 2014-04-14 | 1 | -0/+2 | |
| | ||||||
* | Refactored cmd_join to use parse_options | James Booth | 2014-04-14 | 1 | -33/+15 | |
| | ||||||
* | Refactored cmd_connect to use parse_options | James Booth | 2014-04-14 | 1 | -72/+23 | |
| | ||||||
* | Added /log where command | James Booth | 2014-04-13 | 2 | -9/+17 | |
| | ||||||
* | Added /log shared setting | James Booth | 2014-04-13 | 2 | -2/+21 | |
| | | | | Issue #170 | |||||
* | Added /log rotate option | James Booth | 2014-04-13 | 2 | -10/+42 | |
| | ||||||
* | Added focus param to ui_room_join, not set for bookmark autojoin | James Booth | 2014-04-13 | 1 | -1/+1 | |
| | | | | Issue #194 | |||||
* | Added bookmark autocomplete to /join | James Booth | 2014-04-13 | 1 | -0/+6 | |
| | | | | Issue #194 | |||||
* | Implemented "/bookmark add" for private storage | James Booth | 2014-04-13 | 1 | -3/+3 | |
| | | | | Issue #194 | |||||
* | Revert "Added ui_unknown_command" | James Booth | 2014-04-12 | 1 | -1/+1 | |
| | | | | This reverts commit 714ee2486353361898df7f5bb339e9be3f456830. | |||||
* | Revert "Added ui_already_connected" | James Booth | 2014-04-12 | 1 | -1/+1 | |
| | | | | This reverts commit e97ec56fce641554ff7aa2ff9f0583e1fb9fc364. | |||||
* | Added ui_already_connected | James Booth | 2014-04-09 | 1 | -1/+1 | |
| | ||||||
* | Added ui_unknown_command | James Booth | 2014-04-09 | 1 | -1/+1 | |
| | ||||||
* | Refactored invalid command usage | James Booth | 2014-04-09 | 1 | -13/+1 | |
| | ||||||
* | Refactored cmd_execute | James Booth | 2014-04-09 | 1 | -12/+13 | |
| |