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
2019-06-17Remove deprecated pubsub pluginsChristophe Romain
2019-06-14Use new configuration validatorEvgeny Khramtsov
2019-01-09Update copyright to 2019 (#2756)Badlop
2018-06-14Get rid of ejabberd.hrl headerEvgeniy Khramtsov
The header consisted of too many unrelated stuff and macros misuse. Some stuff is moved into scram.hrl and type_compat.hrl. All macros have been replaced with the corresponding function calls. TODO: probably type_compat.hrl is not even needed anymore since we support only Erlang >= OTP 17.5
2018-01-05Update copyright datesEvgeniy Khramtsov
2017-01-02Update copyright date automatically (#1442)Badlop
2016-09-08Improve pubsub codeEvgeniy Khramtsov
2016-07-01Fix compilation issues on R19Paweł Chmielowski
2016-03-31Replace some ?ERR_* macros with ?ERRT_*Evgeniy Khramtsov
2016-01-13Update copyright to 2016 (#901)Badlop
2015-12-15Fix pubsub headersChristophe Romain
2015-11-24Move JID related functions to jid.erl (#847)Evgeniy Khramtsov
2015-04-21PubSub improvementsChristophe Romain
This commit contains - code cleanup - use of db_type instead of old mod_pubsub_odbc - some minor optimizations - some minor bugfixes
2013-06-13Switch to rebar build toolEvgeniy Khramtsov
Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite