about summary refs log tree commit diff stats
path: root/tests/test_cmd_bookmark.c
Commit message (Collapse)AuthorAgeFilesLines
* Added cmd_bookmark testsJames Booth2014-12-241-49/+76
|
* Added /bookmark with no args usage when in chat roomJames Booth2014-08-191-0/+9
| | | | issue #402
* Added test for jid validation on /bookmark addJames Booth2014-08-181-1/+19
|
* Added backwards compatible g_list_free_full for glib < 2.28James Booth2014-05-211-0/+1
|
* Refactored bookmarks to use option parser, allow bookmarking rooms with ↵James Booth2014-05-101-158/+13
| | | | passwords
* Chat room windows now created only after successful joinJames Booth2014-04-211-2/+2
|
* Store password with roomJames Booth2014-04-201-2/+2
|
* Test message when removing autojoin for non existent bookmarkJames Booth2014-02-021-0/+19
|
* Show message on /bookmark remove when bookmark does not existJames Booth2014-02-021-2/+21
|
* Added message when bookmark updatedJames Booth2014-02-021-6/+25
|
* Added /bookmark remove testsJames Booth2014-02-021-0/+38
|
* Added test for when autojoin no nick on /bookmark addJames Booth2014-02-021-0/+19
|
* Added cons message on ./bookmark addJames Booth2014-02-021-0/+10
|
* Added cmd_bookmark testsJames Booth2014-02-011-0/+140
|
* Added test for /bookmark listJames Booth2014-02-011-1/+55
|
* Fixed cmd_bookmark message when not connectedJames Booth2014-02-011-0/+39
|
* Added cmd_bookmark testsJames Booth2014-02-011-0/+30
m <vc@akkartik.com> 2016-09-17 10:28:25 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2016-09-17 10:28:25 -0700 3385' href='/akkartik/mu/commit/051scenario_test.mu?h=main&id=7a84094adbf7570e0b9716d8f469458b901efec8'>7a84094a ^
08f4628e ^


d9cd13ad ^
22b30692 ^
ad8161f3 ^
d9cd13ad ^

22b30692 ^


7a84094a ^
22b30692 ^

ad8161f3 ^
22b30692 ^




7a84094a ^
22b30692 ^

ad8161f3 ^
22b30692 ^




65b3db5d ^
22b30692 ^




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