summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-08Support for Elixir configuration file #1208gabrielgatu3-2/+32
2016-09-08TypoPaweł Chmielowski1-1/+1
2016-09-08Properly normalize resource_regexp acl rulePaweł Chmielowski1-0/+2
2016-09-07Enforce pathtype use with config path (#1264)Christophe Romain1-1/+3
2016-09-07Merge pull request #1253 from Amuhar/xep0356Christophe Romain6-27/+1059
2016-09-07Create room on configuration request as per XEP-0045, 10.1.3Evgeniy Khramtsov1-4/+19
2016-09-07Link MUC subscription to bare JIDEvgeniy Khramtsov1-196/+141
2016-09-07Add SQL support for microblogging node pluginHolger Weiss1-0/+151
2016-09-06Handle <subscriptions/> request to list MUC subscribersEvgeniy Khramtsov1-4/+21
2016-09-06Do not update muc_online_users table on MUC/Sub operationsEvgeniy Khramtsov1-1/+3
2016-09-06Add get_subscribers command to list MUC subscribersEvgeniy Khramtsov2-1/+23
2016-09-06node_mb: Call node_pep instead of node_hometreeHolger Weiss1-1/+1
2016-09-06node_mb: Fix configuration documentationHolger Weiss1-0/+1
2016-09-06mod_pubsub: Remove outdated commentHolger Weiss1-2/+0
2016-08-23Fixed typo in Stream Management option nameIgor Manturov Jr1-1/+1
2016-08-23Fixed #1260 Stream Management feature for the websocket connectionsIgor Manturov Jr1-1/+1
2016-08-22mod_muc_admin: Accept 'allow_subscription' optionHolger Weiss1-0/+1
2016-08-16Erlang R17 has a Time limit in erlang:send_after (#1246)Badlop1-1/+1
2016-08-15Support sql backend in mod_shared_roster commands (#1244)Badlop1-4/+4
2016-08-15fix clean redis tableHAMANO Tsukasa1-2/+5
2016-08-14Don't delete ejabberd_commands table, it's problematic in cluster (#1210)Badlop1-1/+0
2016-08-13Store announcements for offline usersHolger Weiss1-3/+9
2016-08-12Honor <store/> hint for any non-"error" messageHolger Weiss2-49/+48
2016-08-12mod_mam: Don't store messages of type "headline"Holger Weiss1-0/+2
2016-08-11Add a requirement for full JID in subscribe_room commandEvgeniy Khramtsov1-2/+3
2016-08-10Provide proper args_desc in oauth_issue_token commandPaweł Chmielowski1-1/+3
2016-08-10Fix result type of subscribe_room commandPaweł Chmielowski1-1/+1
2016-08-09Add commands for MUC subscriptions managementEvgeniy Khramtsov2-1/+144
2016-08-07We do not force yet access rules check on register commandMickael Remond1-1/+0
2016-08-07Do not force command line to pass a credentialsMickael Remond1-3/+3
2016-08-06mod_client_state: Let other modules filter stanzasHolger Weiss1-3/+3
2016-08-05Add user's JID to CSI hook argumentsHolger Weiss2-27/+30
2016-08-05Cosmetic change: Set CSI state 'active' on resumeHolger Weiss1-4/+3
2016-08-05mod_mam: Simplify "assume_mam_usage" optionHolger Weiss1-45/+17
2016-08-04Fix type convertion bug injected by 4ccc40b (#1229)Christophe Romain1-2/+2
2016-08-04Add tokens cache to ejabberd_oauthAlexey Shchepin1-12/+45
2016-08-03XEP-0198: Handle timeouts during stream resumptionHolger Weiss1-2/+9
2016-08-03XEP-0198: Increase timeout for stream resumptionHolger Weiss1-1/+1
2016-08-01Add OAUTH SQL backendAlexey Shchepin1-0/+78
2016-08-01Remove compile warningMickael Remond1-1/+1
2016-08-01Improve error message when try to call api on api rootMickael Remond1-2/+2
2016-08-01Switch mix worker to transientChristophe Romain1-1/+1
2016-08-01Add missing comas in sql statement (#1219)Christophe Romain1-3/+3
2016-08-01Fix HTTP process return formattingMickael Remond1-1/+1
2016-07-31Improve error handlingMickael Remond3-11/+26
2016-07-30Change name of result key for offline count to valueMickael Remond1-1/+1
2016-07-30Add support for sending back missing scope error to API ReST command callsMickael Remond4-17/+32
2016-07-30Make s2s stats commands more robustMickael Remond1-19/+25
2016-07-30Ensure ejabberdctl status result is in valid shell supported rangeMickael Remond1-1/+2
2016-07-30Add support for rich error reporting for APIMickael Remond3-19/+31