-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangeLog
328 lines (192 loc) · 7.82 KB
/
ChangeLog
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
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
2009-02-14 Badlop <[email protected]>
* src/web/ejabberd_http_bind.erl: Allow configuration of maximum
inactivity period using the new option max_inactivity of
mod_http_bind (EJAB-512)
* doc/mod_http_bind.tex: Document new option
2009-01-13 Badlop <[email protected]>
* src/web/ejabberd_http_bind.erl: Include condition in http-bind
terminate body when service stops (EJAB-792)
2008-09-17 Mickael Remond <[email protected]>
* src/web/ejabberd_http_bind.erl: Implement packets reordering
to avoid race conditions (EJAB-724).
2008-07-28 Badlop <[email protected]>
* doc/mod_http_bind.tex: Update LaTeX code for section title
2008-03-12 Badlop <[email protected]>
* src/web/mod_http_bind.erl (start): Provide explanation in error
message when module is already started for another vhost
2007-12-22 Badlop <[email protected]>
* doc/mod_http_bind.tex: Added explanation about http_bind option
to ejabberd_http
2007-12-21 Badlop <[email protected]>
* src/web/ejabberd_http_bind.erl: Removed small warning
2007-12-20 Alexey Shchepin <[email protected]>
* src/web/ejabberd_http_bind.erl: Bugfixes
2007-12-18 Badlop <[email protected]>
* doc/mod_http_bind.tex: Added documentation for the ejabberd
guide
2007-12-18 Alexey Shchepin <[email protected]>
* src/web/ejabberd_http_bind.erl: Removed receive_loop
2007-11-28 Badlop <[email protected]>
* src/web/ejabberd_http_bind.erl (migrate_database): Bugfix when
table does not exist (thanks to Justin Kirby)
2007-11-27 Badlop <[email protected]>
* src/web/ejabberd_http_bind.erl (start): Migration code for
people using previous version of the HTTP binding
module (EJAB-390)
* ChangeLog: Added ChangeLog, autogenerated using svn2cl.
2007-11-15 mremond
* *.erl: Making sure SVN properties are correctly set.
2007-11-08 badlop
* src/web/ejabberd_http_bind.erl: ejabberd_http_bind.erl: Don't
overwrite the stanza namespace (thanks to Anastasia Gornostaeva).
2007-11-02 mremond
* src/web/ejabberd_http_bind.erl: * src/web/ejabberd_http_bind.erl:
Support for c2s ACL access, max_stanza and shaper on http_poll
connections (EJAB-243, EJAB-415, EJAB-416). Requires ejabberd
trunk r966.
2007-11-02 mremond
* src/web/Makefile.in: * src/web/Makefile.in: Allow compilation
with debug information.
2007-10-20 badlop
* src/web/ejabberd_http_bind.erl: The function
Erlang/OTP function httpd_util:to_lower/1 is deprecated,
and it's recommended to use string:to_lower/1 instead.
2007-09-25 sstrigler
* src/web/ejabberd_http_bind.erl: init: use DEBUG instead of
INFO_MSG to keep log files small
fix parse errors for grepping 'stream:error'
2007-08-30 sstrigler
* src/web/ejabberd_http_bind.erl: process_request: forgot keyword
'catch' when doing list_to_float on bosh version attribute for
initial request
2007-08-16 sstrigler
* src/web/ejabberd_http_bind.erl: fixes for pausing sessions
(didn't parse 'pause' attribute to int)
2007-08-16 sstrigler
* src/web/ejabberd_http_bind.erl: support pausing sessions
2007-08-16 sstrigler
* ., src/web: set svn:ignore
2007-08-16 sstrigler
* src/web/ejabberd_http_bind.erl: comment-header: talk about xmpp
over bosh rather than http binding
2007-08-16 sstrigler
* src/web/ejabberd_http_bind.erl: process: removed debugging stuff
handl_sync_event({http_get...}): removed error condition
2007-08-15 sstrigler
* src/web/ejabberd_http_bind.erl: code cleanup
code reorganization
store version of bosh session
use bosh version for error conditions
2007-08-15 sstrigler
* src/web/ejabberd_http_bind.erl: store version as float
2007-08-15 sstrigler
* src/web/ejabberd_http_bind.erl: save bosh version with session
2007-08-15 sstrigler
* src/web/ejabberd_http_bind.erl: code rearranged
2007-08-15 sstrigler
* src/web/ejabberd_http_bind.erl: make use of macros for namespaces
some code cleanup
2007-08-03 sstrigler
* src/web/ejabberd_http_bind.erl: prepare_response: fix for
'terminate' in request, send empty body instead of error
2007-08-03 sstrigler
* src/web/ejabberd_http_bind.erl: disabled debugging
2007-08-03 sstrigler
* src/web/ejabberd_http_bind.erl: some code cleanup
2007-08-03 sstrigler
* src/web/ejabberd_http_bind.erl: bosh compliance: honor
xmpp:version
2007-06-25 cromain
* Emakefile, src/ejabberd_http_bind.erl, src/mod_http_bind.erl,
src/web, src/web/Makefile.in, src/web/ejabberd_http_bind.erl,
src/web/mod_http_bind.erl: restore ejabberd directory structure
(src/web) for integration as patch
2007-05-30 sstrigler
* src/mod_http_bind.erl: changed version
2007-05-30 sstrigler
* src/ejabberd_http_bind.erl: event 'http_put': only check for
polling too frequently if Hold==0
2007-05-30 sstrigler
* src/mod_http_bind.erl: propset svn:keywords "Id"
2007-05-30 sstrigler
* src/Makefile.in: Makefile.in removed (unused)
2007-05-30 sstrigler
* Emakefile, src/Makefile.in, src/ejabberd_http_bind.erl,
src/mod_http_bind.erl, src/web: no need to have an additional
subdir for http-bind modules
2007-05-30 sstrigler
* src/web/ejabberd_http_bind.erl: we don't send a 'version'
attribute at the stream header for now
2007-05-30 sstrigler
* src/web/ejabberd_http_bind.erl: fixed vsn
2007-05-30 sstrigler
* src/web/ejabberd_http_bind.erl: make use of $Rev$ and $Id$
2007-05-30 sstrigler
* src/web/ejabberd_http_bind.erl: prepare_response: fixed a dbg
message
changed http header
2007-05-16 cromain
* src/web/ejabberd_http_bind.erl: implements sockname and peername
for compatibility
2007-03-28 sstrigler
* src/web/ejabberd_http_bind.erl, src/web/mod_http_bind.erl:
reverted to r76 as 97 is completely broken and shouldn't have
been checked in at all
2007-03-23 sstrigler
* util, util/jhbtest.pl: [add] unit test for http-bind service
2007-03-23 sstrigler
* src/web/ejabberd_http_bind.erl, src/web/mod_http_bind.erl: minor
changes
2007-03-23 sstrigler
* ebin, src, src/web: next try to set ignore
2007-03-23 sstrigler
* .: svn:ignore set
2007-03-23 sstrigler
* .: svn:ignore set
2007-03-14 mremond
* README.txt: * Added readme file.
2007-02-22 cromain
* src/web/Makefile.in: ejabberd structure adaptation
2007-02-22 cromain
* Emakefile, src/ejabberd_http_bind.erl, src/mod_http_bind.erl,
src/web, src/web/ejabberd_http_bind.erl,
src/web/mod_http_bind.erl: ejabberd structure adaptation
2007-02-21 sstrigler
* src/mod_http_bind.erl: disabled debug
2007-02-21 sstrigler
* src/mod_http_bind.erl: deal with return values from
starting/terminating supervisor
2007-02-21 sstrigler
* src/ejabberd_http_bind.erl: disabled debug
2007-02-21 sstrigler
* Emakefile, src/ejabberd_http_bind.erl, src/ejabberd_sup.erl:
removed my own supervisor
2007-02-21 sstrigler
* src/ejabberd_http_bind.erl: renamed some vars for
2007-02-21 sstrigler
* src/mod_http_bind.erl: start supervisor here
2007-02-21 sstrigler
* Emakefile: fixed missing/outdated files
2007-02-21 sstrigler
* README.txt: some initial stuff to read
2007-02-21 sstrigler
* LICENSE.txt: licensed as GPL
2007-02-21 sstrigler
* src/Makefile.in, src/ejabberd_http.erl,
src/ejabberd_http_bind.erl, src/ejabberd_sup.erl,
src/ejabberd_web.erl, src/mod_http_bind.erl, src/xml.erl: make
use of new api for plugable http based services
2006-11-27 mremond
* Emakefile: gen_mod is not needed here
2006-11-27 mremond
* Emakefile, build.bat, build.sh: Added build scripts.
2006-11-27 mremond
* Emakefile: Erlang makefile
2006-11-27 mremond
* conf, conf/ejabberd.cfg.example, src/Makefile.in,
src/ejabberd_http.erl, src/ejabberd_http_bind.erl,
src/ejabberd_sup.erl, src/ejabberd_web.erl, src/xml.erl: ejabberd
http_bind latest source code
2006-11-27 mremond
* http_bind, http_bind/branches, http_bind/tags, ., LICENSE.txt,
README.txt, doc, ebin, src: Preparing http-bind addition