Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-03-27 | Fix lite.sql and convert binary to integer | Sergey Abramyan | 1 | -2/+4 | |
2015-03-20 | Add SQLite support | Sergey Abramyan | 4 | -5/+132 | |
2015-03-13 | Add missing list_to_binary call | Christophe Romain | 1 | -1/+1 | |
2015-03-13 | Add contributed modules code path on start | Christophe Romain | 1 | -0/+2 | |
2015-03-13 | Rename module function to keep them grouped on help | Christophe Romain | 1 | -7/+7 | |
2015-03-13 | Improve module structure | Evgeniy Khramtsov | 1 | -97/+20 | |
2015-03-13 | Do not fail on badly formed SQL results | Evgeniy Khramtsov | 2 | -41/+45 | |
2015-03-13 | Fix unblock all when Riak is used as a backend | Evgeniy Khramtsov | 1 | -1/+2 | |
2015-03-12 | Update sockmod() type after adding websocket support | Paweł Chmielowski | 1 | -0/+1 | |
2015-03-12 | Remove unused clause | Christophe Romain | 1 | -1/+0 | |
2015-03-12 | Update types to fix dialyzer warnings | Paweł Chmielowski | 1 | -2/+2 | |
2015-03-11 | mod_offline: Remove a few superfluous newlines | Holger Weiss | 1 | -7/+4 | |
2015-03-11 | Don't crash in mod_offline:export/1 | Holger Weiss | 1 | -2/+1 | |
(Thanks to Christophe Romain.) | |||||
2015-03-11 | start ext_mod in later stage at init | Christophe Romain | 1 | -1/+1 | |
2015-03-11 | Remove unused code | Christophe Romain | 1 | -5/+1 | |
2015-03-11 | Compile contributed module with lager if enabled in ejabberd | Christophe Romain | 1 | -1/+6 | |
2015-03-11 | Add packaging support for contributed modules | Christophe Romain | 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 | |||||
2015-03-11 | Add Redis backend for SM | Evgeniy Khramtsov | 4 | -44/+241 | |
2015-03-10 | Always specify room JID for MUC <delay/> elements | Holger Weiss | 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. | |||||
2015-03-09 | Fix R15B compilation | Evgeniy Khramtsov | 1 | -6/+6 | |
2015-03-09 | Make it possible to use SQL as an SM backend | Evgeniy Khramtsov | 6 | -21/+201 | |
2015-03-09 | Separate db backend from the SM | Evgeniy Khramtsov | 2 | -176/+223 | |
2015-03-09 | change mod_offline restart type | HAMANO Tsukasa | 1 | -1/+1 | |
2015-03-08 | Reorganize / clean ejabberd_hooks header | Mickaël Rémond | 1 | -9/+7 | |
2015-03-08 | More ejabberd_hooks refactor | Mickaël Rémond | 1 | -14/+16 | |
2015-03-08 | ejabberd_hooks refactor and better types | Mickaël Rémond | 1 | -56/+52 | |
2015-03-08 | Add Elixir test on ejabberd hooks | Mickaël Rémond | 1 | -5/+30 | |
This is to prepare ejabberd_hooks module refactoring. I also expanded API to help with testing. | |||||
2015-03-06 | Fix: default_host is forgotten between consecutive HTTP requests (#416) | Badlop | 1 | -0/+3 | |
2015-03-05 | Access list editing broken in web_admin (#252) | Badlop | 1 | -16/+13 | |
2015-03-04 | Accept configuration file with .yaml extension (#290) | Badlop | 1 | -1/+1 | |
2015-03-03 | Fix typo on state reuse | Mickaël Rémond | 1 | -3/+3 | |
It should help with the crash on #453 | |||||
2015-02-25 | Permit modifying affiliations via an event | Ben Langfeld | 1 | -108/+77 | |
Allows us to implement mod_muc_admin:set_room_addiliation properly | |||||
2015-02-25 | Update FSF address | Badlop | 5 | -20/+15 | |
2015-02-25 | Fix processing POST messages after changes from adding websocket handling | Paweł Chmielowski | 1 | -25/+29 | |
2015-02-25 | Try not to use c2s:send_text, it causes problem with websocket | Paweł Chmielowski | 1 | -3/+2 | |
2015-02-25 | Add support for websocket connections | Paweł Chmielowski | 3 | -123/+855 | |
2015-02-23 | Add compatibility macros for deprecated types (thanks to Alexey) | Christophe Romain | 7 | -9/+10 | |
2015-02-12 | mod_carboncopy: Apply small code simplification15.02 | Holger Weiss | 1 | -6/+2 | |
2015-02-11 | Check availability before carbon copying | Holger Weiss | 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). | |||||
2015-02-11 | Don't crash if 'request_path' has unexpected type | Holger Weiss | 1 | -1/+1 | |
2015-02-11 | Remove unused function clause in mod_carboncopy | Holger Weiss | 1 | -3/+1 | |
2015-02-10 | Add Elixir support to ejabberd | Mickaël Rémond | 1 | -22/+41 | |
2015-02-09 | Don't convert configuration values to strings | Holger Weiss | 1 | -4/+2 | |
2015-02-08 | Fix typo in debug message | Holger Weiss | 1 | -1/+1 | |
2015-01-28 | Support for "> ." in YAML configuration files | Badlop | 1 | -1/+14 | |
2015-01-23 | Fix a few function specifications | Holger Weiss | 1 | -5/+6 | |
2015-01-22 | Fix integer parameter which can be set to 0 | Christophe Romain | 1 | -7/+7 | |
2015-01-21 | New command to reload config (EJAB-1140) | Badlop | 2 | -1/+18 | |
2015-01-21 | Fix missing copyright dates to 2015 (EJAB-1733) | Christophe Romain | 9 | -4/+89 | |
2015-01-21 | Increment number of seconds on timestamp overflow | Holger Weiss | 1 | -8/+9 | |
Increment the number of seconds and set the fractional part to zero if the latter is too large. |