about summary refs log tree commit diff stats
path: root/tests/otr
Commit message (Expand)AuthorAgeFilesLines
* Removed old mocksJames Booth2014-12-252-113/+0
* Added cmd_otr testsJames Booth2014-12-241-0/+101
* Added stubbed implementationsJames Booth2014-12-231-0/+0
* Fixed tests to work with cmocka 0.4.1James Booth2014-05-261-4/+4
* Added config.h to mock_otr.cJames Booth2014-05-191-0/+3
* Fixed OTR dependency when library not present, changed version to 0.4.2James Booth2014-05-191-0/+4
* Test /otr start sends OTR query message to current recipientJames Booth2014-02-232-0/+15
* Fixed issue with /otr myfp when no key loadedJames Booth2014-02-232-0/+14
* Test /otr theirfpJames Booth2014-02-172-0/+16
* Added /otr myfp testJames Booth2014-02-172-4/+13
* Test /otr genJames Booth2014-02-162-7/+1
* Mock otr module for cmd_otr testsJames Booth2014-02-162-0/+58
ision' href='/danisanti/profani-tty/blame/tests/helpers.c?id=e1fe7783c0d0132a5a4bb0e1e214aff60bafe7d1'>^
5f25d993 ^









6ef1174b ^























5f25d993 ^
6ef1174b ^
5f25d993 ^
6ef1174b ^








cb590dd8 ^

cb590dd8 ^

5f25d993 ^

b231133f ^
5f25d993 ^
a7a28506 ^

6ef1174b ^
a7a28506 ^
5f25d993 ^
3d7d070b ^
f7843def ^

36790dc2 ^
f7843def ^





36790dc2 ^
f7843def ^

3d7d070b ^










































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