about summary refs log tree commit diff stats
path: root/src/otr
Commit message (Expand)AuthorAgeFilesLines
...
* Tidied UI messages for SMP shared secret authenticationJames Booth2014-04-272-11/+13
* Added SMP ui eventsJames Booth2014-04-261-6/+6
* Handle SMP secret responseJames Booth2014-04-264-8/+28
* Send SMP init message with /otr secretJames Booth2014-04-264-1/+80
* Fixed cppcheck warningsJames Booth2014-04-261-2/+1
* Merge remote-tracking branch 'lucian/master'James Booth2014-04-222-2/+2
|\
| * Modified otrlibv4 and otrlibv4 to add informative message when starting OTR c...lightb2014-04-222-2/+2
| * Compilation v4 fixlightb2014-04-212-4/+0
| * Added opportunistic send functionality to cmd_msglightb2014-04-212-0/+4
| * Added /otr policy to commands (still need to add autocomplete stuff?)lightb2014-04-191-1/+0
| * Added PREF_OTR_POLICY to preferences.c -> key -> otr.policylightb2014-04-191-0/+1
|/
* Show message in console when contact starts OTR sessionJames Booth2014-04-191-1/+1
* Handle subscription on otr message sendsJames Booth2014-04-181-0/+8
* OTR end messages are now send to recipients not in the roster.James Booth2014-04-181-2/+10
* Fixed compile error when using libotr 4.0.0James Booth2014-04-161-0/+2
* Tidied ui dependenciesJames Booth2014-04-061-2/+0
* Renamed refresh functions to update_virtualJames Booth2014-04-011-1/+1
* Change libotr 4.0.0 code to use only OTR spec v2James Booth2014-03-241-2/+2
* Updated copyrightJames Booth2014-03-095-5/+5
* Added OTR supported versions in initial start query messageJames Booth2014-02-185-0/+22
* Mock otr module for cmd_otr testsJames Booth2014-02-162-45/+67
* Only show error message when err != 0James Booth2014-02-151-4/+6
* Removed free message function from otrlibv3James Booth2014-02-131-6/+0
* Refactored common otr library codeJames Booth2014-02-134-813/+547
* Renamed otr implementationsJames Booth2014-02-122-0/+0
* Moved otr sources into folderJames Booth2014-02-123-0/+1054
-16 01:56:21 +0100 committer hut <hut@lavabit.com> 2010-02-16 02:03:46 +0100 incremented version number and updated pydoc html files' href='/akspecs/ranger/commit/doc/pydoc/ranger.fsobject.fsobject.html?h=v1.4.3&id=34a60763e79546e0f84e30fbcc430632f3dbb39e'>34a60763 ^
f07bb12f ^
























































34a60763 ^
f07bb12f ^





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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190