Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix result type of subscribe_room command | Paweł Chmielowski | 2016-08-10 | 1 | -1/+1 | |
| | | ||||||
* | | Add commands for MUC subscriptions management | Evgeniy Khramtsov | 2016-08-09 | 2 | -1/+144 | |
| | | ||||||
* | | Update to released version | Mickael Remond | 2016-08-07 | 1 | -8/+8 | |
| | | ||||||
* | | Update moka dependency | Mickael Remond | 2016-08-07 | 2 | -10/+11 | |
| | | ||||||
* | | We do not force yet access rules check on register command | Mickael Remond | 2016-08-07 | 1 | -1/+0 | |
| | | ||||||
* | | Do not force command line to pass a credentials | Mickael Remond | 2016-08-07 | 1 | -3/+3 | |
| | | ||||||
* | | mod_client_state: Let other modules filter stanzas | Holger Weiss | 2016-08-06 | 1 | -3/+3 | |
| | | | | | | | | | | Don't stop execution of the 'csi_filter_stanza' hook if mod_client_state won't queue the stanza. | |||||
* | | Add user's JID to CSI hook arguments | Holger Weiss | 2016-08-05 | 2 | -27/+30 | |
| | | | | | | | | | | Add the JID of the CSI user to the arguments of the 'csi_filter_stanza' and 'csi_flush_queue' hooks. | |||||
* | | Cosmetic change: Set CSI state 'active' on resume | Holger Weiss | 2016-08-05 | 1 | -4/+3 | |
| | | | | | | | | | | | | The CSI state is always set to 'active' when a stream management session is resumed; so there's no need to apply the CSI state of the old c2s process, first. | |||||
* | | Use newer samerlib/moka | Paweł Chmielowski | 2016-08-05 | 2 | -3/+3 | |
| | | ||||||
* | | mod_mam: Simplify "assume_mam_usage" option | Holger Weiss | 2016-08-05 | 1 | -45/+17 | |
|/ | | | | | | | The "assume_mam_usage" option now takes a boolean value. Setting it to "true" has the same effect as "if_enabled" had before. The "on_request" behavior is no longer offered, as it made the option (and its documentation) overly complex. | |||||
* | Fix type convertion bug injected by 4ccc40b (#1229)16.08 | Christophe Romain | 2016-08-04 | 1 | -2/+2 | |
| | ||||||
* | Add tokens cache to ejabberd_oauth | Alexey Shchepin | 2016-08-04 | 1 | -12/+45 | |
| | ||||||
* | XEP-0198: Handle timeouts during stream resumption | Holger Weiss | 2016-08-03 | 1 | -2/+9 | |
| | | | | | | If session resumption failed because requesting the #state from the old c2s process took too long, the new c2s process will usually receive the response. Let the new process handle that case gracefully. | |||||
* | XEP-0198: Increase timeout for stream resumption | Holger Weiss | 2016-08-03 | 1 | -1/+1 | |
| | | | | | | During stream resumption, the #state is transferred from the old c2s process to the new one. This is usually very fast, but under certain conditions, it can take longer than five seconds. | |||||
* | Add OAUTH SQL backend | Alexey Shchepin | 2016-08-01 | 5 | -0/+111 | |
| | ||||||
* | Implement gen_mod callback in ModPresenceDemo module | Mickael Remond | 2016-08-01 | 1 | -3/+8 | |
| | ||||||
* | Merge pull request #1223 from processone/expand_api | Mickaël Rémond | 2016-08-01 | 9 | -81/+132 | |
|\ | | | | | More API fixes and improvements | |||||
| * | Improve error message when try to call api on api root | Mickael Remond | 2016-08-01 | 1 | -2/+2 | |
| | | ||||||
| * | Fix error return expectation in command test | Mickael Remond | 2016-08-01 | 1 | -1/+1 | |
| | | ||||||
| * | Fix HTTP process return formatting | Mickael Remond | 2016-08-01 | 1 | -1/+1 | |
| | | ||||||
| * | Improve error handling | Mickael Remond | 2016-07-31 | 3 | -11/+26 | |
| | | ||||||
| * | Change name of result key for offline count to value | Mickael Remond | 2016-07-30 | 1 | -1/+1 | |
| | | | | | | | | This is more user friendly and should be more consistent with other commands. | |||||
| * | Add support for sending back missing scope error to API ReST command calls | Mickael Remond | 2016-07-30 | 4 | -17/+32 | |
| | | ||||||
| * | Make s2s stats commands more robust | Mickael Remond | 2016-07-30 | 1 | -19/+25 | |
| | | ||||||
| * | Ensure ejabberdctl status result is in valid shell supported range | Mickael Remond | 2016-07-30 | 1 | -1/+2 | |
| | | ||||||
| * | Add support for rich error reporting for API | Mickael Remond | 2016-07-30 | 3 | -19/+31 | |
| | | ||||||
| * | Return 409 conflict error code on register if user already exists | Mickael Remond | 2016-07-30 | 2 | -17/+19 | |
| | | ||||||
* | | Remove compile warning | Mickael Remond | 2016-08-01 | 1 | -1/+1 | |
| | | ||||||
* | | Switch mix worker to transient | Christophe Romain | 2016-08-01 | 1 | -1/+1 | |
| | | ||||||
* | | Add missing comas in sql statement (#1219) | Christophe Romain | 2016-08-01 | 1 | -3/+3 | |
| | | ||||||
* | | Merge pull request #1221 from processone/expand_api | Mickaël Rémond | 2016-07-30 | 1 | -0/+2 | |
|\| | | | | | Do not crash on check when we do not have JID | |||||
| * | Do not crash on check when we do not have JID | Mickael Remond | 2016-07-29 | 1 | -0/+2 | |
| | | ||||||
* | | Merge pull request #1178 from candrews/patch-1 | Christophe Romain | 2016-07-29 | 1 | -0/+7 | |
|\ \ | | | | | | | Harden the systemd unit | |||||
| * | | Harden the systemd unit | Craig Andrews | 2016-06-28 | 1 | -0/+7 | |
| | | | | | | | | | Restrict capabilities, have a private tmp directory, private /dev, and don't accessing file system locations that really shouldn't be accessed. | |||||
* | | | Switch workers from temporary to transient | Christophe Romain | 2016-07-29 | 5 | -5/+5 | |
| | | | ||||||
* | | | Display data that is send to websocket connection in debug log level | Paweł Chmielowski | 2016-07-28 | 1 | -0/+1 | |
| | | | | | | | | | | | | This should help with detecting problems like in #1097 | |||||
* | | | Merge pull request #1193 from gabrielgatu/support-elixir-module-installer | Christophe Romain | 2016-07-28 | 2 | -3/+41 | |
|\ \ \ | | | | | | | | | Fix issue #625: Writing Elixir modules | |||||
| * | | | Start elixir application after ejabberd_app:start_apps() | gabrielgatu | 2016-07-28 | 1 | -0/+7 | |
| | | | | ||||||
| * | | | Support elixir module installer | gabrielgatu | 2016-07-05 | 1 | -3/+34 | |
| | | | | ||||||
* | | | | Merge pull request #1211 from processone/expand_api | Mickaël Rémond | 2016-07-28 | 18 | -191/+396 | |
|\ \ \ \ | | |_|/ | |/| | | There is still work to do, be we reached a stable state and can merge up to this point. | |||||
| * | | | Add ability to run test with Elixir mix | Mickael Remond | 2016-07-26 | 9 | -22/+63 | |
| | | | | ||||||
| * | | | Clarify command module API | Mickael Remond | 2016-07-26 | 2 | -14/+36 | |
| | | | | ||||||
| * | | | Avoid starting several time the owner process | Mickael Remond | 2016-07-26 | 1 | -1/+14 | |
| | | | | ||||||
| * | | | Make jlib ETS table more resilient | Mickael Remond | 2016-07-26 | 1 | -1/+12 | |
| | | | | ||||||
| * | | | Fix list appending bug | Mickael Remond | 2016-07-26 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Remove unused import | Mickael Remond | 2016-07-26 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Fix tests, command need to be properly added to list of exposed commands | Mickael Remond | 2016-07-25 | 1 | -7/+9 | |
| | | | | ||||||
| * | | | Simplify code for command policy group expansion | Mickael Remond | 2016-07-25 | 1 | -13/+10 | |
| | | | | ||||||
| * | | | Initial attempt on access on commands | Mickael Remond | 2016-07-25 | 5 | -96/+166 | |
| | | | | | | | | | | | | | | | | May change and will require more work / test / refactor |