Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added question answer authentication (libotr 3.2.x) | James Booth | 2014-04-30 | 7 | -9/+118 |
| | |||||
* | Added ui functions for otr authentication | James Booth | 2014-04-30 | 3 | -4/+37 |
| | |||||
* | Removed debug | James Booth | 2014-04-30 | 3 | -64/+12 |
| | |||||
* | Attempt at shared secret authentication for libotr 4.0.0 | James Booth | 2014-04-28 | 6 | -24/+130 |
| | | | | Bug exists where second attempt always gets stuck | ||||
* | Added SMP secret libotr 4.0.0 handlers | James Booth | 2014-04-27 | 3 | -0/+104 |
| | |||||
* | Fixed error on SMP authentication fail | James Booth | 2014-04-27 | 1 | -1/+1 |
| | |||||
* | Added SMP secret authentication success message | James Booth | 2014-04-27 | 5 | -1/+39 |
| | |||||
* | Tidied UI messages for SMP shared secret authentication | James Booth | 2014-04-27 | 4 | -42/+16 |
| | |||||
* | Added SMP ui events | James Booth | 2014-04-26 | 3 | -6/+92 |
| | |||||
* | Handle SMP secret response | James Booth | 2014-04-26 | 5 | -10/+30 |
| | |||||
* | Send SMP init message with /otr secret | James Booth | 2014-04-26 | 6 | -2/+98 |
| | |||||
* | Added cppcheck.out to .gitignore | James Booth | 2014-04-26 | 1 | -0/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | James Booth | 2014-04-26 | 5 | -26/+0 |
|\ | |||||
| * | Removed debian folder | James Booth | 2014-04-25 | 5 | -26/+0 |
| | | | | | | | | Related to issue #338 which involved creating a supported debian package | ||||
* | | Fixed cppcheck warnings | James Booth | 2014-04-26 | 26 | -206/+41 |
|/ | |||||
* | Added open xml console | James Booth | 2014-04-25 | 1 | -0/+11 |
| | |||||
* | 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 | 3 | -2/+23 |
| | |||||
* | Added command /wins swap | James Booth | 2014-04-24 | 6 | -6/+66 |
| | |||||
* | Added -a (--account) option to man page | James Booth | 2014-04-23 | 2 | -1/+4 |
| | |||||
* | Rejoin private rooms after reconnecting | James Booth | 2014-04-23 | 3 | -1/+34 |
| | |||||
* | Tidied jabber_process_events | James Booth | 2014-04-23 | 1 | -14/+20 |
| | |||||
* | Merge remote-tracking branch 'lucian/master' | James Booth | 2014-04-23 | 1 | -5/+10 |
|\ | | | | | | | | | Conflicts: src/server_events.c | ||||
| * | Bugfix: Because whitespace was removed, last check OTR always, didn't work, ↵ | lightb | 2014-04-22 | 1 | -5/+6 |
| | | | | | | | | now it works. | ||||
| * | 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) | ||||
* | | Added /otr policy autocompletion | James Booth | 2014-04-23 | 1 | -0/+14 |
| | | |||||
* | | Merge remote-tracking branch 'lucian/master' | James Booth | 2014-04-22 | 8 | -10/+83 |
|\| | |||||
| * | 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 |
| | | |||||
* | | Chat room windows now created only after successful join | James Booth | 2014-04-21 | 17 | -102/+89 |
| | | |||||
* | | Store password with room | James Booth | 2014-04-20 | 6 | -8/+15 |
|/ | |||||
* | 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 |
| | |