Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | start ext_mod in later stage at init | Christophe Romain | 2015-03-11 | 1 | -1/+1 |
| | |||||
* | Remove unused code | Christophe Romain | 2015-03-11 | 1 | -5/+1 |
| | |||||
* | Compile contributed module with lager if enabled in ejabberd | Christophe Romain | 2015-03-11 | 1 | -1/+6 |
| | |||||
* | Add packaging support for contributed modules | Christophe Romain | 2015-03-11 | 5 | -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 SM | Evgeniy Khramtsov | 2015-03-11 | 7 | -47/+256 |
| | |||||
* | Always specify room JID for MUC <delay/> elements | Holger Weiss | 2015-03-10 | 1 | -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_restart | badlop | 2015-03-09 | 1 | -1/+1 |
|\ | | | | | change mod_offline restart type | ||||
| * | change mod_offline restart type | HAMANO Tsukasa | 2015-03-09 | 1 | -1/+1 |
| | | |||||
* | | Fix R15B compilation | Evgeniy Khramtsov | 2015-03-09 | 1 | -6/+6 |
| | | |||||
* | | Make it possible to use SQL as an SM backend | Evgeniy Khramtsov | 2015-03-09 | 7 | -21/+215 |
| | | |||||
* | | Add forgotten header file | Evgeniy Khramtsov | 2015-03-09 | 1 | -0/+7 |
| | | |||||
* | | Separate db backend from the SM | Evgeniy Khramtsov | 2015-03-09 | 2 | -176/+223 |
| | | |||||
* | | Merge pull request #466 from mremond/hooks_refactor | Mickaël Rémond | 2015-03-09 | 3 | -75/+291 |
|\ \ | |/ |/| | Hooks module refactor | ||||
| * | Reorganize / clean ejabberd_hooks header | Mickaël Rémond | 2015-03-08 | 1 | -9/+7 |
| | | |||||
| * | More ejabberd_hooks refactor | Mickaël Rémond | 2015-03-08 | 1 | -14/+16 |
| | | |||||
| * | ejabberd_hooks refactor and better types | Mickaël Rémond | 2015-03-08 | 1 | -56/+52 |
| | | |||||
| * | Suppress warnings in Elixir test | Mickaël Rémond | 2015-03-08 | 1 | -12/+12 |
| | | |||||
| * | Add Elixir test on ejabberd hooks | Mickaël Rémond | 2015-03-08 | 3 | -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-dependancy | Mickaël Rémond | 2015-03-07 | 1 | -0/+2 |
|\| | | | | | Add Meck dependency when building for development | ||||
| * | Add Meck dependency when building for development | Mickaël Rémond | 2015-03-07 | 1 | -0/+2 |
| | | | | | | | | | | | | This allows writing tests with mock functions. Fixes #439 | ||||
* | | Merge pull request #461 from mremond/fix-r16-tests | Mickaël Rémond | 2015-03-07 | 1 | -1/+3 |
|\| | | | | | Test file can be compiled under R16 | ||||
| * | Test file can be compiled under R16 | Mickaël Rémond | 2015-03-07 | 1 | -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-test | Mickaël Rémond | 2015-03-07 | 2 | -5/+8 |
|\| | | | | | Fix Elixir tests failure detection | ||||
| * | Fix Elixir tests failure detection | Mickaël Rémond | 2015-03-07 | 2 | -5/+8 |
|/ | | | | | We now make sure we have no failure. Solves #438 | ||||
* | add mnesia cluster helper scripts | Christophe Romain | 2015-03-06 | 4 | -0/+263 |
| | |||||
* | Fix: default_host is forgotten between consecutive HTTP requests (#416) | Badlop | 2015-03-06 | 1 | -0/+3 |
| | |||||
* | Access list editing broken in web_admin (#252) | Badlop | 2015-03-05 | 1 | -16/+13 |
| | |||||
* | Accept configuration file with .yaml extension (#290) | Badlop | 2015-03-04 | 2 | -2/+2 |
| | |||||
* | Merge branch 'master' of github.com:processone/ejabberd | Mickaël Rémond | 2015-03-03 | 84 | -28240/+26762 |
|\ | |||||
| * | Merge pull request #441 from mremond/test/#438/run-elixir-tests | Mickaël Rémond | 2015-03-03 | 1 | -0/+57 |
| |\ | | | | | | | Support for running Elixir ExUnit tests from Common Test | ||||
| | * | Improve comments for running Elixir tests | Mickaël Rémond | 2015-02-22 | 1 | -1/+3 |
| | | | |||||
| | * | Support for running Elixir ExUnit tests from Common Test | Mickaël Rémond | 2015-02-22 | 1 | -0/+55 |
| | | | |||||
| * | | Fix IPv6 loopback address in the guide | Holger Weiss | 2015-03-03 | 1 | -2/+2 |
| | | | | | | | | | | | | Thanks to Erik Huelsmann for spotting this. | ||||
| * | | Merge pull request #448 from hamano/ja | badlop | 2015-03-02 | 2 | -96/+100 |
| |\ \ | | | | | | | | | update japanese translation. | ||||
| | * | | additional japanese translation. | HAMANO Tsukasa | 2015-02-27 | 2 | -96/+100 |
| | | | | |||||
| * | | | Merge pull request #384 from weiss/fix-last-item-type | Christophe Romain | 2015-02-27 | 2 | -48/+77 |
| |\ \ \ | | |/ / | |/| | | Use correct message type when sending last published PEP/PubSub items | ||||
| | * | | Use correct message type for last published items | Holger Weiss | 2014-12-21 | 2 | -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 function | Holger Weiss | 2014-12-21 | 2 | -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 translation | Badlop | 2015-02-26 | 2 | -18/+24 |
| | | | | |||||
| * | | | Run "make translations" to update PO and MSG files | Badlop | 2015-02-26 | 53 | -27814/+25455 |
| | | | | |||||
| * | | | Merge pull request #445 from hamano/ja | badlop | 2015-02-26 | 2 | -148/+149 |
| |\ \ \ | | | | | | | | | | | improve japanese translation | ||||
| | * | | | improve japanese translation | HAMANO Tsukasa | 2015-02-26 | 2 | -148/+149 |
| | | |/ | | |/| | |||||
| * | | | Update remanining old RFC links (EJAB-1728)(#444) | Badlop | 2015-02-26 | 1 | -7/+5 |
| | | | | |||||
| * | | | Merge pull request #443 from ↵ | badlop | 2015-02-26 | 1 | -108/+77 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | mojolingo/feature/muc_admin/affiliation-change-propogate-xmpp Permit modifying affiliations via an event | ||||
| | * | | | Permit modifying affiliations via an event | Ben Langfeld | 2015-02-25 | 1 | -108/+77 |
| | | | | | | | | | | | | | | | | | | | | Allows us to implement mod_muc_admin:set_room_addiliation properly | ||||
| * | | | | set-dep-versions: Cope with branches | Holger Weiss | 2015-02-26 | 2 | -12/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Handle the case where a branch name is specified for a rebar dependency, as we now do for Elixir. | ||||
| * | | | | Update FSF address | Badlop | 2015-02-25 | 5 | -20/+15 |
| | | | | | |||||
| * | | | | Fix processing POST messages after changes from adding websocket handling | Paweł Chmielowski | 2015-02-25 | 1 | -25/+29 |
| | | | | | |||||
| * | | | | Try not to use c2s:send_text, it causes problem with websocket | Paweł Chmielowski | 2015-02-25 | 1 | -3/+2 |
| | | | | | |||||
| * | | | | Add support for websocket connections | Paweł Chmielowski | 2015-02-25 | 4 | -123/+867 |
| |/ / / |