aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_c2s.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add some missing RFCs and remove problematic leading 0 in xep versionsBadlop2022-11-041-0/+4
* mod_roster: Change hook type from #roster{} to #roster_item{}Linus Jahn2022-08-111-7/+5
* Update copyright year to 2022Badlop2022-02-111-1/+1
* Make dialyzer happyPaweł Chmielowski2022-02-021-4/+8
* One more place where we need to handle socket field not being availablePaweł Chmielowski2022-02-021-3/+3
* Don't expect that socket will be available in c2s_terminated hookPaweł Chmielowski2022-02-021-3/+3
* Use multicast routing for more packets generated by mucPaweł Chmielowski2021-07-131-1/+1
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
* Allow to use different hash for storing scram passwordsPaweł Chmielowski2020-12-081-6/+11
* Add support for SCRAM-SHA-{256,512}-{PLUS} authenticationPaweł Chmielowski2020-12-031-1/+6
* Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson2020-09-031-1/+1
* mod_stream_mgmt: Don't kill new PID on resumptionHolger Weiss2020-06-011-5/+3
* Unconditionally send presence unavailable to all pres_a recipientPaweł Chmielowski2020-05-071-26/+37
* Set 'max_fsm_queue' default value (back) to 10000Holger Weiss2020-05-051-1/+1
* Don't offer X-OAUTH2 if the only auth method enabled is Anonymous (#3209)Badlop2020-04-271-1/+1
* Make session iq response have from be set to server jidPaweł Chmielowski2020-04-161-1/+5
* Fix potential message loss in terminating c2s sessionsPaweł Chmielowski2020-04-011-6/+6
* Do not change to attribute of sent messages from bare to full jidPaweł Chmielowski2020-03-251-1/+5
* Make bounce_message_queue wait for 100ms for incoming messagesPaweł Chmielowski2020-03-231-1/+1
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
* Correctly handle unicode in log messagesEvgeny Khramtsov2019-09-231-7/+7
* Report connection error before waiting for resumptionEvgeny Khramtsov2019-08-061-1/+1
* Process unexpected messages uniformlyEvgeny Khramtsov2019-07-121-5/+13
* Fix formattingEvgeny Khramtsov2019-07-031-2/+2
* Get rid of useless dialyzer instructionsEvgeny Khramtsov2019-07-011-2/+0
* Make sure queue bouncing doesn't yield into infinite recursionEvgeny Khramtsov2019-06-261-9/+19
* Make logging messages more consistentEvgeny Khramtsov2019-06-241-2/+2
* Improve extraction of translated stringsEvgeny Khramtsov2019-06-221-6/+7
* Fix shaper selection in ejabberd_c2sEvgeny Khramtsov2019-06-221-2/+2
* Make option 'validate_stream' globalEvgeny Khramtsov2019-06-211-1/+1
* Use new configuration validatorEvgeny Khramtsov2019-06-141-129/+62
* Modify arguments of c2s_auth_result hookEvgeny Khramtsov2019-05-151-18/+29
* Rename listening callback from start/2 to start/3Evgeny Khramtsov2019-04-011-5/+5
* Replace code using p1_time_compat wrapper with native functionsPaweł Chmielowski2019-02-271-2/+2
* Merge pull request #2680 from Iperity/fix-privacy-check-on-presence-probebadlop2019-01-091-3/+4
|\
| * Privacy lists: set from/to on packet *before* calling privacy_check_packetNathan Bruning2018-11-101-3/+4
* | Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
* | Don't lose carbons on presence change or session resumptionEvgeny Khramtsov2018-12-101-9/+5
|/
* Add send_ws_ping to c2sPaweł Chmielowski2018-10-291-1/+6
* Move some functions from xmpp back into ejabberdHolger Weiss2018-10-251-1/+1
* Move certificates processing code to pkix applicationEvgeny Khramtsov2018-09-271-2/+2
* Switch more log message to warning levelEvgeny Khramtsov2018-09-191-8/+8
* Remove useless type specsEvgeny Khramtsov2018-09-181-1/+0
* Refactor ejabberd_listenerEvgeny Khramtsov2018-09-181-38/+39
* Refactor ejabberd listener APIEvgeny Khramtsov2018-09-171-17/+9
* Fix some dialyzer warningsEvgeny Khramtsov2018-09-091-31/+4
* Don't set termination reason into presence-unavailable statusEvgeniy Khramtsov2018-09-011-1/+0
* Move XMPP stream and SASL processing to xmpp repoEvgeniy Khramtsov2018-07-061-16/+29
* Move move randoms module to p1_utils repoEvgeniy Khramtsov2018-07-051-1/+1
* Get rid of ejabberd.hrl headerEvgeniy Khramtsov2018-06-141-6/+5