about summary refs log tree commit diff stats
path: root/src/xmpp/capabilities.c
Commit message (Expand)AuthorAgeFilesLines
* Changed to use gnutls instead of openssl for sha1 hashingJames Booth2014-05-011-15/+1
* Updated copyrightJames Booth2014-03-091-1/+1
* fixed build error when make run with -jN optionDmitry Podgorny2014-03-061-1/+1
* Bind capabilities functions in main.cJames Booth2013-12-221-2/+7
* Dynamically bind xmpp module apiJames Booth2013-12-181-4/+6
* Use git revision in development stringsJames Booth2013-09-171-0/+11
* remove octet_compareDmitry Podgorny2013-08-261-3/+3
* fixed memory leaks in various filesDmitry Podgorny2013-08-251-4/+5
* fixed memory leaksDmitry Podgorny2013-08-031-16/+16
* most FREE_SET_NULL replaced with freeDmitry Podgorny2013-08-031-9/+8
* Changed client type to 'console' as per http://xmpp.org/registrar/disco-categ...James Booth2013-06-251-1/+1
* Added disco items to features in disco info responsesJames Booth2013-03-241-0/+6
* Tidied new command output, ordered featuresJames Booth2013-02-171-3/+4
* Added ping to featuresJames Booth2013-02-171-0/+5
* Added chatstates to capabilitiesJames Booth2013-02-171-0/+6
* Added /caps commandJames Booth2013-02-171-1/+11
* Show detailed software/os information if available in capabilitiesJames Booth2013-02-051-5/+44
* Removed debug from last commitJames Booth2013-02-051-4/+0
* SHA1 now generated correctly when data form included in capsJames Booth2013-02-051-0/+5
* Fixed crash on receiving dataformJames Booth2013-02-031-2/+4
* Tidied #include'sJames Booth2013-02-021-3/+4
* Removed stanza functions from xmpp.hJames Booth2013-02-021-0/+1
* Added xmpp subdir to sourceJames Booth2013-02-021-0/+245
oid'>61a09476 ^
bfdc3b88 ^
2f432a94 ^
41fe8c22 ^






ab08d0a3 ^
d90c47f2 ^

41fe8c22 ^







1654f16a ^

ac91e7ef ^

4c913aa0 ^

a4e6d50a ^

e2b02733 ^

ce9b0836 ^

41fe8c22 ^
194c53c4 ^

623fbe9e ^

41fe8c22 ^
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