about summary refs log tree commit diff stats
path: root/src/config
Commit message (Collapse)AuthorAgeFilesLines
* Free aliases on cmd_initJames Booth2014-06-181-4/+8
|
* Added deallocation function for string prefs, added otr policy enumJames Booth2014-06-182-5/+16
|
* Free account_name preference on autoconnectJames Booth2014-06-171-1/+1
|
* Free GError on prefs loadJames Booth2014-06-171-3/+12
|
* Fixed memleak when writing preferences fileJames Booth2014-06-151-1/+2
|
* Added settings to show message text in notificationsJames Booth2014-05-242-0/+8
|
* Added notification setting for typing in current windowJames Booth2014-05-242-0/+5
|
* Added settings for message notifications in current windowJames Booth2014-05-242-0/+10
|
* Added /notify room mention settingJames Booth2014-05-242-0/+2
|
* Split regular and chat room notify settingsJames Booth2014-05-242-0/+4
|
* Added backwards compatible g_list_free_full for glib < 2.28James Booth2014-05-211-0/+1
|
* Implemented per contact OTR policy settingJames Booth2014-05-113-3/+49
|
* Added /otr policy for contacts in account preferencesJames Booth2014-05-112-0/+116
|
* Added otr to /account clear propertiesJames Booth2014-05-112-0/+11
|
* Added OTR policy account preferenceJames Booth2014-05-114-6/+31
|
* Moved global OTR settings to [otr] groupJames Booth2014-05-112-10/+31
|
* Fixed cppcheck warningsJames Booth2014-04-263-10/+1
|
* Merge remote-tracking branch 'lucian/master'James Booth2014-04-222-2/+10
|\
| * Added /otr policy to commands (still need to add autocomplete stuff?)lightb2014-04-191-0/+3
| |
| * Added PREF_OTR_POLICY to preferences.c -> key -> otr.policylightb2014-04-191-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 MANUALlightb2014-04-191-1/+2
|/
* Merge remote-tracking branch 'pasis/iss323'James Booth2014-04-181-64/+86
|\
| * config/theme: search for system-wide themesDmitry Podgorny2014-04-091-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 settingJames Booth2014-04-132-1/+6
| | | | | | | | Issue #170
* | Added /log rotate optionJames Booth2014-04-132-1/+6
|/
* Removed titlebar version property and allow disabling of titlebar displayJames Booth2014-04-032-6/+7
|
* Command '/statuses muc' now allows 'all', 'online' and 'none' settingsJames Booth2014-03-151-2/+1
|
* Updated copyrightJames Booth2014-03-098-8/+8
|
* Show message when alias already exists in /alias addJames Booth2014-01-232-4/+9
|
* Added /alias command, writing aliases to [alias] group in profrcJames Booth2014-01-232-6/+94
|
* Refactored ProfAccount creationJames Booth2014-01-224-146/+229
|
* WIP - /statuses command optionsJames Booth2014-01-201-0/+2
|
* Use defaults for /statuses commandsJames Booth2014-01-191-0/+4
|
* Changed /statuses preferencesJames Booth2014-01-192-0/+12
|
* Fixed test compilationJames Booth2014-01-182-2/+2
|
* WIP - Adding port to account optionsJames Booth2014-01-182-2/+21
|
* Added OTR remaining system messages and colouringJames Booth2014-01-172-53/+90
|
* Show OTR coloured statusJames Booth2014-01-164-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|redactJames Booth2014-01-132-1/+7
|
* Added mock_accounts and fixed testsJames Booth2013-12-262-99/+139
|
* Moved fulljid logic to accountsJames Booth2013-12-152-0/+11
|
* Added clear command to /account for password clearingJames Booth2013-12-082-0/+10
| | | | fixes #267
* Added /account set <account> password <password>James Booth2013-11-072-0/+10
|
* Allow "account" setting in [connection] to autconnect the accountJames Booth2013-11-072-1/+6
| | | | closes #251
* Use correct type in account rename for prioritiesJames Booth2013-11-071-5/+5
| | | | fixes #250
* Added MAX_PASSWORD_SIZE set to 64James Booth2013-11-071-0/+2
| | | | fixes #245
* Merge remote-tracking branch 'tsenart/passwords-on-accounts-file'James Booth2013-11-072-0/+13
|\
| * Use passwords from the accounts fileTomás Senart2013-10-142-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_accountJames Booth2013-09-231-1/+1
| | | | issue #226
* Fixed memory leak in accounts_get_accountJames Booth2013-09-231-1/+1
| | | | issue #226