about summary refs log tree commit diff stats
path: root/src/contact.h
Commit message (Collapse)AuthorAgeFilesLines
* Optimised contact comparisons, create utf8 collate key onceJames Booth2015-05-071-0/+2
|
* Updated copyrightJames Booth2015-02-101-1/+1
|
* Added /resource autocompletionJames Booth2014-12-041-0/+3
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
|
* Updated copyrightJames Booth2014-03-091-1/+1
|
* Merge branch 'master' into refactor2James Booth2013-11-111-1/+1
|\ | | | | | | | | Conflicts: src/ui/core.c
| * Fixed compile error for -Wduplicate-decl-specifier on OSXJames Booth2013-11-101-1/+1
| |
* | Added p_contact_create_display_stringJames Booth2013-10-071-0/+1
|/
* Show only nick or jid in /wins outputJames Booth2013-08-311-0/+1
|
* Coloured contact and subscription in /roster and /group outputJames Booth2013-07-031-0/+1
|
* Added group add and group remove to /roster commandJames Booth2013-06-021-0/+1
|
* Add groups to roster contactsJames Booth2013-05-221-2/+4
| | | | fixes #175
* Added /roster command with nick option to change handleJames Booth2013-05-191-2/+1
|
* Colour title on /caps and /software outputJames Booth2013-02-171-0/+1
|
* Show all resources ordered by priority with /info commandJames Booth2013-02-171-4/+5
|
* Dealing with mulitple contact resources, work in progressJames Booth2013-02-141-1/+2
|
* Simple default resource hanlding on presenceJames Booth2013-02-141-1/+2
|
* Added p_contact_add_resourceJames Booth2013-02-101-3/+4
|
* Fixed error clearing contact listJames Booth2013-02-101-0/+2
|
* Renamed contact property jid->barejidJames Booth2013-02-091-2/+2
|
* Added client to /info command in chat roomsJames Booth2013-01-201-1/+2
|
* Added retrieval of caps string from presenceJames Booth2013-01-191-0/+2
|
* Updated copyrightJames Booth2013-01-111-1/+1
|
* Handle idle time from contactsJames Booth2012-12-091-7/+7
|
* Handle roster subscription updatesJames Booth2012-11-271-0/+2
|
* Show "request pending" in /sub show, when request has been sentJames Booth2012-11-271-1/+2
|
* Split contact add and update presenceJames Booth2012-10-291-0/+2
|
* Subscription managementJames Booth2012-10-281-0/+1
|
* Load roster before sending presenceJames Booth2012-10-281-3/+5
|
* Removed trailing whitespace from src and testsJames Booth2012-10-211-3/+3
|
* Added autobuild toolsJames Booth2012-07-011-0/+37
ail.com> 2014-07-16 22:31:25 +0100 committer James Booth <boothj5@gmail.com> 2014-07-16 22:31:25 +0100 Whitespace formatting' href='/danisanti/profani-tty/commit/src/ui/buffer.c?id=0619303abe8a5eba2fe4e70d0e52a06fafc6a455'>0619303a ^
1e6b7094 ^

6a9e1930 ^

10142444 ^





f1f04788 ^
10142444 ^










b125fa0f ^
1e6b7094 ^


b125fa0f ^
1e6b7094 ^



0619303a ^
1e6b7094 ^

8c027a56 ^
10142444 ^



d6977e31 ^
8c027a56 ^
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139