about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Show all resources ordered by priority with /info commandJames Booth2013-02-1712-159/+212
* Dealing with mulitple contact resources, work in progressJames Booth2013-02-144-37/+112
* Removed invalid testsJames Booth2013-02-141-39/+0
* Removed whitespaceJames Booth2013-02-141-2/+2
* Simple default resource hanlding on presenceJames Booth2013-02-149-56/+76
* Tidy up presence moduleJames Booth2013-02-103-72/+154
* Added usage of handlers to message and presence modulesJames Booth2013-02-104-95/+160
* Added p_contact_add_resourceJames Booth2013-02-105-15/+22
* Use resource_presence_t in ResourceJames Booth2013-02-103-18/+10
* Added resource_presence_t and contact_presence_tJames Booth2013-02-1017-182/+162
* Removed presence from jabber_connJames Booth2013-02-104-26/+7
* Renamed resources->available_resourcesJames Booth2013-02-101-20/+17
* Added resource_presence_tJames Booth2013-02-101-0/+8
* Added presence string functions to commonJames Booth2013-02-102-7/+51
* Renamed jabber_presence_t->presence_tJames Booth2013-02-1015-29/+29
* Only create contacts resource when onlineJames Booth2013-02-106-118/+98
* Fixed error clearing contact listJames Booth2013-02-105-5/+34
* Added default resource to contactJames Booth2013-02-102-32/+29
* Changed parameter to contact_list_add jid->barejidJames Booth2013-02-103-23/+23
* Renamed contact property jid->barejidJames Booth2013-02-095-34/+34
* Added resource.cJames Booth2013-02-093-0/+100
* Fixed remaining '%' char printingJames Booth2013-02-091-7/+7
* Fixed input win printing of '%' charJames Booth2013-02-092-9/+8
* Show priority on loginJames Booth2013-02-051-0/+2
* Show priority on autoaway messagesJames Booth2013-02-051-5/+14
* Show detailed software/os information if available in capabilitiesJames Booth2013-02-056-38/+149
* Removed debug from last commitJames Booth2013-02-051-4/+0
* SHA1 now generated correctly when data form included in capsJames Booth2013-02-052-0/+6
* Removed -WerrorJames Booth2013-02-041-1/+1
* Send show, status, priority and caps when changing room nicknameJames Booth2013-02-041-0/+11
* Moved setting presence status and show into functionsJames Booth2013-02-043-63/+58
* Use of const in connection.cJames Booth2013-02-042-6/+7
* Small tidy up in connection.cJames Booth2013-02-031-3/+10
* Added assertsJames Booth2013-02-036-10/+17
* Losing connection shows 'offline' in uiJames Booth2013-02-032-14/+13
* Removed jabber_restart functionJames Booth2013-02-033-10/+4
* Moved caps_init() out of xmpp.hJames Booth2013-02-034-2/+3
* Moved private xmpp functions to connection.hJames Booth2013-02-037-55/+88
* Added -WerrorJames Booth2013-02-031-1/+1
* Moved function to get presence string from type to stanza.cJames Booth2013-02-033-21/+22
* Send entity capabilities and status when joining roomJames Booth2013-02-034-110/+161
* Added error.txt to .gitignoreJames Booth2013-02-031-0/+1
* Added debugging to presence and iq handlersJames Booth2013-02-032-2/+32
* Fixed crash on receiving dataformJames Booth2013-02-032-3/+5
* Refactored string preferencesJames Booth2013-02-035-67/+67
* Refactored setting boolean preferencesJames Booth2013-02-033-225/+117
* Refactored getting boolean preferencesJames Booth2013-02-037-194/+206
* Default to INFO when creating logJames Booth2013-02-031-1/+3
* Removed log function to log.cJames Booth2013-02-033-16/+18
* Added resize check to ui moduleJames Booth2013-02-023-12/+9
20da6b30f4afe0405d13bf862b5d72ccefa6d'>^
33352536 ^

695f9bf8 ^
ec73ed12 ^
695f9bf8 ^
33352536 ^
695f9bf8 ^
33352536 ^


6070c23e ^
695f9bf8 ^
2104d1a7 ^
33352536 ^

8aeb85f0 ^
33352536 ^
695f9bf8 ^
33352536 ^
695f9bf8 ^
33352536 ^
4a4a392d ^
695f9bf8 ^

33352536 ^
695f9bf8 ^
33352536 ^
695f9bf8 ^
33352536 ^




b1635a5c ^
33352536 ^

695f9bf8 ^







ec73ed12 ^
695f9bf8 ^
33352536 ^
695f9bf8 ^
33352536 ^
86351aaf ^






ec73ed12 ^
86351aaf ^
ec73ed12 ^
86351aaf ^





ec73ed12 ^
86351aaf ^



ec73ed12 ^
86351aaf ^
ec73ed12 ^
86351aaf ^




ec73ed12 ^
86351aaf ^
ec73ed12 ^
86351aaf ^




ec73ed12 ^

86351aaf ^
ec73ed12 ^
86351aaf ^





ec73ed12 ^
86351aaf ^
ec73ed12 ^
86351aaf ^





695f9bf8 ^



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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221