about summary refs log tree commit diff stats
path: root/src/xmpp/roster_list.c
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate code in roster_updateMichael Vetter2019-08-231-9/+1
* Fix memleak in roster_change_name()Michael Vetter2019-07-221-2/+2
* Fix memleak in roster_removeMichael Vetter2019-07-221-1/+1
* Fix memory leak in roster_update()Michael Vetter2019-07-221-1/+2
* Fix double free in roster_process_pending_presenceMichael Vetter2019-07-101-1/+0
* Add destructor for roster_pending_presenceMichael Vetter2019-07-091-1/+10
* statusbar: check if roster existsMichael Vetter2019-06-041-0/+8
* Handle presence received before rosterPaul Fariello2019-04-171-0/+43
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Make _get_groups_from_item and roster _compare_* publicPaul Fariello2018-09-261-13/+11
* Update copyrightJames Booth2018-01-211-1/+1
* Allow previous autocompletion with shift tabJames Booth2017-04-011-9/+9
* Update CopyrightJames Booth2017-01-281-1/+1
* Tidy headersJames Booth2016-07-241-3/+3
* Moved roster_list.cJames Booth2016-07-241-0/+668
9a0cb89b96513206f11b2a5e595f4b8d7'>^
30b5f112 ^




45a26b11 ^





30b5f112 ^
71679a31 ^

45a26b11 ^
30b5f112 ^
45a26b11 ^
45a26b11 ^
8a113ad6 ^
2f82f50a ^
86c1c388 ^
1a3dc91e ^
45a26b11 ^

d39bcdc1 ^
fbc30231 ^

















cd2458c0 ^

0ae975c2 ^

b21edfaa ^
cd2458c0 ^
0aa758cb ^

d3cc5bd7 ^



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