Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |||||
* | | 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 | |
| | | ||||||
* | | Removed inputwin functions from ui.h | James Booth | 2014-04-07 | 9 | -61/+107 | |
| | | ||||||
* | | Tidied new headers, added defines | James Booth | 2014-04-07 | 2 | -13/+24 | |
| | | ||||||
* | | Removed statusbar functions from ui.h | James Booth | 2014-04-07 | 9 | -64/+85 | |
| | | ||||||
* | | Removed titlebar functions from ui.h | James Booth | 2014-04-07 | 8 | -100/+125 | |
| | | ||||||
* | | Removed create_title_bar from ui.h | James Booth | 2014-04-07 | 4 | -4/+27 | |
|/ |