summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sync old-to-new schema script with reality (#3790)Stu Tomlinson2022-03-081-10/+22
* Use correct timestamp when hibernation_time is not set at allPaweł Chmielowski2022-03-071-1/+1
* Don't request the whole MUC room state in get_room_occupants_number command (...Alexey Shchepin2022-03-072-2/+18
* Add link in mod_http_api documentation to the docs API sectionBadlop2022-02-241-2/+3
* Fix WebSocket uppercaseBadlop2022-02-243-5/+5
* The lager dependency is used only with old Erlang versionsBadlop2022-02-241-2/+1
* Improve compatibility with various db engine versionsPaweł Chmielowski2022-02-182-24/+51
* Fix compilation on OTP < 21 and remove dialyzer warningPaweł Chmielowski2022-02-182-10/+13
* Optimize room_unused_* commandsPaweł Chmielowski2022-02-184-26/+75
* Update copyright year to 2022Badlop2022-02-11209-210/+210
* ejabberd_sql_pt got USE_NEW_SCHEMA in 78dfb83 and removed in e15595dBadlop2022-02-111-6/+0
* Implement Get List of Registered/Online Users from XEP-0133Badlop2022-02-111-0/+38
* Improve explanation of s2s_access option. Add link to access_rules optionBadlop2022-02-031-4/+7
* Use the same wording in all the identical options db_type and ram_db_typeBadlop2022-02-034-13/+10
* New "make relive" similar to "ejabberdctl live" without installingBadlop2022-02-031-1/+10
* mod_pubsub: Unsubscribe JID on whitelist removalHolger Weiss2022-02-021-1/+13
* 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
* Store all mucsub notifications not only message notificationsPaweł Chmielowski2022-02-011-1/+1
* mod_shared_roster: Adjust special group cache sizeHolger Weiss2022-01-251-1/+2
* Support MQTT subscriptions spread over the cluster (#3750)Badlop2022-01-251-3/+10
* Pass property name as expected in mqtt_codec (fixes login using MQTT 5)Badlop2022-01-251-1/+1
* Fix typosKian-Meng Ang2022-01-248-12/+12
* mod_pubsub: Allow for limiting item_expire valueHolger Weiss2022-01-171-6/+15
* mod_shared_roster: Normalize JID on unset_presenceHolger Weiss2022-01-151-2/+5
* Document that 'unregister' command deletes data associated with the accountBadlop2022-01-131-0/+2
* Document option subscrube_room_many_max_users introduced in fc34661b6Badlop2022-01-131-1/+8
* Update section URLs in ldap documentationBadlop2022-01-131-5/+5
* Fix version when this command was really updatedBadlop2022-01-111-1/+1
* Fix login when generating client id, keep connection record (#3593)Badlop2022-01-111-2/+2
* Add better descripion of subscribe_room_many commandPaweł Chmielowski2022-01-051-0/+1
* Fix Dialyzer, related to Luerl API update from 0.3 to 1.0Badlop2022-01-041-1/+1
* mod_muc_room: Fix function name typoHolger Weiss2021-12-301-4/+4
* Merge remote-tracking branch 'processone/pr/3735'Holger Weiss2021-12-201-0/+2
|\
| * node_pep: Add config-node and multi-items featuresLinus Jahn2021-12-191-0/+2
* | Add subscribe_room_many commandAlexey Shchepin2021-12-202-3/+54
* | Optimize user removal handling in mod_mucAlexey Shchepin2021-12-202-2/+20
* | Accept more types of ejabberdctl commands arguments as JSON-encodedAlexey Shchepin2021-12-202-1/+6
|/
* mod_stun_disco: Fix parsing of IPv6 listenersHolger Weiss2021-12-181-1/+1
* Let get_all_rooms handle "global" argument, fixes rooms_unsued_... (#3726)Badlop2021-12-151-1/+8
* Handle user removal in mod_mucAlexey Shchepin2021-12-144-2/+73
* Annotate modules, options and command major changes in 21.12Badlop2021-12-094-0/+6
* Eliminate xref warning from last commitPaweł Chmielowski2021-12-061-11/+13
* Add workaround for bug in older erlang version in rest modulePaweł Chmielowski2021-12-061-1/+12
* Merge pull request #3652 from weiss/bump-max-itemsbadlop2021-12-031-1/+1
|\
| * PubSub: Bump default value for 'max_items' limitHolger Weiss2021-07-281-1/+1
* | Run make optionsBadlop2021-12-033-1/+56
* | New allow_modules option to restrict registration modulesBadlop2021-12-032-5/+23
* | Minor improvements in conversejs documentationBadlop2021-12-031-8/+16