Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added SMP secret authentication success message | James Booth | 2014-04-27 | 1 | -1/+0 | |
| | ||||||
* | Handle SMP secret response | James Booth | 2014-04-26 | 1 | -2/+2 | |
| | ||||||
* | Send SMP init message with /otr secret | James Booth | 2014-04-26 | 2 | -1/+18 | |
| | ||||||
* | Fixed cppcheck warnings | James Booth | 2014-04-26 | 2 | -8/+5 | |
| | ||||||
* | 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 | 1 | -0/+2 | |
| | ||||||
* | Added command /wins swap | James Booth | 2014-04-24 | 2 | -6/+28 | |
| | ||||||
* | Added /otr policy autocompletion | James Booth | 2014-04-23 | 1 | -0/+14 | |
| | ||||||
* | Merge remote-tracking branch 'lucian/master' | James Booth | 2014-04-22 | 2 | -4/+48 | |
|\ | ||||||
| * | Added opportunistic send functionality to cmd_msg | lightb | 2014-04-21 | 1 | -4/+19 | |
| | | | | | | | | | | | | | | | | 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 | 2 | -0/+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 | 1 | -1/+18 | |
| | | ||||||
| * | Added PREF_OTR_POLICY to preferences.c -> key -> otr.policy | lightb | 2014-04-19 | 2 | -2/+10 | |
| | | | | | | | | | | Added default value "manual" to PREF_OTR_POLICy -> preferences.c Modified help string to reflect otr_policy, started checks on cmd_otr | |||||
* | | Chat room windows now created only after successful join | James Booth | 2014-04-21 | 1 | -2/+3 | |
|/ | ||||||
* | Tidied xmlconsole | James Booth | 2014-04-15 | 1 | -0/+1 | |
| | ||||||
* | Added XML Console window | James Booth | 2014-04-15 | 3 | -1/+22 | |
| | ||||||
* | Simplified parse_options to take first option as argument | James Booth | 2014-04-15 | 1 | -2/+2 | |
| | ||||||
* | Simplified parse_options to take gchar** | James Booth | 2014-04-15 | 1 | -8/+2 | |
| | ||||||
* | 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 | 1 | -33/+15 | |
| | ||||||
* | Refactored cmd_connect to use parse_options | James Booth | 2014-04-14 | 1 | -72/+23 | |
| | ||||||
* | Added /log where command | James Booth | 2014-04-13 | 2 | -9/+17 | |
| | ||||||
* | Added /log shared setting | James Booth | 2014-04-13 | 2 | -2/+21 | |
| | | | | Issue #170 | |||||
* | Added /log rotate option | James Booth | 2014-04-13 | 2 | -10/+42 | |
| | ||||||
* | Added focus param to ui_room_join, not set for bookmark autojoin | James Booth | 2014-04-13 | 1 | -1/+1 | |
| | | | | Issue #194 | |||||
* | Added bookmark autocomplete to /join | James Booth | 2014-04-13 | 1 | -0/+6 | |
| | | | | Issue #194 | |||||
* | Implemented "/bookmark add" for private storage | James Booth | 2014-04-13 | 1 | -3/+3 | |
| | | | | Issue #194 | |||||
* | Revert "Added ui_unknown_command" | James Booth | 2014-04-12 | 1 | -1/+1 | |
| | | | | This reverts commit 714ee2486353361898df7f5bb339e9be3f456830. | |||||
* | Revert "Added ui_already_connected" | James Booth | 2014-04-12 | 1 | -1/+1 | |
| | | | | This reverts commit e97ec56fce641554ff7aa2ff9f0583e1fb9fc364. | |||||
* | Added ui_already_connected | James Booth | 2014-04-09 | 1 | -1/+1 | |
| | ||||||
* | Added ui_unknown_command | James Booth | 2014-04-09 | 1 | -1/+1 | |
| | ||||||
* | Refactored invalid command usage | James Booth | 2014-04-09 | 1 | -13/+1 | |
| | ||||||
* | Refactored cmd_execute | James Booth | 2014-04-09 | 1 | -12/+13 | |
| | ||||||
* | Command argument parsers set result argument | James Booth | 2014-04-09 | 2 | -40/+39 | |
| | ||||||
* | Removed inputwin functions from ui.h | James Booth | 2014-04-07 | 1 | -9/+9 | |
| | ||||||
* | Removed statusbar functions from ui.h | James Booth | 2014-04-07 | 1 | -6/+2 | |
| | ||||||
* | Removed titlebar functions from ui.h | James Booth | 2014-04-07 | 1 | -11/+1 | |
| | ||||||
* | Tidied ui dependencies | James Booth | 2014-04-06 | 2 | -4/+2 | |
| | ||||||
* | Removed titlebar version property and allow disabling of titlebar display | James Booth | 2014-04-03 | 2 | -32/+10 | |
| | ||||||
* | Removed strcpy calls | James Booth | 2014-04-02 | 1 | -3/+1 | |
| | ||||||
* | Added missing files, refactored ui_switch_win to check win exists | James Booth | 2014-04-01 | 1 | -4/+2 | |
| | ||||||
* | Renamed refresh functions to update_virtual | James Booth | 2014-04-01 | 1 | -1/+1 | |
| | ||||||
* | Revert "Commented bookmarks code for 0.4.0 release" | James Booth | 2014-03-29 | 1 | -13/+11 | |
| | | | | This reverts commit 8306d4c24421993fc04837499e7682dad4948878. | |||||
* | Commented bookmarks code for 0.4.0 release | James Booth | 2014-03-16 | 1 | -11/+13 | |
| | ||||||
* | Change 'passwd' option to 'password' for /join command | James Booth | 2014-03-16 | 2 | -8/+8 | |
| | ||||||
* | Updated /roster help | James Booth | 2014-03-16 | 1 | -8/+8 | |
| | ||||||
* | Added /roster clearnick command | James Booth | 2014-03-16 | 2 | -33/+50 | |
| | ||||||
* | Small changes to help | James Booth | 2014-03-16 | 1 | -2/+2 | |
| | ||||||
* | Command '/statuses muc' now allows 'all', 'online' and 'none' settings | James Booth | 2014-03-15 | 2 | -42/+30 | |
| | ||||||
* | Updated copyright | James Booth | 2014-03-09 | 6 | -6/+6 | |
| |