about summary refs log tree commit diff stats
path: root/src/config/accounts.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't forget encryption status for OX and PGP.MarcoPolo-PasTonMolo2022-06-171-0/+2
| | | | | | | | Use a pgp.enabled and ox.enabled array the same way that omemo.enabled is used. Fixes https://github.com/profanity-im/profanity/issues/1694 Fixes https://github.com/profanity-im/profanity/issues/733
* Restore last status string when connectingThorben Günther2021-07-011-0/+1
|
* Apply coding styleMichael Vetter2020-07-071-53/+53
|
* Revert "Apply coding style"Michael Vetter2020-07-071-53/+53
| | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems.
* Apply coding styleMichael Vetter2020-07-071-53/+53
| | | | Regards https://github.com/profanity-im/profanity/issues/1396
* Add option for legacy authenticationDmitry Podgorny2020-06-051-1/+2
| | | | | | | | New options: /connect <account> [auth default|legacy] /account <account> set auth default|legacy Fixes #1236.
* Add context to autocomplete_with_func and use it for omemo trust commandPaul Fariello2020-01-311-2/+2
| | | | Fix #1068
* Add vim modelineMichael Vetter2019-11-131-0/+1
|
* Add OMEMO policyPaul Fariello2019-04-171-0/+2
| | | | | | | | | | | | There is 3 policy: - manual: OMEMO session are only started manually - automatic: OMEMO session are only started if they have been started manually before - always: OMEMO session are always started unless they have been ended manually before Closes #1040 and fixes #1052
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
|
* Update copyrightJames Booth2018-01-211-1/+1
|
* Allow previous autocompletion with shift tabJames Booth2017-04-011-2/+2
|
* Update CopyrightJames Booth2017-01-281-1/+1
|
* Allow clearing account resourceJames Booth2016-11-221-0/+1
| | | | issue #880
* Use server features for account muc serviceJames Booth2016-11-201-0/+1
| | | | issue #878
* Make header defines consistentJames Booth2016-07-241-2/+2
|
* Update GPL link in headersJames Booth2016-07-241-1/+1
|
* Updated copyrightJames Booth2016-02-141-1/+1
|
* Added account theme propertyJames Booth2016-01-221-0/+2
|
* Applied coding style to account.hJames Booth2015-10-251-43/+43
|
* Force tls on all connections, add tls policy account propertyJames Booth2015-10-181-1/+2
|
* Add ability to script commands after connectJames Booth2015-10-151-0/+2
|
* Include last activity in initial presenceJames Booth2015-09-271-0/+1
|
* Added auto xa option, tidied autoaway codeJames Booth2015-09-271-0/+2
|
* Save last activity to account on disconnectJames Booth2015-09-251-0/+1
|
* Added pgpkeyid account setting, send signed presenceJames Booth2015-03-231-0/+2
|
* Updated copyrightJames Booth2015-02-101-1/+1
|
* Simplified autocompleters and command historyJames Booth2015-01-161-2/+2
|
* iofixedPeter Vilim2015-01-071-0/+1
|
* Add support for evaluated passwordPeter Vilim2015-01-061-0/+1
|
* Removed function pointersJames Booth2014-12-221-40/+38
|
* implement account removalWill Song2014-11-231-0/+1
|
* Added /account clear [account] portJames Booth2014-10-231-0/+1
|
* Added /account clear [account] serverJames Booth2014-10-231-0/+1
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
|
* Added /otr policy for contacts in account preferencesJames Booth2014-05-111-0/+1
|
* Added otr to /account clear propertiesJames Booth2014-05-111-0/+1
|
* Added OTR policy account preferenceJames Booth2014-05-111-0/+1
|
* Updated copyrightJames Booth2014-03-091-1/+1
|
* Refactored ProfAccount creationJames Booth2014-01-221-22/+1
|
* Fixed test compilationJames Booth2014-01-181-1/+1
|
* WIP - Adding port to account optionsJames Booth2014-01-181-1/+3
|
* Added mock_accounts and fixed testsJames Booth2013-12-261-33/+35
|
* Moved fulljid logic to accountsJames Booth2013-12-151-0/+1
|
* Added clear command to /account for password clearingJames Booth2013-12-081-0/+1
| | | | fixes #267
* Added /account set <account> password <password>James Booth2013-11-071-0/+1
|
* Added MAX_PASSWORD_SIZE set to 64James Booth2013-11-071-0/+2
| | | | fixes #245
* Use passwords from the accounts fileTomás Senart2013-10-141-0/+1
| | | | | | 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.
* Allow users to set default muc service and nickname per accountJames Booth2013-09-121-0/+4
| | | | | | | | See #238 Conflicts: src/config/accounts.c
* Added rooms history to ProfAccountJames Booth2013-05-231-0/+1
|