index
:
ejabberd.git
master
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
web
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-06-13
Switch to rebar build tool
Evgeniy Khramtsov
13
-6908
/
+0
2013-04-12
Fix mod_http_fileserver work with binaries (GITHUB-59)
Badlop
1
-7
/
+7
2013-04-11
ejabberd 13 requires Erlang/OTP R15B or higher (EJAB-1630)
Badlop
2
-17
/
+0
2013-03-29
Fix several refactoring related bugs
Evgeniy Khramtsov
1
-20
/
+0
2013-03-14
Accumulated patch to binarize and indent code
Badlop
12
-4676
/
+4429
2013-01-24
Update copyright dates
Alexey Shchepin
10
-11
/
+11
2012-05-03
Repeated http-bind request should abort only requests with same rid
Paweł Chmielowski
1
-23
/
+14
2012-05-03
Receiving missing http-bind request shouldn't close waiting out-ouf-order req...
Paweł Chmielowski
1
-11
/
+25
2012-04-27
Do not trigger item-not-found errors in mod_http_bind (part of EJABS-1827)
Paweł Chmielowski
1
-8
/
+14
2012-04-27
Merge SQL and Mnesia code into one module (EJAB-1560)
Evgeniy Khramtsov
1
-17
/
+10
2012-04-11
Parse and encode https header names like native http parser does
Paweł Chmielowski
1
-31
/
+48
2012-04-06
Don't use binary:match to extract lines from binaries
Paweł Chmielowski
1
-3
/
+13
2012-04-06
Parse correctly https request split into multiple packets
Paweł Chmielowski
1
-130
/
+80
2012-04-06
Properly handle HEAD request in mod_http_bind (this fixes EJAB-1538)
Paweł Chmielowski
1
-0
/
+2
2012-02-23
Update copyright dates
Alexey Shchepin
10
-11
/
+11
2012-02-20
Fix typo in xep number, bosh is xep0206 (thanks to Ludovic Bocquet)
Christophe Romain
1
-1
/
+1
2012-02-14
Option default_host for handling HTTP requests with ambiguous Host (EJAB-1261)
Badlop
1
-1
/
+14
2012-01-19
Fixed ejabberd_http:get_line
Alexey Shchepin
1
-1
/
+3
2011-12-08
Use the regexp frontend module (EJAB-921)
Badlop
1
-4
/
+3
2011-10-14
Get rid of useless mnesia transaction (EJAB-1502)
Evgeniy Khramtsov
1
-13
/
+10
2011-09-20
added svg mimetype to default content types (thanks to Markus Kohlhase)
Badlop
1
-1
/
+2
2011-09-05
Remove useless clauses
Evgeniy Khramtsov
1
-11
/
+10
2011-09-05
Correct some function clauses and value types
Evgeniy Khramtsov
1
-5
/
+8
2011-08-16
Fix ODBC account counting (thanks to Artem Sh)(EJAB-1491)
Badlop
1
-1
/
+4
2011-07-27
Verify username provided in registration web form
Badlop
1
-0
/
+5
2011-07-27
Handle case when ejabberd_auth_* says the account exists
Badlop
1
-0
/
+2
2011-05-29
Add link in the Backup page to the Guide
Badlop
1
-1
/
+1
2011-04-18
Implement CAPTCHA limit
Evgeniy Khramtsov
1
-17
/
+22
2011-04-12
The responses to HEAD must have empty Body
Badlop
1
-2
/
+14
2011-04-12
Support as read-only HTTP method not only GET, also HEAD
Badlop
1
-2
/
+6
2011-03-13
Change string in WebAdmin to reuse an existing one
Badlop
1
-1
/
+1
2011-02-14
update copyright up to 2011
Christophe Romain
10
-11
/
+11
2011-01-12
Clarify error message when BOSH query is sent to non-running module
Badlop
1
-2
/
+7
2010-12-30
Keep the order of stanzas when BOSH sends several (EJAB-1374)
Badlop
1
-1
/
+1
2010-12-13
Fix warning about unused variables
Badlop
1
-2
/
+2
2010-12-07
Support for X-Forwarded-For HTTP header (EJAB-1356)
Badlop
1
-2
/
+31
2010-11-29
add the ability to send raw xml packets over http bind
Christopher tofu Zorn
1
-8
/
+19
2010-11-29
Fix characters not allowed in username. Don't include that in translatable st...
Badlop
1
-1
/
+1
2010-11-26
Don't loop when there is nothing after a stream start
Alexey Shchepin
1
-2
/
+0
2010-11-19
Fix some English strings
Badlop
1
-3
/
+3
2010-11-17
Fix http-bind supervisor to support multiple vhosts (EJAB-1321)
Badlop
2
-29
/
+16
2010-11-17
Fix R12B5 compatibility in ejabberd_http_bind.erl (EJAB-1343)
Andreas Köhler
1
-3
/
+1
2010-11-05
Added mod_register_web: web page for account registration (EJAB-471)
Badlop
2
-0
/
+618
2010-10-15
Fix errors detected by Dialyzer
Badlop
1
-3
/
+5
2010-10-13
make http-bind restartable (thanks to Andreas Köhler)(EJAB-1318)
Christophe Romain
1
-2
/
+8
2010-08-19
Bugfix http-poll for correctly parsing binary (thanks to Peter Lemenkov)
Badlop
1
-1
/
+7
2010-07-28
Don't say v1.2, because that number is never increased and is confusing
Badlop
1
-3
/
+1
2010-07-12
When using OTP R14, use public_key library instead of old ssl (EJAB-953)
Badlop
2
-1
/
+5
2010-07-01
New configure option: --enable-nif
Evgeniy Khramtsov
1
-8
/
+8
2010-06-25
Don't ask for client certificate when using tls (EJAB-1267)
Badlop
1
-1
/
+2
[next]