about summary refs log tree commit diff stats
path: root/src/xmpp/bookmark.c
Commit message (Expand)AuthorAgeFilesLines
...
* Bind bookmark functions in main.cJames Booth2013-12-221-5/+10
* Dynamically bind xmpp module apiJames Booth2013-12-181-10/+15
* removed strdup in autocomplete callsDmitry Podgorny2013-08-261-2/+2
* Bookmarks: Move stanza pointer on in loop, check for autojoin "true"James Booth2013-07-151-2/+4
* draft of bookmarks implementationDmitry Podgorny2013-07-141-29/+118
* improved autojoin logicDmitry Podgorny2013-07-141-15/+49
* use get_unique_id for bookmarksDmitry Podgorny2013-07-141-7/+11
* initial support of autojoin for MUCDmitry Podgorny2013-06-301-0/+116
95'>d9cc580c ^
3f4f08ee ^
d9cc580c ^


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