aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve code for directory deletionEvgeny Khramtsov2019-04-291-6/+2
* Fix offline from mam on mnesiaPaweł Chmielowski2019-04-291-1/+3
* Add tests for offline with mam storagePaweł Chmielowski2019-04-292-16/+27
* Properly handle infinity as max number of message in mam offline storagePaweł Chmielowski2019-04-291-2/+3
* Sort messages by stanza_id when using mam storage in mod_offlinePaweł Chmielowski2019-04-291-6/+21
* Return correct value from count_offline_messages with mam storage optionPaweł Chmielowski2019-04-291-2/+10
* Make mod_offline put msg ignored by mam in spool when mam storage is onPaweł Chmielowski2019-04-291-2/+3
* Add tests for offline use_mam_for_storagePaweł Chmielowski2019-04-292-3/+28
* Remove TLS options from the example configEvgeny Khramtsov2019-04-281-20/+0
* Remove OMEMO related configuration from force_node_config sectionEvgeny Khramtsov2019-04-281-4/+0
* Add mod_offline option for fetching data from mam instead of from spool tablePaweł Chmielowski2019-04-263-82/+260
* Return "Bad request" error when origin in websocket connection doesn't matchPaweł Chmielowski2019-04-261-37/+55
* Allow non-moderator subscribers to get list of room subscribersPaweł Chmielowski2019-04-252-5/+15
* Use binary framing in MQTT WebSocketsEvgeny Khramtsov2019-04-253-8/+12
* Merge pull request #2868 from rstgroup/fix-rfc-6455-violationEvgeny Khramtsov2019-04-241-9/+9
|\
| * Fix RFC6454 violation on websocket connection when validating Origin headerPaweł Dorofiejczyk2019-04-241-9/+9
|/
* Catch potential exceptions in gen_mod:wait_for_processPaweł Chmielowski2019-04-241-2/+7
* Reformat try_set_password/4 functionEvgeny Khramtsov2019-04-231-33/+37
* Don't call to mod_register when it's not loadedEvgeny Khramtsov2019-04-232-69/+104
* Add WebSockets support to mod_mqttEvgeny Khramtsov2019-04-233-2/+178
* Fix handling of list arguments on pgsqlPaweł Chmielowski2019-04-233-21/+81
* 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
* Bump pkix versionEvgeny Khramtsov2019-04-191-1/+1
* 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-192-9/+10
* 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
* Fix syntax in Elixir config fileMickael Remond2019-04-121-5/+6
* 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