Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Added clear command to /account for password clearing | James Booth | 2013-12-08 | 2 | -0/+10 |
| | | | | fixes #267 | ||||
* | Added /account set <account> password <password> | James Booth | 2013-11-07 | 2 | -0/+10 |
| | |||||
* | Allow "account" setting in [connection] to autconnect the account | James Booth | 2013-11-07 | 2 | -1/+6 |
| | | | | closes #251 | ||||
* | Use correct type in account rename for priorities | James Booth | 2013-11-07 | 1 | -5/+5 |
| | | | | fixes #250 | ||||
* | Added MAX_PASSWORD_SIZE set to 64 | James Booth | 2013-11-07 | 1 | -0/+2 |
| | | | | fixes #245 | ||||
* | Merge remote-tracking branch 'tsenart/passwords-on-accounts-file' | James Booth | 2013-11-07 | 2 | -0/+13 |
|\ | |||||
| * | Use passwords from the accounts file | Tomás Senart | 2013-10-14 | 2 | -0/+13 |
|/ | | | | | | This commit makes it so that if the password in an account in the accounts file is present, then use it. Otherwise ask for the password to the user. | ||||
* | Fixed memory leak in accounts_get_account | James Booth | 2013-09-23 | 1 | -1/+1 |
| | | | | issue #226 | ||||
* | Fixed memory leak in accounts_get_account | James Booth | 2013-09-23 | 1 | -1/+1 |
| | | | | issue #226 | ||||
* | Allow users to set default muc service and nickname per account | James Booth | 2013-09-12 | 2 | -1/+99 |
| | | | | | | | | See #238 Conflicts: src/config/accounts.c | ||||
* | removed strdup in autocomplete calls | Dmitry Podgorny | 2013-08-26 | 2 | -12/+12 |
| | |||||
* | fixed memory leaks in various files | Dmitry Podgorny | 2013-08-25 | 1 | -19/+42 |
| | |||||
* | most FREE_SET_NULL replaced with free | Dmitry Podgorny | 2013-08-03 | 1 | -7/+7 |
| | | | | | | FREE_SET_NULL makes extra assignment of NULL for pointers in stack or dynamic memory that is going to be freed. FREE_SET_NULL is useful for pointers that can be used in future. | ||||
* | Coloured contact and subscription in /roster and /group output | James Booth | 2013-07-03 | 2 | -0/+16 |
| | |||||
* | Added rooms history to ProfAccount | James Booth | 2013-05-23 | 2 | -0/+17 |
| | |||||
* | Added groupchat logs | James Booth | 2013-05-05 | 2 | -0/+4 |
| | | | | closes #168 | ||||
* | Added desktop notification option for subscription requests | James Booth | 2013-04-27 | 2 | -0/+4 |
| | | | | closes #166 |