about summary refs log tree commit diff stats
path: root/src/jid.h
Commit message (Collapse)AuthorAgeFilesLines
* Use consistent style for pointersMichael Vetter2015-10-211-5/+5
|
* Updated copyrightJames Booth2015-02-101-1/+1
|
* Refactored parsing capsJames Booth2014-11-261-0/+2
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
|
* Fixed cppcheck warningsJames Booth2014-04-261-3/+0
|
* Updated copyrightJames Booth2014-03-091-1/+1
|
* Renamed function in jidJames Booth2013-01-271-2/+1
|
* Renamed create jid function using barejid and resourceJames Booth2013-01-271-1/+1
|
* Removed jid_is_room()James Booth2013-01-131-1/+0
|
* Use Jid datatype in chat roomsJames Booth2013-01-131-0/+3
|
* Added jid_create_room_jidJames Booth2013-01-131-0/+1
|
* Changed Jid typedef to be explicit pointerJames Booth2013-01-131-2/+2
|
* Added jid datatypeJames Booth2013-01-121-0/+48
<boothj5@gmail.com> 2014-01-22 22:22:01 +0000 Refactored ProfAccount creation' href='/danisanti/profani-tty/commit/Makefile.am?id=21ab18215164fe791ebda7e6158648f63790ed93'>21ab1821 ^
c1ee75da ^
264fc55a ^
d782b007 ^
0fbaa6f5 ^
7842b0d1 ^
107fdd35 ^




b9119b43 ^

107fdd35 ^
2490f5b4 ^
107fdd35 ^




447d2358 ^
21ab1821 ^
107fdd35 ^

0d15c710 ^

9aa282f6 ^

0d15c710 ^






2451b7b1 ^




















0d15c710 ^
d782b007 ^


0fbaa6f5 ^
d782b007 ^
fa89e2aa ^
0d15c710 ^
fa89e2aa ^

0d15c710 ^
264fc55a ^
0c1092fd ^


3ceb9b0d ^
fa89e2aa ^
7e4b1b1d ^
0fbaa6f5 ^

fa89e2aa ^

0fbaa6f5 ^

fa89e2aa ^
264fc55a ^

d782b007 ^
0fbaa6f5 ^
3ceb9b0d ^



0fbaa6f5 ^


d782b007 ^


0fbaa6f5 ^
7f7973f9 ^
2655d9e8 ^
0c1092fd ^


0fbaa6f5 ^

0c1092fd ^

13ee16de ^
0fbaa6f5 ^


















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
140
141
142
143
144
145
146
147
148
149
150
151
152