about summary refs log tree commit diff stats
path: root/src/xmpp/connection.h
Commit message (Expand)AuthorAgeFilesLines
* Goodbye beautiful IDsMichael Vetter2021-04-141-0/+2
* Apply coding styleMichael Vetter2020-07-071-8/+8
* Revert "Apply coding style"Michael Vetter2020-07-071-8/+8
* Apply coding styleMichael Vetter2020-07-071-8/+8
* Add option for legacy authenticationDmitry Podgorny2020-06-051-1/+1
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Add connection_get_profanity_identifier stubMichael Vetter2019-10-181-2/+0
* Log incoming MUC messages if origin-id sais they dont come from usMichael Vetter2019-10-181-0/+2
* Remove prefix from stanza idMichael Vetter2019-10-171-1/+1
* Wait for discovery end to publish omemo devicelist and bundlePaul Fariello2019-04-101-0/+2
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Move ID generation to xmpp folderMichael Vetter2018-08-301-0/+2
* Update copyrightJames Booth2018-01-211-1/+1
* Update CopyrightJames Booth2017-01-281-1/+1
* Remove status from cl_ev_presence_sendJames Booth2017-01-151-1/+0
* Use server features for account muc serviceJames Booth2016-11-201-1/+0
* Move event timeout to connection moduleJames Booth2016-07-241-0/+1
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Add connection_set_disconnected()James Booth2016-05-111-4/+1
* Add connection_clear_data()James Booth2016-05-101-2/+2
* Remove connection_free_conn(), connection_free_ctx()James Booth2016-05-101-2/+0
* Add connection_shutdown()James Booth2016-05-101-1/+1
* Remove JABBER_STARTED, JABBER_UNDEFINED connection statesJames Booth2016-05-101-0/+1
* Free features on disconnectJames Booth2016-05-081-0/+1
* Use hash table for disco featuresJames Booth2016-05-081-1/+1
* Remove connection_get_disco_infos()James Booth2016-05-081-1/+0
* Rename diso_items->diso_infosJames Booth2016-05-081-1/+1
* Add connection_get_disco_info()James Booth2016-05-081-1/+2
* Add connection_item_for_feature()James Booth2016-05-081-0/+1
* Move logic to connection_set_disco_itemsJames Booth2016-05-081-1/+1
* Move conneciton initialisation to _connection_handlerJames Booth2016-05-081-2/+0
* Move disco info struct to connectionJames Booth2016-05-071-2/+5
* Move available resources to connection structJames Booth2016-05-071-1/+4
* Remove redundant tls secured functionJames Booth2016-05-061-2/+0
* Tidy connect functionJames Booth2016-05-061-1/+1
* Move connection_connectJames Booth2016-05-061-2/+2
* Rename jabber_ functionsJames Booth2016-05-061-0/+4
* Add session.cJames Booth2016-05-051-0/+60
* Renamed connection.c -> session.cJames Booth2016-05-051-61/+0
* Tidy xmpp headersJames Booth2016-05-041-6/+3
* Rename id_handler_add -> iq_id_handler_addJames Booth2016-05-021-1/+1
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-3/+3
* Use one stanza handler per type (message, iq, presence)James Booth2016-03-281-0/+8
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\
| * Updated copyrightJames Booth2016-02-141-1/+1
* | Added C plugin code from plugins branchJames Booth2016-02-141-3/+3
|/
* Applied coding style to src/xmpp/James Booth2015-10-261-4/+4
* Check for libmesode, fall back to libstropheJames Booth2015-09-211-0/+7
* Updated copyrightJames Booth2015-02-101-1/+1
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
ame the previous revision' href='/akkartik/mu/blame/subx/020elf.cc?h=main&id=bbe7cd53cb37e5d318c87626a0169987c3841e88'>^
708eae31 ^
96b2216b ^
630433cd ^
708eae31 ^
6602c82f ^
630433cd ^
6602c82f ^

708eae31 ^
f1b3d7b9 ^


a413105a ^
630433cd ^
f1b3d7b9 ^
a413105a ^
a413105a ^
f1b3d7b9 ^
f1b3d7b9 ^




a413105a ^
f1b3d7b9 ^






708eae31 ^

630433cd ^
96b2216b ^
fd7198b2 ^
96b2216b ^
fd7198b2 ^
96b2216b ^



414d9413 ^
96b2216b ^



630433cd ^
96b2216b ^

414d9413 ^
630433cd ^



fd7198b2 ^
630433cd ^

96b2216b ^
665a4d70 ^
630433cd ^
96b2216b ^


1f4d0aaf ^


630433cd ^

1f4d0aaf ^
630433cd ^





1f4d0aaf ^
708eae31 ^



96b2216b ^



414d9413 ^


1a33d221 ^
708eae31 ^
cd23c8b6 ^
414d9413 ^





1a33d221 ^
414d9413 ^

708eae31 ^

2097401c ^
708eae31 ^


708eae31 ^
087a998e ^
a066ad7e ^
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
97
98
99
100
101
102
103
104
105
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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167