Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Free resources on OTR shutdown | James Booth | 2014-06-26 | 1 | -0/+1 | |
| | ||||||
* | Free aliases on cmd_init | James Booth | 2014-06-18 | 1 | -0/+1 | |
| | ||||||
* | Added deallocation function for string prefs, added otr policy enum | James Booth | 2014-06-18 | 2 | -14/+18 | |
| | ||||||
* | Fixed memleaks with otr policy and autoaway options | James Booth | 2014-06-17 | 2 | -1/+5 | |
| | ||||||
* | Fixed compiler warning | James Booth | 2014-06-03 | 1 | -3/+0 | |
| | ||||||
* | Show info in chat and private chat windows | James Booth | 2014-06-03 | 1 | -15/+3 | |
| | ||||||
* | Show info in room for participant | James Booth | 2014-06-03 | 1 | -7/+2 | |
| | ||||||
* | Added settings to show message text in notifications | James Booth | 2014-05-24 | 2 | -0/+38 | |
| | ||||||
* | Added notification setting for typing in current window | James Booth | 2014-05-24 | 2 | -6/+36 | |
| | ||||||
* | Added settings for message notifications in current window | James Booth | 2014-05-24 | 2 | -24/+71 | |
| | ||||||
* | Ignore case for chat room mention notification | James Booth | 2014-05-24 | 1 | -6/+6 | |
| | ||||||
* | Added /notify room mention setting | James Booth | 2014-05-24 | 2 | -21/+37 | |
| | ||||||
* | Split regular and chat room notify settings | James Booth | 2014-05-24 | 2 | -3/+19 | |
| | ||||||
* | Added config.h to files checking for OTR support | James Booth | 2014-05-19 | 2 | -0/+4 | |
| | ||||||
* | Fixed OTR dependency when library not present, changed version to 0.4.2 | James Booth | 2014-05-19 | 2 | -0/+6 | |
| | ||||||
* | spelling corrections | cara marie | 2014-05-17 | 1 | -2/+2 | |
| | ||||||
* | Corrected bookmark help | James Booth | 2014-05-17 | 1 | -1/+1 | |
| | ||||||
* | Free autocomplete hash table | James Booth | 2014-05-17 | 1 | -0/+2 | |
| | ||||||
* | Use hash table for autocomplete functions | James Booth | 2014-05-14 | 1 | -9/+33 | |
| | ||||||
* | More tidy of bookmark autocomplete | James Booth | 2014-05-14 | 1 | -20/+18 | |
| | ||||||
* | Tidied bookmark autocompleter | James Booth | 2014-05-14 | 1 | -20/+22 | |
| | ||||||
* | Added autocomplete for bookmark autojoin | James Booth | 2014-05-14 | 1 | -5/+26 | |
| | ||||||
* | Implemented per contact OTR policy setting | James Booth | 2014-05-11 | 1 | -0/+4 | |
| | ||||||
* | Added /otr policy for contacts in account preferences | James Booth | 2014-05-11 | 1 | -11/+32 | |
| | ||||||
* | Add contact to /otr policy autocomplete | James Booth | 2014-05-11 | 1 | -16/+32 | |
| | ||||||
* | Added otr to /account clear properties | James Booth | 2014-05-11 | 2 | -0/+5 | |
| | ||||||
* | Added otr property to /account help | James Booth | 2014-05-11 | 1 | -0/+1 | |
| | ||||||
* | Moved OTR policy check to otr module | James Booth | 2014-05-11 | 2 | -2/+2 | |
| | ||||||
* | Added OTR policy account preference | James Booth | 2014-05-11 | 1 | -1/+2 | |
| | ||||||
* | Added autocompletion for /account set <account> otr <policy> | James Booth | 2014-05-11 | 2 | -5/+25 | |
| | ||||||
* | Added /prefs otr | James Booth | 2014-05-11 | 2 | -0/+5 | |
| | ||||||
* | Added autocomplete for bookmark options | James Booth | 2014-05-11 | 1 | -19/+50 | |
| | ||||||
* | Refactored bookmarks to use option parser, allow bookmarking rooms with ↵ | James Booth | 2014-05-10 | 2 | -53/+65 | |
| | | | | passwords | |||||
* | Added help for shared secret and question answer otr verification | James Booth | 2014-05-07 | 1 | -4/+7 | |
| | ||||||
* | Added question answer authentication (libotr 3.2.x) | James Booth | 2014-04-30 | 2 | -1/+38 | |
| | ||||||
* | 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 | |
| |