aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* start ext_mod in later stage at initChristophe Romain2015-03-111-1/+1
|
* Remove unused codeChristophe Romain2015-03-111-5/+1
|
* Compile contributed module with lager if enabled in ejabberdChristophe Romain2015-03-111-1/+6
|
* Add packaging support for contributed modulesChristophe Romain2015-03-115-0/+506
| | | | | | | This is a preliminary version that is tested to work with the packaging branch of ejabberd-modules repository This version lacks automatic configuration include at runtime
* Add Redis backend for SMEvgeniy Khramtsov2015-03-117-47/+256
|
* Always specify room JID for MUC <delay/> elementsHolger Weiss2015-03-101-7/+14
| | | | | | | | As per version 1.25 of XEP-0045, use the room JID as the 'from' address for <delay/> elements also when the room is non-anonymous, and specify the original JID of the sender as an XEP-0033-style tag instead. Closes #465.
* Merge pull request #467 from hamano/mod_offline_restartbadlop2015-03-091-1/+1
|\ | | | | change mod_offline restart type
| * change mod_offline restart typeHAMANO Tsukasa2015-03-091-1/+1
| |
* | Fix R15B compilationEvgeniy Khramtsov2015-03-091-6/+6
| |
* | Make it possible to use SQL as an SM backendEvgeniy Khramtsov2015-03-097-21/+215
| |
* | Add forgotten header fileEvgeniy Khramtsov2015-03-091-0/+7
| |
* | Separate db backend from the SMEvgeniy Khramtsov2015-03-092-176/+223
| |
* | Merge pull request #466 from mremond/hooks_refactorMickaël Rémond2015-03-093-75/+291
|\ \ | |/ |/| Hooks module refactor
| * Reorganize / clean ejabberd_hooks headerMickaël Rémond2015-03-081-9/+7
| |
| * More ejabberd_hooks refactorMickaël Rémond2015-03-081-14/+16
| |
| * ejabberd_hooks refactor and better typesMickaël Rémond2015-03-081-56/+52
| |
| * Suppress warnings in Elixir testMickaël Rémond2015-03-081-12/+12
| |
| * Add Elixir test on ejabberd hooksMickaël Rémond2015-03-083-6/+226
| | | | | | | | | | | | This is to prepare ejabberd_hooks module refactoring. I also expanded API to help with testing.
* | Merge pull request #462 from mremond/add-meck-tool-dependancyMickaël Rémond2015-03-071-0/+2
|\| | | | | Add Meck dependency when building for development
| * Add Meck dependency when building for developmentMickaël Rémond2015-03-071-0/+2
| | | | | | | | | | | | This allows writing tests with mock functions. Fixes #439
* | Merge pull request #461 from mremond/fix-r16-testsMickaël Rémond2015-03-071-1/+3
|\| | | | | Test file can be compiled under R16
| * Test file can be compiled under R16Mickaël Rémond2015-03-071-1/+3
| | | | | | | | | | | | | | Fixes test failing under R16 due to elixir_suite build syntax error. The test will never be run under r16 as Elixir requires r17 and map anyway.
* | Merge pull request #460 from mremond/run-elixir-testMickaël Rémond2015-03-072-5/+8
|\| | | | | Fix Elixir tests failure detection
| * Fix Elixir tests failure detectionMickaël Rémond2015-03-072-5/+8
|/ | | | | We now make sure we have no failure. Solves #438
* add mnesia cluster helper scriptsChristophe Romain2015-03-064-0/+263
|
* Fix: default_host is forgotten between consecutive HTTP requests (#416)Badlop2015-03-061-0/+3
|
* Access list editing broken in web_admin (#252)Badlop2015-03-051-16/+13
|
* Accept configuration file with .yaml extension (#290)Badlop2015-03-042-2/+2
|
* Merge branch 'master' of github.com:processone/ejabberdMickaël Rémond2015-03-0384-28240/+26762
|\
| * Merge pull request #441 from mremond/test/#438/run-elixir-testsMickaël Rémond2015-03-031-0/+57
| |\ | | | | | | Support for running Elixir ExUnit tests from Common Test
| | * Improve comments for running Elixir testsMickaël Rémond2015-02-221-1/+3
| | |
| | * Support for running Elixir ExUnit tests from Common TestMickaël Rémond2015-02-221-0/+55
| | |
| * | Fix IPv6 loopback address in the guideHolger Weiss2015-03-031-2/+2
| | | | | | | | | | | | Thanks to Erik Huelsmann for spotting this.
| * | Merge pull request #448 from hamano/jabadlop2015-03-022-96/+100
| |\ \ | | | | | | | | update japanese translation.
| | * | additional japanese translation.HAMANO Tsukasa2015-02-272-96/+100
| | | |
| * | | Merge pull request #384 from weiss/fix-last-item-typeChristophe Romain2015-02-272-48/+77
| |\ \ \ | | |/ / | |/| | Use correct message type when sending last published PEP/PubSub items
| | * | Use correct message type for last published itemsHolger Weiss2014-12-212-30/+51
| | | | | | | | | | | | | | | | | | | | When sending last published PubSub/PEP items, set the message type that was used for broadcasting those items originally.
| | * | Improve add_message_type/2 functionHolger Weiss2014-12-212-18/+26
| | | | | | | | | | | | | | | | | | | | | | | | Let add_message_type/2 accept the type as an atom, and let the function handle the 'normal' message type. This doesn't change the behavior, but avoids some code duplication.
| * | | Update Spanish translationBadlop2015-02-262-18/+24
| | | |
| * | | Run "make translations" to update PO and MSG filesBadlop2015-02-2653-27814/+25455
| | | |
| * | | Merge pull request #445 from hamano/jabadlop2015-02-262-148/+149
| |\ \ \ | | | | | | | | | | improve japanese translation
| | * | | improve japanese translationHAMANO Tsukasa2015-02-262-148/+149
| | | |/ | | |/|
| * | | Update remanining old RFC links (EJAB-1728)(#444)Badlop2015-02-261-7/+5
| | | |
| * | | Merge pull request #443 from ↵badlop2015-02-261-108/+77
| |\ \ \ | | | | | | | | | | | | | | | | | | | | mojolingo/feature/muc_admin/affiliation-change-propogate-xmpp Permit modifying affiliations via an event
| | * | | Permit modifying affiliations via an eventBen Langfeld2015-02-251-108/+77
| | | | | | | | | | | | | | | | | | | | Allows us to implement mod_muc_admin:set_room_addiliation properly
| * | | | set-dep-versions: Cope with branchesHolger Weiss2015-02-262-12/+22
| | | | | | | | | | | | | | | | | | | | | | | | | Handle the case where a branch name is specified for a rebar dependency, as we now do for Elixir.
| * | | | Update FSF addressBadlop2015-02-255-20/+15
| | | | |
| * | | | Fix processing POST messages after changes from adding websocket handlingPaweł Chmielowski2015-02-251-25/+29
| | | | |
| * | | | Try not to use c2s:send_text, it causes problem with websocketPaweł Chmielowski2015-02-251-3/+2
| | | | |
| * | | | Add support for websocket connectionsPaweł Chmielowski2015-02-254-123/+867
| |/ / /