Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -1/+1 |
| | |||||
* | 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 | 10 | -31/+79 |
| | | |||||
* | | Store password with room | James Booth | 2014-04-20 | 3 | -3/+10 |
|/ | |||||
* | 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 |