about summary refs log tree commit diff stats
path: root/tests/test_cmd_account.c
Commit message (Expand)AuthorAgeFilesLines
* Implemented per contact OTR policy settingJames Booth2014-05-111-2/+2
* Added OTR policy account preferenceJames Booth2014-05-111-2/+2
* Refactored ProfAccount creationJames Booth2014-01-221-5/+4
* Removed whitespaceJames Booth2013-12-271-1/+1
* Added tests for "/account clear <property>"James Booth2013-12-271-0/+82
* Test for presence update when changing priorityJames Booth2013-12-271-1/+24
* Changed messages on invalid prioritiesJames Booth2013-12-271-6/+33
* Test priority above upper boundsJames Booth2013-12-271-2/+19
* Test priority below lower boundsJames Booth2013-12-271-0/+18
* Added test for showing message when changing priorityJames Booth2013-12-261-1/+21
* Added mock_accounts and fixed testsJames Booth2013-12-261-144/+126
* Dynamically load UI functions, fixed testsJames Booth2013-12-221-3/+6
* Added mocks and stubs for cons_showJames Booth2013-12-191-90/+105
* Replaced old mock_xmppJames Booth2013-12-181-1/+3
* Added common mock functions and fixed testsJames Booth2013-12-181-9/+9
* Added tests for setting presence prioritiesJames Booth2013-12-171-10/+121
* Added tests for "/account set <status> <priority>" with invalid statusJames Booth2013-12-171-0/+34
* Added tests for "/account set status"James Booth2013-12-171-0/+95
* Removed help->usage when not used in testsJames Booth2013-12-171-15/+0
* Added tests for "/account set muc" and "/account set nick"James Booth2013-12-171-0/+82
* Added tests for "/account set password"James Booth2013-12-171-0/+41
* Added tests for "/account set resource"James Booth2013-12-171-0/+41
* Added tests for "/account set server"James Booth2013-12-171-0/+41
* Added validation tests for "/account set" and "/account set jid"James Booth2013-12-161-0/+146
* Use expect_any when testing something else in cmd_account testsJames Booth2013-12-161-7/+7
* Added tests for "/account rename"James Booth2013-12-161-6/+87
* Added tests for "/account disable"James Booth2013-12-151-0/+64
* Added tests for "/account enable"James Booth2013-12-151-0/+64
* Test "/account add" shows message on successJames Booth2013-12-151-0/+16
* Test "/account add <account>" adds accountJames Booth2013-12-151-2/+17
* Test "/account add" with missing argJames Booth2013-12-151-0/+14
* Test "/account show <account>" when account existsJames Booth2013-12-151-1/+20
* Test "/account show" when no account does not existJames Booth2013-12-151-0/+17
* Added "/account show" test when no account suppliedJames Booth2013-12-151-1/+15
* Test "/account list"James Booth2013-12-151-1/+24
* Added cmd_account testJames Booth2013-12-151-0/+49
hj5@gmail.com> 2016-07-05 21:46:36 +0100 Store plugin completers by plugin name' href='/danisanti/profani-tty/commit/src/tools/autocomplete.h?id=71178b3696cceae72c93d2e904ae41a811dec87d'>71178b36 ^
e27061b1 ^

6b830277 ^
67dead32 ^
6b830277 ^
17757c86 ^
67dead32 ^
00170984 ^
6b830277 ^
67dead32 ^
00170984 ^
6b830277 ^
67dead32 ^
00170984 ^
6b830277 ^
89d3b9fc ^
e27061b1 ^
4bd06a5d ^
95c48a0f ^
89d3b9fc ^
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