Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-11Update copyright year to 2022Badlop
2021-12-07Use P1's coveralls-erl fork to handle unicode in git commit authorBadlop
2021-06-27Include odbc app in release only when required (#3633)Badlop
2021-06-25New "make dev" and "./ejabberdctl" (requires using rebar3)Badlop
2021-06-25Add support for rebar3 to "make rel"Badlop
2021-06-06Workaround so coveralls website shows git commit informationBadlop
References: https://github.com/markusn/coveralls-erl/pull/36 https://github.com/deadtrickster/prometheus.erl/pull/123
2021-05-25New ci.yml with all static and dynamic testing suites (#3613)Badlop
It supports all that was already in .travis.yml and tests.yml, plus: - exclude paths that don't affect source code - two very distinct scenarios, ancient a recent (OTP, Rebar, Ubuntu) - cache binaries and dialyzer for small speedup and network usage - separated results, to view comfortably where and what failed - use coveralls example rebar3 code, instead of custom rebar2 - upload binaries.zip that can be used with Binary Installers
2021-02-04Try to fix coveralls report in Travis, related to commit 2f3f6f8b7Badlop
2021-01-27Update newest copyright year to 2021 (#3464)Badlop
2021-01-13Remove .git ending from linksNeustradamus
Remove .git ending from links
2020-09-21Add 'gitonly_deps' list to rebar config/script (#3391)Stu Tomlinson
Add list of dependencies that should only be built from git, to support building with rebar3 where deps do not have hex packages (or where the package versions do not directly map to git tags). This is required for elixir and luerl deps.
2020-03-03Use compilation flags used during build to compile modules in ext_modPaweł Chmielowski
This fixes issue #3178
2020-01-28Update copyright to 2020 (#3149)Badlop
2020-01-17Use tagged version of coverallsPaweł Chmielowski
2019-07-12Make sure that configure is run before pc:compile on rebar3Paweł Chmielowski
2019-01-09Manually update 2017 copyright dates (#2756)Badlop
2018-01-29Use named functions instead of carrying self as argumentPaweł Chmielowski
2018-01-15Call configure on deps in separate rebar command that compilePaweł Chmielowski
This way we rebar.config.script can use vars detected by configure
2018-01-15Use override syntax that rebar3 acceptsPaweł Chmielowski
2018-01-12Fix detection of rebar3Paweł Chmielowski
Looks like sometimes rebar3 report version that can't be split to 3 fields by '.', we need only first one so don't match the rest
2018-01-12Improve resolving of system depsPaweł Chmielowski
This version is able to search for know alternative names of deps and helps with running tests when using system deps
2018-01-10Handle error case from code:lib_dir in ResolveDepPath in rebar.config.scriptPaweł Chmielowski
2017-10-30Improve --enable-system-depsPaweł Chmielowski
2017-09-26Call earlier deps configure scripts durring compilationPaweł Chmielowski
2017-06-07Override version of subdeps with version from main rebar.configPaweł Chmielowski
2017-05-31Add --enable-system-deps configure optionPaweł Chmielowski
2017-05-13Shut up dialyzer/xref if public_key:short_name_hash/1 is not availableEvgeniy Khramtsov
2017-03-20Resolve vars.config relative to to rebar.config.scriptPaweł Chmielowski
This fixes problem with missing deps in make rel - issue #1615
2017-02-14Fix handling of config.ctc filesPaweł Chmielowski
2017-01-29Floating deps should always be executedPaweł Chmielowski
This fixes problem with recognizing latest_deps configure option
2017-01-26Improve compilation with rebar3Paweł Chmielowski
2017-01-24Adapt to coveralls api changePaweł Chmielowski
2017-01-02Update copyright date automatically (#1442)Badlop
2016-12-27Cleanup file headersChristophe Romain
2016-11-24Make compatible with rebar3Paweł Chmielowski
2016-11-18Fix includes in eunit compilation flagsPaweł Chmielowski
2016-07-20Add else branch to if_version_{above,below}Paweł Chmielowski
2016-07-20Make processing of if_* clauses in rebar.config recursivePaweł Chmielowski
2016-05-31Process cover information on travis only if cover support is enabledPaweł Chmielowski
2016-05-31Disable cover analyzys on R17 as this causes problems with elixir testsPaweł Chmielowski
2016-03-21Add Coveralls supportMickael Remond
2016-01-13Update copyright to 2016 (#901)Badlop
2016-01-07Extract deps from rebar.config to use in reltool.config.scriptPaweł Chmielowski
2015-12-18Convert rebar.config.script to more declarative formatPaweł Chmielowski
2015-12-16Remove "--enable-nif" flagHolger Weiss
Specifying "--enable-nif" or "--disable-nif" when running ejabberd's configure script has no effect anymore: NIF support is enabled by default and can only be disabled by building the p1_xml dependency with "--disable-nif".
2015-12-16Add plugin for passing extra erl_opts flags to deps, and use it for hipePaweł Chmielowski
This fixes #425 in github issue tracker
2015-12-01Update cache_tab app nameMickael Remond
2015-11-24Make JID related functions from jlib.erl deprecatedEvgeniy Khramtsov
2015-11-24Make Riak working on R18Evgeniy Khramtsov
2015-11-04Remove supervisor option, disable it for c2s and mucChristophe Romain