summaryrefslogtreecommitdiff
path: root/rebar.config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'new_queue'Evgeniy Khramtsov2017-03-241-1/+3
|\ | | | | | | | | | | Conflicts: rebar.config src/mod_muc_admin.erl
| * Improve overloaded S2S queue processingEvgeniy Khramtsov2017-03-101-1/+1
| |
| * Add support for file-based queuesEvgeniy Khramtsov2017-03-101-1/+3
| | | | | | | | | | | | | | | | | | | | | | It's now possible to use files as internal packet queues. The following options are introduced: * queue_type: the option can be set to `ram` (default) or `file`. The option can be set per virtual host. * queue_dir: path to the directory where queues will be allocated. The default is 'queue' directory inside Mnesia directory. This is a global option and cannot be set per virtual host.
* | Update dependenciesChristophe Romain2017-03-221-6/+6
| |
* | Update xmpp and fast_tls versionsChristophe Romain2017-03-201-2/+2
| |
* | Use new xdata compiler APIEvgeniy Khramtsov2017-03-201-1/+1
| |
* | Set translation callback on startupEvgeniy Khramtsov2017-03-171-1/+1
|/
* Best Practices for Use of SASL EXTERNAL with Certificates (XEP-0178) supportEvgeniy Khramtsov2017-03-071-1/+1
| | | | | | | | | It is now possible for client connections to login using PKIX certificates. This is disabled by default, to enable it: - either set 'tls_verify: true' and 'cafile: /path/to/CAfile' in the corresponding listener's section - or set equivalent per-vhost options 'c2s_tls_verify' and 'c2s_cafile'
* Don't perform useless resourceprepEvgeniy Khramtsov2017-02-271-1/+1
|
* Get rid of jid:to_string/1 and jid:from_string/1Evgeniy Khramtsov2017-02-261-1/+1
|
* Update dependenciesChristophe Romain2017-02-231-3/+3
|
* Don't count resent stanzasEvgeniy Khramtsov2017-02-211-1/+1
| | | | Thanks to Holger Weiß for an advise
* Disable undefined_function_calls xref_checkPaweł Chmielowski2017-02-151-1/+1
| | | | | It looks like it will calling undefined function still will be catched by xref_queries
* Use newer p1_utilsPaweł Chmielowski2017-02-141-1/+1
|
* Add more check to make xrefPaweł Chmielowski2017-02-141-1/+1
|
* Depend on fast_xml-1.1.20Christophe Romain2017-01-311-1/+1
|
* Use newer version of epamPaweł Chmielowski2017-01-291-1/+1
|
* More changes that are required from p1_pam -> epamPaweł Chmielowski2017-01-291-2/+2
|
* Change name of pam dep from p1_pam to epamPaweł Chmielowski2017-01-291-2/+2
| | | | We need to use same name as .app file or rebar complains
* Improve compilation with rebar3Paweł Chmielowski2017-01-261-6/+9
|
* Compatibility with R17 in mod_block_strangersAlexey Shchepin2017-01-231-0/+1
|
* Use xmpp 1.1.6Christophe Romain2017-01-201-1/+1
|
* Add SSL support for SQL connectionsEvgeniy Khramtsov2017-01-101-1/+1
| | | | | Currently only PostgreSQL is supported. This requires p1_pgsql-1.1.2 and higher.
* update depsChristophe Romain2017-01-101-6/+6
|
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|
* Cleanup file headersChristophe Romain2016-12-271-7/+18
|
* Update depsPaweł Chmielowski2016-12-221-3/+3
|
* Update xmpp lib version and fix path when using deps.get and compile in same ↵Mickael Remond2016-12-061-1/+1
| | | | commande
* Grab new version of xmpp depPaweł Chmielowski2016-12-021-1/+1
|
* Update dependenciesChristophe Romain2016-11-251-12/+12
|
* Use new version of xmppEvgeniy Khramtsov2016-11-251-1/+1
|
* Add missing -callbacksPaweł Chmielowski2016-11-241-1/+1
|
* Use new versions of fast_xml and xmppHolger Weiss2016-11-241-2/+2
|
* Use xmpp_util.erl from XMPP libraryEvgeniy Khramtsov2016-11-191-1/+1
|
* Switch to stand-alone XMPP libraryEvgeniy Khramtsov2016-11-191-3/+9
|
* Fix includes in eunit compilation flagsPaweł Chmielowski2016-11-181-1/+2
|
* Remove useless NO_EXT_LIB flagChristophe Romain2016-11-181-1/+2
|
* Use new version of fast_xmlPaweł Chmielowski2016-11-151-1/+1
|
* Use p1_http from p1_utils 1.0.6Christophe Romain2016-11-141-1/+1
|
* Make xref working again if elixir is disabledEvgeniy Khramtsov2016-11-131-1/+1
|
* Get rid of compile warnings for random/crypto modules on R19Evgeniy Khramtsov2016-10-181-0/+1
|
* Update riakc to support r19Christophe Romain2016-09-161-6/+1
|
* Start elixir config code only if elixir was enabled in configure scriptPaweł Chmielowski2016-09-081-0/+1
|
* Remove no longer necessary p1_xmlrpcPeter Lemenkov2016-08-171-1/+0
| | | | | | | | Ths module was superceded by fast_xml in commit processone/ejabberd@dfc29ea03ca91e1eb5387d93612e2ac4b4b496da. So let's remove it entirely to avoid any confusion. Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
* Update to released versionMickael Remond2016-08-071-8/+8
|
* Use newer samerlib/mokaPaweł Chmielowski2016-08-051-1/+1
|
* Use different version of elixir depending on erlang versionPaweł Chmielowski2016-07-201-1/+1
|
* Upgrade Elixir version to 1.2 in rebar configMickael Remond2016-07-191-1/+1
| | | | This matches the version used in mix.exs
* Update stringprep and iconvMickael Remond2016-07-081-2/+2
|
* Update dependenciesMickael Remond2016-07-081-4/+4
|