Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set file permissions for preferences file | James Booth | 2014-10-18 | 1 | -0/+7 |
| | |||||
* | Set file permissions for accounts file | James Booth | 2014-10-18 | 1 | -0/+6 |
| | |||||
* | Added /privileges command to set UI option for showing roles/affiliations in ↵ | James Booth | 2014-10-18 | 2 | -0/+5 |
| | | | | rooms | ||||
* | Added occupants UI preference | James Booth | 2014-10-09 | 2 | -0/+5 |
| | |||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 8 | -0/+96 |
| | |||||
* | Enable splash logo by default | James Booth | 2014-08-09 | 1 | -0/+1 |
| | |||||
* | Set auto reconnect to 30 seconds by default | James Booth | 2014-07-29 | 1 | -1/+5 |
| | | | | fixes #386 | ||||
* | Colour chat room messages that contain users nickname | James Booth | 2014-07-16 | 2 | -30/+37 |
| | |||||
* | Added quote param to autocomplete_complete | James Booth | 2014-07-09 | 2 | -3/+3 |
| | |||||
* | Free aliases on cmd_init | James Booth | 2014-06-18 | 1 | -4/+8 |
| | |||||
* | Added deallocation function for string prefs, added otr policy enum | James Booth | 2014-06-18 | 2 | -5/+16 |
| | |||||
* | Free account_name preference on autoconnect | James Booth | 2014-06-17 | 1 | -1/+1 |
| | |||||
* | Free GError on prefs load | James Booth | 2014-06-17 | 1 | -3/+12 |
| | |||||
* | Fixed memleak when writing preferences file | James Booth | 2014-06-15 | 1 | -1/+2 |
| | |||||
* | Added settings to show message text in notifications | James Booth | 2014-05-24 | 2 | -0/+8 |
| | |||||
* | Added notification setting for typing in current window | James Booth | 2014-05-24 | 2 | -0/+5 |
| | |||||
* | Added settings for message notifications in current window | James Booth | 2014-05-24 | 2 | -0/+10 |
| | |||||
* | Added /notify room mention setting | James Booth | 2014-05-24 | 2 | -0/+2 |
| | |||||
* | Split regular and chat room notify settings | James Booth | 2014-05-24 | 2 | -0/+4 |
| | |||||
* | Added backwards compatible g_list_free_full for glib < 2.28 | James Booth | 2014-05-21 | 1 | -0/+1 |
| | |||||
* | Implemented per contact OTR policy setting | James Booth | 2014-05-11 | 3 | -3/+49 |
| | |||||
* | Added /otr policy for contacts in account preferences | James Booth | 2014-05-11 | 2 | -0/+116 |
| | |||||
* | Added otr to /account clear properties | James Booth | 2014-05-11 | 2 | -0/+11 |
| | |||||
* | Added OTR policy account preference | James Booth | 2014-05-11 | 4 | -6/+31 |
| | |||||
* | Moved global OTR settings to [otr] group | James Booth | 2014-05-11 | 2 | -10/+31 |
| | |||||
* | Fixed cppcheck warnings | James Booth | 2014-04-26 | 3 | -10/+1 |
| | |||||
* | Merge remote-tracking branch 'lucian/master' | James Booth | 2014-04-22 | 2 | -2/+10 |
|\ | |||||
| * | Added /otr policy to commands (still need to add autocomplete stuff?) | lightb | 2014-04-19 | 1 | -0/+3 |
| | | |||||
| * | Added PREF_OTR_POLICY to preferences.c -> key -> otr.policy | lightb | 2014-04-19 | 1 | -0/+4 |
| | | | | | | | | | | 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 |
|/ | |||||
* | 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. | ||||
* | | Added /log shared setting | James Booth | 2014-04-13 | 2 | -1/+6 |
| | | | | | | | | Issue #170 | ||||
* | | Added /log rotate option | James Booth | 2014-04-13 | 2 | -1/+6 |
|/ | |||||
* | Removed titlebar version property and allow disabling of titlebar display | James Booth | 2014-04-03 | 2 | -6/+7 |
| | |||||
* | Command '/statuses muc' now allows 'all', 'online' and 'none' settings | James Booth | 2014-03-15 | 1 | -2/+1 |
| | |||||
* | Updated copyright | James Booth | 2014-03-09 | 8 | -8/+8 |
| | |||||
* | Show message when alias already exists in /alias add | James Booth | 2014-01-23 | 2 | -4/+9 |
| | |||||
* | Added /alias command, writing aliases to [alias] group in profrc | James Booth | 2014-01-23 | 2 | -6/+94 |
| | |||||
* | Refactored ProfAccount creation | James Booth | 2014-01-22 | 4 | -146/+229 |
| | |||||
* | WIP - /statuses command options | James Booth | 2014-01-20 | 1 | -0/+2 |
| | |||||
* | Use defaults for /statuses commands | James Booth | 2014-01-19 | 1 | -0/+4 |
| | |||||
* | Changed /statuses preferences | James Booth | 2014-01-19 | 2 | -0/+12 |
| | |||||
* | Fixed test compilation | James Booth | 2014-01-18 | 2 | -2/+2 |
| | |||||
* | WIP - Adding port to account options | James Booth | 2014-01-18 | 2 | -2/+21 |
| | |||||
* | Added OTR remaining system messages and colouring | James Booth | 2014-01-17 | 2 | -53/+90 |
| | |||||
* | Show OTR coloured status | James Booth | 2014-01-16 | 4 | -26/+59 |
| | | | | | | | | | | | | Customisable within theme files e.g.: titlebar.unencrypted=red titlebar.encrypted=green titlebar.trusted=red titlebar.untrusted=green Shows [unencrypted] for all non-OTR chat Disable with '/otr warn off' | ||||
* | Added setting /otr log on|off|redact | James Booth | 2014-01-13 | 2 | -1/+7 |
| | |||||
* | Added mock_accounts and fixed tests | James Booth | 2013-12-26 | 2 | -99/+139 |
| | |||||
* | Moved fulljid logic to accounts | James Booth | 2013-12-15 | 2 | -0/+11 |
| |