Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix lite.sql and convert binary to integer | Sergey Abramyan | 2015-03-27 | 1 | -2/+4 |
| | |||||
* | Add SQLite support | Sergey Abramyan | 2015-03-20 | 4 | -5/+132 |
| | |||||
* | Add missing list_to_binary call | Christophe Romain | 2015-03-13 | 1 | -1/+1 |
| | |||||
* | Add contributed modules code path on start | Christophe Romain | 2015-03-13 | 1 | -0/+2 |
| | |||||
* | Rename module function to keep them grouped on help | Christophe Romain | 2015-03-13 | 1 | -7/+7 |
| | |||||
* | Improve module structure | Evgeniy Khramtsov | 2015-03-13 | 1 | -97/+20 |
| | |||||
* | Do not fail on badly formed SQL results | Evgeniy Khramtsov | 2015-03-13 | 2 | -41/+45 |
| | |||||
* | Fix unblock all when Riak is used as a backend | Evgeniy Khramtsov | 2015-03-13 | 1 | -1/+2 |
| | |||||
* | Update sockmod() type after adding websocket support | Paweł Chmielowski | 2015-03-12 | 1 | -0/+1 |
| | |||||
* | Remove unused clause | Christophe Romain | 2015-03-12 | 1 | -1/+0 |
| | |||||
* | Update types to fix dialyzer warnings | Paweł Chmielowski | 2015-03-12 | 1 | -2/+2 |
| | |||||
* | mod_offline: Remove a few superfluous newlines | Holger Weiss | 2015-03-11 | 1 | -7/+4 |
| | |||||
* | Don't crash in mod_offline:export/1 | Holger Weiss | 2015-03-11 | 1 | -2/+1 |
| | | | | (Thanks to Christophe Romain.) | ||||
* | 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 | 2 | -0/+484 |
| | | | | | | | 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 | 4 | -44/+241 |
| | |||||
* | 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 | 6 | -21/+201 |
| | | |||||
* | | Separate db backend from the SM | Evgeniy Khramtsov | 2015-03-09 | 2 | -176/+223 |
| | | |||||
* | | 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 |
| | | |||||
* | | Add Elixir test on ejabberd hooks | Mickaël Rémond | 2015-03-08 | 1 | -5/+30 |
|/ | | | | | | This is to prepare ejabberd_hooks module refactoring. I also expanded API to help with testing. | ||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:processone/ejabberd | Mickaël Rémond | 2015-03-03 | 18 | -332/+1061 |
|\ | |||||
| * | 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. | ||||
| * | | 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 | ||||
| * | | | 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 | 3 | -123/+855 |
| |/ / | |||||
| * | | Add compatibility macros for deprecated types (thanks to Alexey) | Christophe Romain | 2015-02-23 | 7 | -9/+10 |
| | | | |||||
* | | | Fix typo on state reuse | Mickaël Rémond | 2015-03-03 | 1 | -3/+3 |
|/ / | | | | | | | It should help with the crash on #453 | ||||
* | | mod_carboncopy: Apply small code simplification15.02 | Holger Weiss | 2015-02-12 | 1 | -6/+2 |
| | | |||||
* | | Check availability before carbon copying | Holger Weiss | 2015-02-11 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | Before generating a carbon copy for a resource, make sure it's actually available. This handles the case where, for some reason, the 'unset_presence_hook' wasn't called during logout of a resource. Carbon copies sent to that resource would otherwise be re-routed to another resource (which might've received a copy of that message already). | ||||
* | | Don't crash if 'request_path' has unexpected type | Holger Weiss | 2015-02-11 | 1 | -1/+1 |
| | | |||||
* | | Remove unused function clause in mod_carboncopy | Holger Weiss | 2015-02-11 | 1 | -3/+1 |
| | | |||||
* | | Add Elixir support to ejabberd | Mickaël Rémond | 2015-02-10 | 1 | -22/+41 |
| | | |||||
* | | Don't convert configuration values to strings | Holger Weiss | 2015-02-09 | 1 | -4/+2 |
| | | |||||
* | | Fix typo in debug message | Holger Weiss | 2015-02-08 | 1 | -1/+1 |
| | |