about summary refs log tree commit diff stats
path: root/src/xmpp/roster.c
Commit message (Expand)AuthorAgeFilesLines
...
* Refactored roster add/updateJames Booth2014-01-051-2/+10
* Moved roster handlers to server_eventsJames Booth2014-01-051-3/+4
* Renamed roster_add_new -> roster_send_add_newJames Booth2014-01-051-2/+2
* Fixed types of presence variables to resource_presence_type (avoid useless an...Jasper van Bourgognie2013-12-271-1/+1
* Bind roster functions in main.cJames Booth2013-12-221-6/+11
* Dynamically bind xmpp module apiJames Booth2013-12-181-10/+16
* Added simple mock test, refactored rosterJames Booth2013-12-141-474/+57
* Fixed compile error for -Wduplicate-decl-specifier on OSXJames Booth2013-11-101-1/+1
* removed strdup in autocomplete callsDmitry Podgorny2013-08-261-6/+6
* removed strdup from g_string_appendDmitry Podgorny2013-08-251-1/+1
* Coloured contact and subscription in /roster and /group outputJames Booth2013-07-031-8/+10
* Show messages on /group add and /group removeJames Booth2013-06-231-4/+73
* Show message when removing contact from group when not in groupJames Booth2013-06-231-0/+5
* Show message when contact already in groupJames Booth2013-06-231-0/+5
* Implemented /group command with no args (list groups)James Booth2013-06-021-0/+6
* Changed autocomplete for /group and /whoJames Booth2013-06-021-0/+6
* Added group add and group remove to /roster commandJames Booth2013-06-021-0/+81
* Added message in console on /roster removeJames Booth2013-06-021-0/+2
* Added message in console on /roster addJames Booth2013-06-021-3/+8
* Added /roster remove commandJames Booth2013-06-021-0/+13
* Added /roster add commandJames Booth2013-06-011-0/+10
* Sort contacts on /who outputJames Booth2013-05-301-1/+30
* Add groups to roster contactsJames Booth2013-05-221-7/+57
* Refactor roster.cJames Booth2013-05-221-72/+63
* Reuse roster_add in roster_updateJames Booth2013-05-221-163/+154
* Removed unused offline_msg parameter from roster_addJames Booth2013-05-211-5/+3
* Refactored roster push handlingJames Booth2013-05-211-12/+41
* Renamed roster_change_handle -> roster_change_nameJames Booth2013-05-211-16/+16
* Renamed roster_barejid_from_handle -> roster_barejid_from_nameJames Booth2013-05-211-2/+2
* Renamed handle, jid and resource in rosterJames Booth2013-05-211-58/+58
* Renamed _roster_handle_set -> _roster_handle_pushJames Booth2013-05-211-3/+5
* Renamed roster_jid_from_handle -> roster_barejid_from_handleJames Booth2013-05-211-1/+11
* Roster handle changes handled correctlyJames Booth2013-05-201-40/+67
* Added jid autocompleter for /roster nick commandJames Booth2013-05-201-18/+33
* Use handle in /msg commandJames Booth2013-05-191-8/+55
* Added /roster command with nick option to change handleJames Booth2013-05-191-3/+23
* Removed contact_list, moved roster logic to xmpp/roster moduleJames Booth2013-05-061-1/+204
* Renamed contact_list_ functions to roster_James Booth2013-05-061-3/+3
* Created roster module, moved roster iq'sJames Booth2013-05-061-0/+126
0100 committer hut <hut@lavabit.com> 2010-02-25 02:45:47 +0100 added Makefile' href='/akspecs/ranger/commit/Makefile?h=v1.9.0b1&id=e9e4b4ffa4b4865c46acbebfc7ef2083bfac0210'>e9e4b4ff ^
c7720fff ^



8d21b83c ^


e9e4b4ff ^
25a4162d ^
e9e4b4ff ^
0c2c782d ^
636d9393 ^
b0a216f5 ^
b3bc8431 ^
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