aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* TypoPaweł Chmielowski2016-09-081-1/+1
* Properly normalize resource_regexp acl rulePaweł Chmielowski2016-09-081-0/+2
* Enforce pathtype use with config path (#1264)Christophe Romain2016-09-071-1/+3
* Merge pull request #1253 from Amuhar/xep0356Christophe Romain2016-09-076-27/+1059
* Create room on configuration request as per XEP-0045, 10.1.3Evgeniy Khramtsov2016-09-071-4/+19
* Link MUC subscription to bare JIDEvgeniy Khramtsov2016-09-071-196/+141
* Add SQL support for microblogging node pluginHolger Weiss2016-09-071-0/+151
* Handle <subscriptions/> request to list MUC subscribersEvgeniy Khramtsov2016-09-061-4/+21
* Do not update muc_online_users table on MUC/Sub operationsEvgeniy Khramtsov2016-09-061-1/+3
* Add get_subscribers command to list MUC subscribersEvgeniy Khramtsov2016-09-062-1/+23
* node_mb: Call node_pep instead of node_hometreeHolger Weiss2016-09-061-1/+1
* node_mb: Fix configuration documentationHolger Weiss2016-09-061-0/+1
* mod_pubsub: Remove outdated commentHolger Weiss2016-09-061-2/+0
* Fixed typo in Stream Management option nameIgor Manturov Jr2016-08-231-1/+1
* Fixed #1260 Stream Management feature for the websocket connectionsIgor Manturov Jr2016-08-231-1/+1
* mod_muc_admin: Accept 'allow_subscription' optionHolger Weiss2016-08-221-0/+1
* Erlang R17 has a Time limit in erlang:send_after (#1246)Badlop2016-08-161-1/+1
* Support sql backend in mod_shared_roster commands (#1244)Badlop2016-08-151-4/+4
* Merge pull request #1245 from hamano/clean_redis_tableEvgeny Khramtsov2016-08-151-2/+5
|\
| * fix clean redis tableHAMANO Tsukasa2016-08-151-2/+5
* | Don't delete ejabberd_commands table, it's problematic in cluster (#1210)Badlop2016-08-141-1/+0
* | Store announcements for offline usersHolger Weiss2016-08-131-3/+9
* | Honor <store/> hint for any non-"error" messageHolger Weiss2016-08-122-49/+48
* | mod_mam: Don't store messages of type "headline"Holger Weiss2016-08-121-0/+2
* | Add a requirement for full JID in subscribe_room commandEvgeniy Khramtsov2016-08-111-2/+3
* | Provide proper args_desc in oauth_issue_token commandPaweł Chmielowski2016-08-101-1/+3
* | Fix result type of subscribe_room commandPaweł Chmielowski2016-08-101-1/+1
* | Add commands for MUC subscriptions managementEvgeniy Khramtsov2016-08-092-1/+144
* | We do not force yet access rules check on register commandMickael Remond2016-08-071-1/+0
* | Do not force command line to pass a credentialsMickael Remond2016-08-071-3/+3
* | mod_client_state: Let other modules filter stanzasHolger Weiss2016-08-061-3/+3
* | Add user's JID to CSI hook argumentsHolger Weiss2016-08-052-27/+30
* | Cosmetic change: Set CSI state 'active' on resumeHolger Weiss2016-08-051-4/+3
* | mod_mam: Simplify "assume_mam_usage" optionHolger Weiss2016-08-051-45/+17
|/
* Fix type convertion bug injected by 4ccc40b (#1229)16.08Christophe Romain2016-08-041-2/+2
* Add tokens cache to ejabberd_oauthAlexey Shchepin2016-08-041-12/+45
* XEP-0198: Handle timeouts during stream resumptionHolger Weiss2016-08-031-2/+9
* XEP-0198: Increase timeout for stream resumptionHolger Weiss2016-08-031-1/+1
* Add OAUTH SQL backendAlexey Shchepin2016-08-011-0/+78
* Merge pull request #1223 from processone/expand_apiMickaël Rémond2016-08-018-80/+131
|\
| * Improve error message when try to call api on api rootMickael Remond2016-08-011-2/+2
| * Fix HTTP process return formattingMickael Remond2016-08-011-1/+1
| * Improve error handlingMickael Remond2016-07-313-11/+26
| * Change name of result key for offline count to valueMickael Remond2016-07-301-1/+1
| * Add support for sending back missing scope error to API ReST command callsMickael Remond2016-07-304-17/+32
| * Make s2s stats commands more robustMickael Remond2016-07-301-19/+25
| * Ensure ejabberdctl status result is in valid shell supported rangeMickael Remond2016-07-301-1/+2
| * Add support for rich error reporting for APIMickael Remond2016-07-303-19/+31
| * Return 409 conflict error code on register if user already existsMickael Remond2016-07-302-17/+19
* | Remove compile warningMickael Remond2016-08-011-1/+1