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 | ||||
* | Fixed makefile to include headers in test sources | James Booth | 2014-04-18 | 1 | -21/+21 |
| | |||||
* | Merge remote-tracking branch 'pasis/iss323' | James Booth | 2014-04-18 | 3 | -67/+115 |
|\ | |||||
| * | autotools: added EXTRA_DIST | Dmitry Podgorny | 2014-04-17 | 1 | -10/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | Now sources can be distributed with `make dist-bzip2` command, so no need to make tarball manually. Current patch takes into account the status (release or development) and puts .git/HEAD, .git/index to tarball if necessary. Unfortunately, current scripts don't add any information about development status to the version string. Therefore, profanity-0.5.0.tar.bz2 is got regardless of development or release status. | ||||
| * | config/theme: search for system-wide themes | Dmitry Podgorny | 2014-04-09 | 2 | -65/+87 |
| | | | | | | | | | | | | | | Search for system-wide themes (usually /usr/share/profanity/themes) if not found in user's home directory. Not tested yet. | ||||
| * | autotools: install themes during 'make install' | Dmitry Podgorny | 2014-04-08 | 2 | -0/+28 |
| | | | | | | | | | | | | | | | | | | Default path for themes is ${pkgdatadir}/themes that usualy equals to /usr/share/profanity/themes. This patch also introduces new option --with-themes[=PATH] that specifies installation path. This option can be used for cancel of installation at all: --without-themes. References: issue #323 | ||||
| * | Makefile.am: fixed spacing | Dmitry Podgorny | 2014-04-08 | 1 | -2/+2 |
| | | |||||
* | | 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 | 4 | -16/+16 |
| | | |||||
* | | Simplified parse_options to take gchar** | James Booth | 2014-04-15 | 4 | -56/+24 |
| | | |||||
* | | Clean up keys after using parse_options | James Booth | 2014-04-14 | 2 | -0/+11 |
| | | |||||
* | | 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 | 4 | -3/+42 |
| | | |||||
* | | Added parse_options | James Booth | 2014-04-14 | 5 | -1/+224 |
| | | |||||
* | | Show console message on room autojoin | James Booth | 2014-04-14 | 1 | -0/+3 |
| | | |||||
* | | Fixed broken test, added log mock | James Booth | 2014-04-13 | 1 | -0/+4 |
| | | |||||
* | | Added /log where command | James Booth | 2014-04-13 | 5 | -9/+29 |
| | | |||||
* | | Added /log shared setting | James Booth | 2014-04-13 | 8 | -8/+52 |
| | | | | | | | | 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 | 7 | -12/+20 |
| | | | | | | | | 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 | 6 | -24/+5 |
| | | | | | | | | This reverts commit e97ec56fce641554ff7aa2ff9f0583e1fb9fc364. | ||||
* | | Added themes supplied by p41nm47r1x | James Booth | 2014-04-11 | 4 | -0/+144 |
| | | |||||
* | | Added ui_already_connected | James Booth | 2014-04-09 | 6 | -5/+24 |
| | |