Evgeniy Khramtsov
d9e2d4e6a9
Get rid of useless makefiles
2013-05-02 20:17:58 +10:00
Evgeniy Khramtsov
8fc80178b6
Fix STUN startup
2013-05-02 20:00:04 +10:00
Evgeniy Khramtsov
c801bd9411
Do not try to start STUN supervisor
2013-05-02 19:31:59 +10:00
Evgeniy Khramtsov
b9d5a3350d
Better rebar detection
2013-05-02 19:02:40 +10:00
Evgeniy Khramtsov
2bb0095a32
Add install target (not working so far)
2013-05-02 18:41:51 +10:00
Evgeniy Khramtsov
eda360914e
Add --enable-pubsub_ng option
2013-05-02 18:29:40 +10:00
Evgeniy Khramtsov
042172eae1
Disable transient_supervisors compile option as
...
it is not needed anymore in the newer Erlang versions
2013-05-02 18:17:05 +10:00
Evgeniy Khramtsov
0eaab78f67
Add --enable-debug compile option
2013-05-02 18:15:03 +10:00
Evgeniy Khramtsov
5ec65571f8
Update README file
2013-05-01 23:36:16 +10:00
Evgeniy Khramtsov
7bbc98b04c
Make iconv dependency optional
2013-05-01 23:35:01 +10:00
Evgeniy Khramtsov
eda6b80ece
Use dynamic Rebar configuration
2013-05-01 23:22:26 +10:00
Evgeniy Khramtsov
2ddb7be19a
Replace stand-alone Rebar script with the new one
2013-05-01 21:35:57 +10:00
Evgeniy Khramtsov
04f20a21fb
Improve build procedure
2013-05-01 21:02:29 +10:00
Evgeniy Khramtsov
d1c654a7e1
Initiate new directory structure and moved some code in deps
2013-04-08 19:12:54 +10:00
Alexey Shchepin
b09cda5c17
ejabberd_ws is now R16B-compatible
2013-04-03 15:14:16 +03:00
Christophe Romain
7887392c1d
Update copyright dates
2013-03-27 10:36:48 +01:00
Paweł Chmielowski
cc2b7d2832
Fix argument types in user_resources command
2013-03-22 13:47:05 +01:00
Paweł Chmielowski
0a69935b6b
Fix type arguments in commands from mod_admin_p1
2013-03-22 13:46:30 +01:00
Paweł Chmielowski
4b7c74415f
Fix warning from last commit
2013-03-19 19:09:16 +01:00
Paweł Chmielowski
418baf4fa6
Fix processing of list arguments in xmlrpc handler
...
Before this change only lists with exactly single element were handled
properly.
2013-03-19 19:02:03 +01:00
Paweł Chmielowski
fcf647738d
erlang:integer_to_binary was added in R16, switch to method which works in older versions
2013-03-18 12:46:59 +01:00
Paweł Chmielowski
3c9ab9e53d
Httpc is not able to process binary headers or url, we need to convert them
2013-03-18 12:44:26 +01:00
Paweł Chmielowski
c339c9b2ad
Add ejabberd_commands for managing shared roster groups
2013-03-13 12:14:05 +01:00
Paweł Chmielowski
4ef32bb18f
Make ejabberd_ctl not die for ejabberd_commands with binary arguments
2013-03-13 11:13:19 +01:00
Paweł Chmielowski
0f87034539
Make http connections serve flash policy files
2013-02-01 13:05:20 +01:00
Paweł Chmielowski
acee58f6bb
Fix problem from conversion to binaries in old websocket protocol handler
2013-01-31 20:11:02 +01:00
Jerome Sautret
ceeef24faa
Fix type error on MUC room config form generation.
2013-01-30 11:05:38 +01:00
Badlop
201b0b3725
Fix another dialyzer warning
2013-01-09 22:25:54 +01:00
Badlop
5f8b41a357
ssl:seed was removed in OTP R14B04. Fix dialyzer warning.
2013-01-09 12:58:57 +01:00
Badlop
a003ef556b
Fix two dialyzer warnings
2013-01-09 12:40:42 +01:00
Badlop
cb91e10803
Copied check_account and check_password from old mod_xmlrpc (TECH-1519)
2013-01-04 13:32:21 +01:00
Badlop
5190866a24
Copied set_rosternick from old mod_xmlrpc (TECH-1519)
2013-01-04 12:37:35 +01:00
Evgeniy Khramtsov
473a58e3c2
Fix iconv wrapper
2013-01-03 20:15:33 +10:00
Pablo Polvorin
3e6b88cbc3
Fix pubsub_state mnesia table definition
...
Partially bound lookups keys only works efficiently if the table
type if ordered_set.
If the table is a set, then it is implemented as a hashtable,
and if the lookup key isn't fully bound an entire table scan
is neccesarly.
2012-12-21 12:48:27 -03:00
Alexey Shchepin
362d7f617d
Fixed signedness issue in tls_drv GET_DESCRYPTED_INPUT (EJAB-1591)
2012-12-20 14:03:28 +02:00
Remco Wendt
d11df52abf
Added command to list all the vhosts registered in an ejabberd node
2012-12-19 15:08:19 +02:00
Janusz Dziemidowicz
906161b27f
Detect OpenSSL version at runtime, not at compile time
2012-12-17 14:41:37 +02:00
Janusz Dziemidowicz
347e8b28ef
Enable DHE key exchange in TLS driver
2012-12-17 14:41:37 +02:00
Janusz Dziemidowicz
c85c2796f4
Enable ECDHE key exchange in TSL driver
2012-12-17 14:41:37 +02:00
Janusz Dziemidowicz
df72de96ae
Disable old and unsecure ciphers in TLS driver
...
Disable:
- export ciphers - broken by design, 40 and 56 bit encryption
- low encryption ciphers - 56 and 64 bit encryption
- SSLv2 ciphers - some ciphers using MD5 MAC
2012-12-17 14:41:37 +02:00
Evgeniy Khramtsov
e1f8233d08
Fix broken JPEG photo (EJAB-1526)
...
Conflicts:
src/eldap/eldap_filter.erl
2012-12-12 18:10:08 +10:00
Badlop
38d2a27c56
Provide ejabberd_xmlrpc configuration examples
2012-12-10 13:56:16 +01:00
Badlop
6a42119292
Document ejabberd_xmlrpc in the Guide
2012-12-10 13:36:47 +01:00
Badlop
89787875d4
In frontends, if result is in binary then convert to string
2012-12-10 13:36:34 +01:00
Badlop
d76ae701cd
Partial revert "Test for binary arguments and results to get_roster command"
2012-12-10 13:35:37 +01:00
Evgeniy Khramtsov
c4db156ad2
Reflect new ejabberd_sets usage in the type spec.
...
This will eliminate dialyzer warnings
2012-12-10 12:40:09 +10:00
Evgeniy Khramtsov
d95778ea16
Make hash lookups more robust (EJABS-1965)
...
Conflicts:
src/ejabberd_cluster.erl
2012-12-10 12:38:17 +10:00
Alexey Shchepin
a9b452fba9
Fixed config parsing error messages
2012-12-07 16:12:49 +02:00
Alexey Shchepin
afed9e919e
Use ejabberd_listener instead of tcp_serv in ejabberd_xmlrpc
2012-12-07 16:06:15 +02:00
Badlop
5252dcbd2c
Fix some http Dialyzer warnings
2012-12-07 13:53:58 +01:00