about summary refs log tree commit diff stats
path: root/src/otr/otrlibv3.c
Commit message (Expand)AuthorAgeFilesLines
* Use null check convention in otrlibv3.cJames Booth2015-05-041-3/+3
* Updated copyrightJames Booth2015-02-101-1/+1
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Added UI messages for smp question/answer resultJames Booth2014-05-071-4/+6
* Added question answer authentication (libotr 3.2.x)James Booth2014-04-301-8/+22
* Attempt at shared secret authentication for libotr 4.0.0James Booth2014-04-281-1/+11
* Added SMP secret authentication success messageJames Booth2014-04-271-0/+2
* Tidied UI messages for SMP shared secret authenticationJames Booth2014-04-271-11/+12
* Added SMP ui eventsJames Booth2014-04-261-6/+6
* Handle SMP secret responseJames Booth2014-04-261-2/+14
* Send SMP init message with /otr secretJames Booth2014-04-261-0/+51
* Merge remote-tracking branch 'lucian/master'James Booth2014-04-221-1/+1
|\
| * Modified otrlibv4 and otrlibv4 to add informative message when starting OTR c...lightb2014-04-221-1/+1
|/
* Updated copyrightJames Booth2014-03-091-1/+1
* Added OTR supported versions in initial start query messageJames Booth2014-02-181-0/+6
* Removed free message function from otrlibv3James Booth2014-02-131-6/+0
* Refactored common otr library codeJames Booth2014-02-131-402/+32
* Renamed otr implementationsJames Booth2014-02-121-0/+478
d='n57' href='#n57'>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