summaryrefslogtreecommitdiff
path: root/src/mod_proxy65_sql.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2022Badlop2022-02-111-1/+1
|
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
|
* Fix most EDoc errors, even if that's not used nowadays apparentlyBadlop2020-05-111-1/+1
|
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
|
* Make logging messages more consistentEvgeny Khramtsov2019-06-241-1/+1
|
* Use new configuration validatorEvgeny Khramtsov2019-06-141-1/+0
|
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
|
* Get rid of ejabberd.hrl headerEvgeniy Khramtsov2018-06-141-5/+4
| | | | | | | | | 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
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
|
* Avoid excessive logging of SQL failuresEvgeniy Khramtsov2017-12-171-3/+0
|
* Lower log level for some messagesEvgeniy Khramtsov2017-04-151-1/+1
|
* Rename aux.erl as misc.erlChristophe Romain2017-04-111-3/+3
| | | | Thanks Microsoft Windows to not support some filenames
* Use ejabberd_sql:abort/1 instead of exit/1Evgeniy Khramtsov2017-03-311-4/+4
|
* Add SQL as mod_proxy65 RAM backendEvgeniy Khramtsov2017-03-311-0/+142