about summary refs log tree commit diff stats
path: root/src/config/accounts.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added /account set <account> password <password>James Booth2013-11-071-0/+1
* Added MAX_PASSWORD_SIZE set to 64James Booth2013-11-071-0/+2
* Use passwords from the accounts fileTomás Senart2013-10-141-0/+1
* Allow users to set default muc service and nickname per accountJames Booth2013-09-121-0/+4
* Added rooms history to ProfAccountJames Booth2013-05-231-0/+1
* Added resource_presence_t and contact_presence_tJames Booth2013-02-101-3/+3
* Renamed jabber_presence_t->presence_tJames Booth2013-02-101-3/+3
* Added config dir to sourceJames Booth2013-02-021-0/+75
r Kartik Agaram <vc@akkartik.com> 2021-03-23 17:31:08 -0700 committer Kartik Agaram <vc@akkartik.com> 2021-03-23 17:31:08 -0700 .' href='/akkartik/mu/commit/html/linux/ex6.subx.html?h=hlt&id=3350c34a74844e21ea69077e01efff3bae64bdcd'>3350c34a ^
c56d803c ^
bb2b6ba7 ^
a0d3cac4 ^

14a38052 ^

bb2b6ba7 ^
695f9bf8 ^
a0d3cac4 ^
695f9bf8 ^
33352536 ^
695f9bf8 ^
a0d3cac4 ^
695f9bf8 ^
a0d3cac4 ^
695f9bf8 ^
3350c34a ^
a0d3cac4 ^

3350c34a ^
a0d3cac4 ^

695f9bf8 ^
a0d3cac4 ^
3350c34a ^
a0d3cac4 ^
3350c34a ^

a0d3cac4 ^

bb2b6ba7 ^



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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96