aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add WebSockets support to mod_mqttEvgeny Khramtsov2019-04-233-2/+178
* Fix handling of list arguments on pgsqlPaweł Chmielowski2019-04-232-19/+80
* Support other socket modules for MQTTEvgeny Khramtsov2019-04-231-6/+14
* Move websocket optionsEvgeny Khramtsov2019-04-232-14/+22
* Improve request_handlers validatorEvgeny Khramtsov2019-04-231-9/+23
* Correctly support cache tags in ejabberd_authEvgeny Khramtsov2019-04-191-5/+8
* Allow returning HTTP headers in REST responsesEvgeny Khramtsov2019-04-191-19/+25
* Use new ets_cache api in ejabberd_authEvgeny Khramtsov2019-04-191-8/+9
* Add hook room_destroyed called when room gets destroyedPaweł Chmielowski2019-04-171-10/+16
* Change implementation of misc:unique_timestamp()Paweł Chmielowski2019-04-161-3/+2
* Handle cdata in initial data probe of ws modulePaweł Chmielowski2019-04-161-0/+1
* Make misc:unique_timestamp not overflow microsecond part.Paweł Chmielowski2019-04-161-2/+3
* Add hooks for tracking mucsub subscriptions changesPaweł Chmielowski2019-04-151-3/+6
* Feed whole image to eimp:identify/1Evgeny Khramtsov2019-04-141-37/+32
* Handle correctly case where ExtraUsername is emptyPaweł Chmielowski2019-04-111-2/+2
* When making mucsub message from mam archive check for subjectPaweł Chmielowski2019-04-091-2/+8
* Use xml:lang from stanza when it's missing in <command/> elementEvgeny Khramtsov2019-04-061-2/+7
* Add 'sessionid' attribute when requiredEvgeny Khramtsov2019-04-061-37/+31
* Update mod_muc_riakEvgeny Khramtsov2019-04-031-5/+1
* Update mod_mam dependenciesEvgeny Khramtsov2019-04-031-2/+5
* Decrease ugliness of the ugly codeEvgeny Khramtsov2019-04-031-48/+53
* Change mucsub API for database backendsEvgeny Khramtsov2019-04-035-34/+50
* Add ext_mod paths before checking config (processone/ejabberd-contrib#263)Badlop2019-04-032-3/+7
* Return proper error message for duplicate or missing args in http_api callPaweł Chmielowski2019-04-031-6/+10
* Log message when trying to execute http_api command with extra argumentsPaweł Chmielowski2019-04-031-5/+7
* Formating fixPaweł Chmielowski2019-04-031-1/+1
* Make http_api command execution exception catcher log also command and argsPaweł Chmielowski2019-04-031-1/+4
* cache_size not applied to mod_roster on reload_config (#2769)Badlop2019-04-021-1/+2
* Fix previous commitEvgeny Khramtsov2019-04-021-5/+7
* Rename listening callback from start/2 to start/3Evgeny Khramtsov2019-04-0112-73/+87
* Fix issue with creating HostMatch in mod_mam_sqlPaweł Chmielowski2019-04-011-1/+1
* Use xmpp:get_subtags/2Evgeny Khramtsov2019-04-011-1/+1
* Don't use deprecated gen_mod:db_typePaweł Chmielowski2019-03-291-2/+2
* Fix issue with mam testsPaweł Chmielowski2019-03-291-1/+1
* Implement mod_muc_sql:select_with_mucsubPaweł Chmielowski2019-03-292-49/+95
* Make misc:add_delay_info properly handle multiple delay tags in elementPaweł Chmielowski2019-03-291-9/+11
* Add option user_mucsub_from_muc_archive to mod_mucPaweł Chmielowski2019-03-284-18/+150
* Include id in mucsub notification messagePaweł Chmielowski2019-03-281-6/+8
* Add 'config' tag to the reload_config commandBadlop2019-03-271-1/+1
* Fix Register command to respect mod_register's Access option (#2837)Badlop2019-03-221-1/+2
* Fix crash in mod_muc_admin:web_page_main/2 caused by just_created (#2830)Badlop2019-03-181-4/+10
* Origin header validation on websocket connection (#2821)Paweł Dorofiejczyk2019-03-152-2/+8
* Add newline to error_logger log formatChristophe Romain2019-03-151-6/+6
* Add check for ljid when setting up subscribersPaweł Chmielowski2019-03-141-9/+20
* Flip default bounce_groupchat flag value, muc will drop bounces anywayPaweł Chmielowski2019-03-141-1/+1
* Add option to mod_offline to make it not bounce mucsub/groupchat messagesPaweł Chmielowski2019-03-142-12/+59
* Use jid() instead of ljid()Evgeny Khramtsov2019-03-141-2/+3
* Improve formatting of hook crashesEvgeny Khramtsov2019-03-141-4/+7
* Delete the ping timer only when timeout_action=kill (#2820)Badlop2019-03-131-4/+5
* mod_muc: Simplify room creation checksHolger Weiss2019-03-121-26/+32