about summary refs log tree commit diff stats
path: root/src/config/accounts.c
Commit message (Expand)AuthorAgeFilesLines
* accounts: get rid of guard around freeMichael Vetter2021-07-171-11/+5
* Fix memory leak in accounts_get_login_status()Dmitry Podgorny2021-07-171-0/+4
* Restore last status string when connectingThorben Günther2021-07-011-2/+11
* Add config.h in files were it was missingMichael Vetter2021-03-261-0/+2
* Declare counter var inside loopMichael Vetter2020-11-091-14/+7
* Dont initialize i twice in accounts_get_account()Michael Vetter2020-11-051-5/+5
* Apply coding styleMichael Vetter2020-07-071-129/+123
* Revert "Apply coding style"Michael Vetter2020-07-071-126/+132
* Apply coding styleMichael Vetter2020-07-071-132/+126
* Fix reading/writing linked filesMichael Vetter2020-06-131-1/+1
* Add option for legacy authenticationDmitry Podgorny2020-06-051-2/+18
* Add context to autocomplete_with_func and use it for omemo trust commandPaul Fariello2020-01-311-2/+2
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Add OMEMO policyPaul Fariello2019-04-171-1/+66
* Add random string at the end of the default resourcePaul Fariello2019-04-121-2/+4
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Add option to trust server's certificateDmitry Podgorny2018-11-061-0/+1
* Update copyrightJames Booth2018-01-211-1/+1
* Legacy SSL supportDmitry Podgorny2017-06-241-1/+2
* Allow previous autocompletion with shift tabJames Booth2017-04-011-4/+4
* Update CopyrightJames Booth2017-01-281-1/+1
* Allow clearing account resourceJames Booth2016-11-221-0/+9
* Use server features for account muc serviceJames Booth2016-11-201-40/+56
* Move all filepath handling to files.cJames Booth2016-07-241-22/+7
* Move xgd functionsJames Booth2016-07-241-2/+2
* Add config/files.cJames Booth2016-07-241-0/+1
* Tidy headersJames Booth2016-07-241-2/+2
* Moved jid.cJames Booth2016-07-241-1/+1
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Updated copyrightJames Booth2016-02-141-1/+1
* Added account theme propertyJames Booth2016-01-221-1/+26
* Added conf_string_list_addJames Booth2015-11-241-42/+1
* Created config/conflists.c for shared config list handlingJames Booth2015-11-231-51/+7
* Applied coding style to accounts.cJames Booth2015-10-251-50/+50
* Force tls on all connections, add tls policy account propertyJames Booth2015-10-181-3/+25
* Add ability to script commands after connectJames Booth2015-10-151-2/+26
* Added missing account properties to /account renameJames Booth2015-09-281-29/+26
* Removed old code to fix legacy accountsJames Booth2015-09-281-58/+2
* Include last activity in initial presenceJames Booth2015-09-271-0/+11
* Added auto xa option, tidied autoaway codeJames Booth2015-09-271-0/+19
* Save last activity to account on disconnectJames Booth2015-09-251-0/+17
* Fixed various jid and account mem leaksJames Booth2015-06-241-0/+2
* Merge branch 'master' into pgpJames Booth2015-05-041-17/+17
|\
| * Use null check convention in accounts.cJames Booth2015-05-041-17/+17
* | Added pgpkeyid account setting, send signed presenceJames Booth2015-03-231-1/+25
|/
* Fixed spelling.Christian Storm2015-02-171-1/+1
* Updated copyrightJames Booth2015-02-101-1/+1
* Simplified autocompleters and command historyJames Booth2015-01-161-2/+2
* eval_password code is now in cmd_connect so that it can be changedWill Song2015-01-121-10/+0
* Removed unused include, free eval_passwordJames Booth2015-01-131-1/+0
ef='#n106'>106 107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150