about summary refs log tree commit diff stats
path: root/src/xmpp/roster_list.c
Commit message (Expand)AuthorAgeFilesLines
* Add plugin prof_get_nick_from_roster functionDustin Lagoy2021-04-281-0/+24
* Add config.h in files were it was missingMichael Vetter2021-03-261-0/+2
* Apply coding styleMichael Vetter2020-07-071-81/+83
* Revert "Apply coding style"Michael Vetter2020-07-071-87/+86
* Apply coding styleMichael Vetter2020-07-071-86/+87
* Fix memory leak of presence objectDmitry Podgorny2020-02-231-0/+2
* Add context to autocomplete_with_func and use it for omemo trust commandPaul Fariello2020-01-311-4/+4
* Add vim modelineMichael Vetter2019-11-131-0/+1
* 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
'>
fbc30231 ^

















cd2458c0 ^

0ae975c2 ^

b21edfaa ^
cd2458c0 ^
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