Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added new functionality to OTR always policy | lightb | 2014-04-22 | 1 | -1/+7 |
| | | | | | | If policy is set to always, and unencrypted message is received it will try to start an otr session. Note: Fully tested with pidgin, is now working (opportunistic and always) | ||||
* | Strip whitespace from otr tagged message for proper display. | lightb | 2014-04-22 | 1 | -1/+8 |
| | | | | | Will handle BASE + OTRV1TAG/OTRV2TAG or BASE + OTRV1TAG + OTRV2TAG or BASE + OTRV2TAG + OTRV1TAG | ||||
* | Small modification, should check for whitespace pattern even if policy is ↵ | lightb | 2014-04-22 | 1 | -6/+7 |
| | | | | always. | ||||
* | Added OTR opportunistic pattern intercept. | lightb | 2014-04-22 | 1 | -0/+12 |
| | | | | | | | | When a message is received, OTRL_MESSAGE_TAG_BASE + OTRL_MESSAGE_TAG_V1 or OTRL_MESSAGE_TAG_V2 is searched for, if it is, the client attempts to start an OTR session. Tested between profanity clients: WORKED Tested between profanity and pidgin: NOT WORKING (not sure if pidgin checks for the whitespace) | ||||
* | Modified otrlibv4 and otrlibv4 to add informative message when starting OTR ↵ | lightb | 2014-04-22 | 2 | -2/+2 |
| | | | | conversation. | ||||
* | Compilation v4 fix | lightb | 2014-04-21 | 2 | -4/+0 |
| | |||||
* | Added opportunistic send functionality to cmd_msg | lightb | 2014-04-21 | 3 | -4/+23 |
| | | | | | | | | 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 | 3 | -1/+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 | 3 | -2/+21 |
| | |||||
* | Added PREF_OTR_POLICY to preferences.c -> key -> otr.policy | lightb | 2014-04-19 | 4 | -2/+15 |
| | | | | | Added default value "manual" to PREF_OTR_POLICy -> preferences.c Modified help string to reflect otr_policy, started checks on cmd_otr | ||||
* | Added PREF_OTR_POLICY - should be default global policy and set to MANUAL | lightb | 2014-04-19 | 1 | -1/+2 |
| | |||||
* | Show message in console when contact starts OTR session | James Booth | 2014-04-19 | 2 | -1/+12 |
| | |||||
* | Open new window when otr session started by contact | James Booth | 2014-04-19 | 1 | -14/+19 |
| | | | | fixes #331 | ||||
* | Handle subscription on otr message sends | James Booth | 2014-04-18 | 1 | -0/+8 |
| | |||||
* | OTR end messages are now send to recipients not in the roster. | James Booth | 2014-04-18 | 2 | -4/+16 |
| | | | | fixes #333 | ||||
* | Merge remote-tracking branch 'pasis/iss323' | James Booth | 2014-04-18 | 1 | -64/+86 |
|\ | |||||
| * | config/theme: search for system-wide themes | Dmitry Podgorny | 2014-04-09 | 1 | -64/+86 |
| | | | | | | | | | | | | | | Search for system-wide themes (usually /usr/share/profanity/themes) if not found in user's home directory. Not tested yet. | ||||
* | | Fixed compile error when using libotr 4.0.0 | James Booth | 2014-04-16 | 1 | -0/+2 |
| | | |||||
* | | Tidied xmlconsole | James Booth | 2014-04-15 | 5 | -18/+24 |
| | | |||||
* | | Added XML Console window | James Booth | 2014-04-15 | 8 | -11/+100 |
| | | |||||
* | | Added simple stanza logging to main console | James Booth | 2014-04-15 | 5 | -0/+28 |
| | | |||||
* | | Simplified parse_options to take first option as argument | James Booth | 2014-04-15 | 3 | -7/+7 |
| | | |||||
* | | Simplified parse_options to take gchar** | James Booth | 2014-04-15 | 3 | -10/+15 |
| | | |||||
* | | 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 | 2 | -35/+17 |
| | | |||||
* | | Refactored cmd_connect to use parse_options | James Booth | 2014-04-14 | 1 | -72/+23 |
| | | |||||
* | | Check for duplicate options in option parser | James Booth | 2014-04-14 | 1 | -2/+19 |
| | | |||||
* | | Added parse_options | James Booth | 2014-04-14 | 2 | -1/+43 |
| | | |||||
* | | Show console message on room autojoin | James Booth | 2014-04-14 | 1 | -0/+3 |
| | | |||||
* | | Added /log where command | James Booth | 2014-04-13 | 5 | -9/+29 |
| | | |||||
* | | Added /log shared setting | James Booth | 2014-04-13 | 7 | -8/+51 |
| | | | | | | | | Issue #170 | ||||
* | | Added /log rotate option | James Booth | 2014-04-13 | 7 | -15/+58 |
| | | |||||
* | | Fixed handling of room subject | James Booth | 2014-04-13 | 2 | -25/+20 |
| | | |||||
* | | Show message when no bookmarks found | James Booth | 2014-04-13 | 1 | -17/+22 |
| | | | | | | | | Issue #194 | ||||
* | | Added focus param to ui_room_join, not set for bookmark autojoin | James Booth | 2014-04-13 | 4 | -5/+11 |
| | | | | | | | | Issue #194 | ||||
* | | Fixed "/bookmark remove" for disabling autojoin | James Booth | 2014-04-13 | 1 | -1/+0 |
| | | | | | | | | Issue #194 | ||||
* | | Refactored bookmark_remove | James Booth | 2014-04-13 | 1 | -10/+8 |
| | | | | | | | | Issue #194 | ||||
* | | Implemented "/bookmark remove" for private storage | James Booth | 2014-04-13 | 1 | -77/+101 |
| | | | | | | | | Issue #194 | ||||
* | | Added bookmark autocomplete to /join | James Booth | 2014-04-13 | 1 | -0/+6 |
| | | | | | | | | Issue #194 | ||||
* | | Clean up after removing bookmark | James Booth | 2014-04-13 | 1 | -0/+2 |
| | | | | | | | | Issue #194 | ||||
* | | Implemented "/bookmark add" for private storage | James Booth | 2014-04-13 | 4 | -92/+172 |
| | | | | | | | | Issue #194 | ||||
* | | Revert "Added ui_unknown_command" | James Booth | 2014-04-12 | 3 | -9/+1 |
| | | | | | | | | This reverts commit 714ee2486353361898df7f5bb339e9be3f456830. | ||||
* | | Revert "Added ui_already_connected" | James Booth | 2014-04-12 | 3 | -9/+1 |
| | | | | | | | | This reverts commit e97ec56fce641554ff7aa2ff9f0583e1fb9fc364. | ||||
* | | Added ui_already_connected | James Booth | 2014-04-09 | 3 | -1/+9 |
| | | |||||
* | | Added ui_unknown_command | James Booth | 2014-04-09 | 3 | -1/+9 |
| | | |||||
* | | Refactored invalid command usage | James Booth | 2014-04-09 | 3 | -13/+22 |
| | | |||||
* | | Refactored cmd_execute | James Booth | 2014-04-09 | 1 | -12/+13 |
| | | |||||
* | | Command argument parsers set result argument | James Booth | 2014-04-09 | 4 | -46/+51 |
| | | |||||
* | | Fixed spelling in comment | James Booth | 2014-04-07 | 1 | -1/+1 |
| | | |||||
* | | Removed unused inputwin module init | James Booth | 2014-04-07 | 1 | -1/+0 |
| | |