aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_push: Handle MUC/Sub events correctlyHolger Weiss2021-04-081-6/+13
* Merge pull request #3558 from fdie/fix_node_get_state_return_valuebadlop2021-03-291-2/+3
|\
| * fix gen_pubsub_node:get_state return valuefdie2021-03-251-2/+3
* | Revert "Add ejabberd version number to man pages"Badlop2021-03-261-4/+3
|/
* When unregistering XMPP account close its MQTT sessions (#3426)Badlop2021-03-193-8/+31
* Improve wording of sql_pool_size option documentation (#2541)Badlop2021-03-191-2/+2
* When occupant is banned, remove his subscriptions too (#2451)Badlop2021-03-181-1/+5
* Document that send_stanza_c2s requires an existing sender C2S sessionBadlop2021-03-181-1/+3
* Revert "Close pgsql ports on ejabberd_sql process termination (#2541)"Badlop2021-03-181-1/+0
* Don't fail on PEP unsubscribeHolger Weiss2021-03-162-2/+2
* Generate enabled_backends in ejabberd.app instead of configure (#3549)Badlop2021-03-151-1/+3
* Close pgsql ports on ejabberd_sql process termination (#2541)Badlop2021-03-091-0/+1
* Update FORM_TYPE from captcha to register (#3045)Badlop2021-03-091-2/+13
* If stanza is type error, allow it passing (#3290)Badlop2021-03-091-1/+2
* New command get_user_subscriptions (#3403)Badlop2021-03-091-1/+27
* Show in WebAdmin the erlang node where the room residesBadlop2021-03-091-4/+9
* Obtain and provide photo type in vCard LDAP (#3541)Badlop2021-03-081-1/+7
* Fix remove_mam_for_user_with_peer when removing room archive (#3536)Badlop2021-03-081-1/+7
* Sort libraries alphabetically, so they're easier to check manuallyBadlop2021-03-081-9/+7
* Get back description and simplify processing (#3507)Badlop2021-03-041-14/+6
* Use monitors to track muc roomsPaweł Chmielowski2021-03-035-63/+94
* Merge pull request #3507 from slezakattack/masterbadlop2021-03-022-17/+41
|\
| * Allow ejabberd to be compatible as a dependency for an Erlang project using r...Michael Slezak2021-02-162-17/+41
* | Fix Dialyzer warning about function contract that changed in fad14ff31Badlop2021-02-191-1/+1
* | Fix muc testsPaweł Chmielowski2021-02-171-3/+2
* | Take in account subscriber's affiliation when checking access to moderated roomPaweł Chmielowski2021-02-171-26/+38
* | Skip reading roster in one more case in mod_capsPaweł Chmielowski2021-02-161-34/+39
* | Return modules errors in set_vcard callback (#3502)Badlop2021-02-161-4/+8
* | For OTP<22 define LAGER macro in ext_mod like in rebar.config (#3493)Badlop2021-02-161-0/+7
* | Make fetching roster in mod_privacy lazyPaweł Chmielowski2021-02-161-30/+39
* | Add fallback branch to last commitPaweł Chmielowski2021-02-161-1/+3
* | Don't request roster in mod_caps when not neededPaweł Chmielowski2021-02-161-7/+12
* | fix eldap certificate verification (#3528)Stu Tomlinson2021-02-151-5/+24
* | According to fast_tls, only atom and binary may accompany error tupleBadlop2021-02-111-2/+1
* | Fix URL of CAPTCHA sectionBadlop2021-02-111-1/+1
* | Add argument guards to roster commandsPaweł Chmielowski2021-02-091-14/+38
* | Fix PONG responses (#3515)Frank2021-02-041-1/+1
* | Fix bug handling jid:decode/1 return, introduced in cdb286d1d (#3461)Badlop2021-02-011-2/+3
* | Fix bug in send_message introduced in 7fc500dae (#3485)Badlop2021-02-011-4/+4
|/
* mod_mam: Add missing semicolonHolger Weiss2021-01-291-1/+1
* Remove queryid from MAM fin elementPaul Fariello2021-01-291-1/+3
* Add cache for displayed groups in ldap_shared_cachePaweł Chmielowski2021-01-281-3/+14
* Fix delete_old_message when using sqlite spool tablePaweł Chmielowski2021-01-271-0/+5
* Document the recent oauth_cache_rest_failure_life_time optionBadlop2021-01-271-0/+5
* Update newest copyright year to 2021 (#3464)Badlop2021-01-27208-209/+209
* Add oauth_cache_rest_failure_life_time optionPaweł Chmielowski2021-01-274-15/+27
* Add 'ejabberdctl foreground-quiet'Paweł Chmielowski2021-01-271-3/+20
* Don't fetch subscribers list in room_unused_*Paweł Chmielowski2021-01-262-2/+25
* Rename function argumentsPaweł Chmielowski2021-01-251-6/+6
* Skip reading pep nodes that we know won't be requested due to capsPaweł Chmielowski2021-01-251-27/+47