about summary refs log tree commit diff stats
path: root/src/config
Commit message (Expand)AuthorAgeFilesLines
* Added /log shared settingJames Booth2014-04-132-1/+6
* 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
* 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
* 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
* Use correct type in account rename for prioritiesJames Booth2013-11-071-5/+5
* Added MAX_PASSWORD_SIZE set to 64James Booth2013-11-071-0/+2
* 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
|/
* Fixed memory leak in accounts_get_accountJames Booth2013-09-231-1/+1
* Fixed memory leak in accounts_get_accountJames Booth2013-09-231-1/+1
* Allow users to set default muc service and nickname per accountJames Booth2013-09-122-1/+99
* removed strdup in autocomplete callsDmitry Podgorny2013-08-262-12/+12
* fixed memory leaks in various filesDmitry Podgorny2013-08-251-19/+42
* most FREE_SET_NULL replaced with freeDmitry Podgorny2013-08-031-7/+7
* Coloured contact and subscription in /roster and /group outputJames Booth2013-07-032-0/+16
* Added rooms history to ProfAccountJames Booth2013-05-232-0/+17
* Added groupchat logsJames Booth2013-05-052-0/+4
* Added desktop notification option for subscription requestsJames Booth2013-04-272-0/+4
* Added desktop notifications for chat room invitesJames Booth2013-04-222-0/+4
* Mouse handling disabled by default.James Booth2013-03-191-1/+0
* Added resource_presence_t and contact_presence_tJames Booth2013-02-102-28/+25
* Renamed jabber_presence_t->presence_tJames Booth2013-02-102-6/+6
* Added assertsJames Booth2013-02-032-2/+2
* Send entity capabilities and status when joining roomJames Booth2013-02-031-0/+3
* Refactored string preferencesJames Booth2013-02-032-48/+48
* Refactored setting boolean preferencesJames Booth2013-02-032-202/+96
* Refactored getting boolean preferencesJames Booth2013-02-032-150/+162
* Removed files.cJames Booth2013-02-023-3/+0
* Moved function to get theme dir to theme.cJames Booth2013-02-021-5/+19
* Moved function to get accouts files to accounts.cJames Booth2013-02-021-1/+16
* Moved function to get log dir to log.cJames Booth2013-02-021-3/+17
* Added config dir to sourceJames Booth2013-02-026-0/+1588