about summary refs log tree commit diff stats
path: root/src/config
Commit message (Collapse)AuthorAgeFilesLines
* Add random string at the end of the default resourcePaul Fariello2019-04-121-2/+4
| | | | | | | | When connecting for the first time or when creating a new account don't use only 'profanity' as default resource. Some server don't support having 2 connection with same resource. Using profanity as default lead to deconnections.
* Add missing preferences for OMEMO logsPaul Fariello2019-04-101-0/+6
|
* Add OMEMO identity materials long term storagePaul Fariello2019-04-101-0/+1
|
* Add OMEMO message encryption and decryptionPaul Fariello2019-04-102-0/+31
|
* Update copyright to include 2019Michael Vetter2019-01-2216-16/+16
|
* Override account options with connect optionsDmitry Podgorny2018-11-072-0/+20
| | | | | | | | | | | | With this feature user can configure TLS policy for an account and override it for a single login with /connect command. Example: /account set <jid> tls force /connect <jid> tls trust The example shows how to trust server's certificate only once. Fixes #1021.
* Add option to trust server's certificateDmitry Podgorny2018-11-061-0/+1
| | | | | | | | | | | New tls policy "trust" added to /connect and /account. With the policy TLS connection is established even with invalid certificate. Note, that trust policy forces TLS connection and it fails when server doesn't support TLS. Examples: /connect <jid> tls trust /account <name> set tls trust
* Rename mucconf wins into conf winsPaul Fariello2018-09-053-7/+7
| | | | Configuration windows are now being used by both muc and cmd.
* Fix theme load max tab lengthJames Booth2018-03-111-1/+1
|
* Add max tab length to statusbarJames Booth2018-03-113-0/+24
|
* Default tab name to falseJames Booth2018-03-101-1/+0
|
* Add statusbar pref to themesJames Booth2018-03-101-0/+10
|
* WIP add self prefs for statusbarJames Booth2018-03-102-0/+6
|
* Preference to show/hide tab numberJames Booth2018-03-092-0/+6
|
* Remove empty tabsJames Booth2018-03-093-10/+0
|
* Add preferences for tab displayJames Booth2018-03-092-0/+12
|
* Add max tabs preference for statusbarJames Booth2018-03-082-0/+20
|
* Add prefs for empty tabs and tab namesJames Booth2018-03-082-0/+8
|
* Update themesJames Booth2018-02-101-1/+1
|
* Add /rooms cacheJames Booth2018-02-052-0/+5
|
* Show roster room server by defailtJames Booth2018-01-271-0/+1
|
* Allow hiding room server in rosterJames Booth2018-01-213-0/+5
|
* Update copyrightJames Booth2018-01-2116-16/+16
|
* Legacy SSL supportDmitry Podgorny2017-06-241-1/+2
| | | | | | | | | | | | | | | | Add "legacy" tls policy to /account and /connect commands. When this policy is specified the connection is connected with XMPP_CONN_LEGACY_SSL flag. Notice, legacy SSL and STARTTLS are not compatible and user has to know when exactly the new policy should be used. To enable it, run one of the next commands: /connect <jid> tls legacy [server <host>] /account <name> set tls legacy Notice, there is no SRV record for legacy SSL. Therefore, you may need "server" property to connect successfully. Refer to configuration provided by your server.
* Allow previous autocompletion with shift tabJames Booth2017-04-016-15/+15
|
* Add theme option for time in a status barLukasz Marcinowski2017-03-222-0/+4
|
* Add plugins sourcepath propertyJames Booth2017-02-052-5/+11
|
* Update CopyrightJames Booth2017-01-2816-16/+16
|
* Allow clearing account resourceJames Booth2016-11-224-2/+12
| | | | issue #880
* Use server features for account muc serviceJames Booth2016-11-203-71/+83
| | | | issue #878
* Added main.help.header theme optionFrank Zschockelt2016-10-292-0/+3
|
* Add /tls certpath defaultJames Booth2016-10-172-0/+41
| | | | issue #871
* Add win_printf_lineJames Booth2016-10-141-0/+2
|
* Remove verbose output on window moveJames Booth2016-09-251-7/+12
|
* Tidy window position prefsJames Booth2016-09-251-304/+120
|
* Fix defaulting win positionsJames Booth2016-09-251-6/+6
|
* Fix /inputwin upJames Booth2016-09-231-0/+23
|
* Allow vertical positioning of all windowsJames Booth2016-09-233-9/+493
|
* Rename /titlebar -> /wintitleJames Booth2016-09-222-8/+21
|
* Add /inputwin top|bottom commandJames Booth2016-09-193-1/+9
| | | | closes #853
* Change autoping timeout default to 20 secondsJames Booth2016-08-221-1/+1
|
* Move all filepath handling to files.cJames Booth2016-07-247-114/+115
|
* Move xgd functionsJames Booth2016-07-247-37/+40
|
* Move resource conversionsJames Booth2016-07-241-0/+1
|
* Add config/files.cJames Booth2016-07-247-2/+175
|
* Tidy headersJames Booth2016-07-246-6/+9
|
* Moved window_list.cJames Booth2016-07-241-1/+1
|
* Moved jid.cJames Booth2016-07-242-2/+2
|
* Make header defines consistentJames Booth2016-07-247-10/+20
|
* Move event timeout to connection moduleJames Booth2016-07-241-1/+1
|