aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update newest copyright year to 2021 (#3464)Badlop2021-01-2733-33/+33
* Mark dangerous buttons with CSS (#3363)Badlop2020-08-241-0/+8
* Update links to the ejabberd Docs page in WebAdminBadlop2020-04-141-2/+2
* Make webadmin redirect to page that end with /Paweł Chmielowski2020-03-261-0/+1
* Use SQL ESCAPE statement only with MSSQL and SQLite, improve compatibility wi...Alexey Shchepin2020-02-041-1/+2
* Update copyright to 2020 (#3149)Badlop2020-01-2833-33/+33
* Use lager on OTP<22.0Evgeny Khramtsov2019-10-251-2/+21
* Replace lager with built-in new logging APIEvgeny Khramtsov2019-10-181-6/+6
* Improve type spec of properties()Evgeny Khramtsov2019-10-111-1/+27
* Check redirect_uri for OAUTH implicit grantAlexey Shchepin2019-10-031-3/+3
* Update Guide links in WebAdmin to website, as local file isn't includedBadlop2019-10-021-1/+1
* Support OAUTH client authenticationAlexey Shchepin2019-09-271-0/+7
* Improve ACME implementationEvgeny Khramtsov2019-09-201-53/+0
* Improve handling of errors in pubsub codeEvgeny Khramtsov2019-07-291-2/+2
* Fix typos using codespellEvgeny Khramtsov2019-07-161-1/+1
* Add code for hibernating inactive muc_room processesPaweł Chmielowski2019-07-161-1/+2
* Avoid using broad p1_queue:queue() type wherever possibleEvgeny Khramtsov2019-06-281-2/+2
* Avoid using broad map() type wherever possibleEvgeny Khramtsov2019-06-271-6/+13
* Use "begin ... end" in logging macrosEvgeny Khramtsov2019-06-241-5/+5
* Improve extraction of translated stringsEvgeny Khramtsov2019-06-221-9/+7
* Add support for backwards compatibility in command argument names (#2908)Badlop2019-06-191-0/+1
* Add forgotten header fileEvgeny Khramtsov2019-06-141-0/+41
* Use new configuration validatorEvgeny Khramtsov2019-06-148-39/+43
* Fix handling of list arguments on pgsqlPaweł Chmielowski2019-04-231-2/+1
* Replace code using p1_time_compat wrapper with native functionsPaweł Chmielowski2019-02-273-3/+3
* Remove now() calls that sneaked in in pull requestsPaweł Chmielowski2019-02-271-1/+1
* Add MQTT supportEvgeny Khramtsov2019-02-251-0/+183
* Once just_created isn't true, use it to keep room process creation (#2787)Badlop2019-02-111-1/+1
* Update muc room state after adding extra access field to itPaweł Chmielowski2019-01-101-1/+1
* Update copyright to 2019 (#2756)Badlop2019-01-0831-31/+31
* Add code for handling deprecations of get_stacktrace()Paweł Chmielowski2018-12-131-0/+27
* Increase MAX_PAYLOAD_SIZE for PubSub itemsHolger Weiss2018-12-101-1/+1
* Keep info about carbons inside session tableEvgeny Khramtsov2018-12-011-27/+0
* Replace dict with mapsEvgeny Khramtsov2018-11-151-8/+6
* Move XMPP stream and SASL processing to xmpp repoEvgeniy Khramtsov2018-07-061-28/+0
* Rename obsolete type in commentsChristophe Romain2018-06-291-5/+5
* Move mod_irc to ejabberd-contribEvgeniy Khramtsov2018-06-201-35/+0
* Update mod_muc_room.hrlEvgeniy Khramtsov2018-06-141-9/+7
* Get rid of jlib.hrl/jlib.erlEvgeniy Khramtsov2018-06-141-501/+0
* Do not check for deprecated typesEvgeniy Khramtsov2018-06-141-35/+0
* Get rid of ejabberd.hrl headerEvgeniy Khramtsov2018-06-145-41/+33
* Support for roomconfig_lang/roominfo_langEvgeniy Khramtsov2018-05-301-1/+2
* Optimize HTTP requests memory usageEvgeniy Khramtsov2018-05-141-1/+4
* Merge branch 'muc-self-presence'Evgeniy Khramtsov2018-04-141-0/+1
|\
| * Let a MUC room to route presences from its bare JIDEvgeniy Khramtsov2018-02-121-0/+1
* | Add support for PATCH http methodMickael Remond2018-03-281-1/+1
|/
* Update copyright dates in header filesEvgeniy Khramtsov2018-01-0634-34/+34
* Don't display copyright dates in vCards of servicesEvgeniy Khramtsov2018-01-061-1/+1
* Improve muc#roominfo and muc#roomconfig formsEvgeniy Khramtsov2017-11-271-1/+2
* Merge branch 'lets_encrypt_acme_support' of git://github.com/angelhof/ejabber...Evgeniy Khramtsov2017-11-151-0/+53
|\