about summary refs log tree commit diff stats
path: root/src/config/accounts.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fgets: buffer sizePeter Vilim2015-01-071-3/+6
* fix for fgetsPeter Vilim2015-01-071-1/+1
* mergePeter Vilim2015-01-071-0/+2
|\
| * Add support for evaluated passwordPeter Vilim2015-01-071-2/+30
* | iofixedPeter Vilim2015-01-071-2/+13
* | Add support for evaluated passwordPeter Vilim2015-01-061-2/+18
|/
* Removed function pointersJames Booth2014-12-221-121/+77
* implement account removalWill Song2014-11-231-0/+11
* Merge branch 'master' into symlinksJames Booth2014-10-261-0/+20
|\
| * Added /account clear [account] portJames Booth2014-10-231-0/+10
| * Added /account clear [account] serverJames Booth2014-10-231-0/+10
* | Follow symlinks for profrc and accounts filesJames Booth2014-10-261-1/+8
|/
* Set file permissions for accounts fileJames Booth2014-10-181-0/+6
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Added quote param to autocomplete_completeJames Booth2014-07-091-2/+2
* Implemented per contact OTR policy settingJames Booth2014-05-111-1/+33
* Added /otr policy for contacts in account preferencesJames Booth2014-05-111-0/+115
* Added otr to /account clear propertiesJames Booth2014-05-111-0/+10
* Added OTR policy account preferenceJames Booth2014-05-111-2/+19
* Updated copyrightJames Booth2014-03-091-1/+1
* Refactored ProfAccount creationJames Booth2014-01-221-124/+26
* Fixed test compilationJames Booth2014-01-181-1/+1
* WIP - Adding port to account optionsJames Booth2014-01-181-1/+18
* Added mock_accounts and fixed testsJames Booth2013-12-261-66/+104
* Moved fulljid logic to accountsJames Booth2013-12-151-0/+10
* Added clear command to /account for password clearingJames Booth2013-12-081-0/+9
* Added /account set <account> password <password>James Booth2013-11-071-0/+9
* Use correct type in account rename for prioritiesJames Booth2013-11-071-5/+5
* Merge remote-tracking branch 'tsenart/passwords-on-accounts-file'James Booth2013-11-071-0/+12
|\
| * Use passwords from the accounts fileTomás Senart2013-10-141-0/+12
|/
* 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-121-1/+95
* removed strdup in autocomplete callsDmitry Podgorny2013-08-261-10/+10
* fixed memory leaks in various filesDmitry Podgorny2013-08-251-19/+42
* most FREE_SET_NULL replaced with freeDmitry Podgorny2013-08-031-7/+7
* Added rooms history to ProfAccountJames Booth2013-05-231-0/+16
* Added resource_presence_t and contact_presence_tJames Booth2013-02-101-25/+22
* Renamed jabber_presence_t->presence_tJames Booth2013-02-101-3/+3
* Added assertsJames Booth2013-02-031-1/+1
* Send entity capabilities and status when joining roomJames Booth2013-02-031-0/+3
* Removed files.cJames Booth2013-02-021-1/+0
* Moved function to get accouts files to accounts.cJames Booth2013-02-021-1/+16
* Added config dir to sourceJames Booth2013-02-021-0/+532
tter hut <hut@lavabit.com> 2010-01-17 21:41:46 +0100 TODO: added entries' href='/akspecs/ranger/commit/TODO?h=v1.8.1&id=fc486c609453b3611db75f53026eaf22d1a76e6e'>fc486c60 ^
7b04e507 ^
0268e3c3 ^
dd4a4145 ^
6f43de0a ^




fca1fc4f ^
f70ee6b2 ^
0db4c9b2 ^
b2d63ef5 ^
291ca616 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65