aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add tests for offline with mam storagePaweł Chmielowski2019-04-291-3/+4
* 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-291-1/+14
* 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-251-4/+14
* Use binary framing in MQTT WebSocketsEvgeny Khramtsov2019-04-253-8/+12
* 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-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