aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-03-27Fix lite.sql and convert binary to integerSergey Abramyan1-2/+4
2015-03-20Add SQLite supportSergey Abramyan4-5/+132
2015-03-13Add missing list_to_binary callChristophe Romain1-1/+1
2015-03-13Add contributed modules code path on startChristophe Romain1-0/+2
2015-03-13Rename module function to keep them grouped on helpChristophe Romain1-7/+7
2015-03-13Improve module structureEvgeniy Khramtsov1-97/+20
2015-03-13Do not fail on badly formed SQL resultsEvgeniy Khramtsov2-41/+45
2015-03-13Fix unblock all when Riak is used as a backendEvgeniy Khramtsov1-1/+2
2015-03-12Update sockmod() type after adding websocket supportPaweł Chmielowski1-0/+1
2015-03-12Remove unused clauseChristophe Romain1-1/+0
2015-03-12Update types to fix dialyzer warningsPaweł Chmielowski1-2/+2
2015-03-11mod_offline: Remove a few superfluous newlinesHolger Weiss1-7/+4
2015-03-11Don't crash in mod_offline:export/1Holger Weiss1-2/+1
(Thanks to Christophe Romain.)
2015-03-11start ext_mod in later stage at initChristophe Romain1-1/+1
2015-03-11Remove unused codeChristophe Romain1-5/+1
2015-03-11Compile contributed module with lager if enabled in ejabberdChristophe Romain1-1/+6
2015-03-11Add packaging support for contributed modulesChristophe Romain2-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-11Add Redis backend for SMEvgeniy Khramtsov4-44/+241
2015-03-10Always specify room JID for MUC <delay/> elementsHolger Weiss1-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-09Fix R15B compilationEvgeniy Khramtsov1-6/+6
2015-03-09Make it possible to use SQL as an SM backendEvgeniy Khramtsov6-21/+201
2015-03-09Separate db backend from the SMEvgeniy Khramtsov2-176/+223
2015-03-09change mod_offline restart typeHAMANO Tsukasa1-1/+1
2015-03-08Reorganize / clean ejabberd_hooks headerMickaël Rémond1-9/+7
2015-03-08More ejabberd_hooks refactorMickaël Rémond1-14/+16
2015-03-08ejabberd_hooks refactor and better typesMickaël Rémond1-56/+52
2015-03-08Add Elixir test on ejabberd hooksMickaël Rémond1-5/+30
This is to prepare ejabberd_hooks module refactoring. I also expanded API to help with testing.
2015-03-06Fix: default_host is forgotten between consecutive HTTP requests (#416)Badlop1-0/+3
2015-03-05Access list editing broken in web_admin (#252)Badlop1-16/+13
2015-03-04Accept configuration file with .yaml extension (#290)Badlop1-1/+1
2015-03-03Fix typo on state reuseMickaël Rémond1-3/+3
It should help with the crash on #453
2015-02-25Permit modifying affiliations via an eventBen Langfeld1-108/+77
Allows us to implement mod_muc_admin:set_room_addiliation properly
2015-02-25Update FSF addressBadlop5-20/+15
2015-02-25Fix processing POST messages after changes from adding websocket handlingPaweł Chmielowski1-25/+29
2015-02-25Try not to use c2s:send_text, it causes problem with websocketPaweł Chmielowski1-3/+2
2015-02-25Add support for websocket connectionsPaweł Chmielowski3-123/+855
2015-02-23Add compatibility macros for deprecated types (thanks to Alexey)Christophe Romain7-9/+10
2015-02-12mod_carboncopy: Apply small code simplification15.02Holger Weiss1-6/+2
2015-02-11Check availability before carbon copyingHolger Weiss1-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-11Don't crash if 'request_path' has unexpected typeHolger Weiss1-1/+1
2015-02-11Remove unused function clause in mod_carboncopyHolger Weiss1-3/+1
2015-02-10Add Elixir support to ejabberdMickaël Rémond1-22/+41
2015-02-09Don't convert configuration values to stringsHolger Weiss1-4/+2
2015-02-08Fix typo in debug messageHolger Weiss1-1/+1
2015-01-28Support for "> ." in YAML configuration filesBadlop1-1/+14
2015-01-23Fix a few function specificationsHolger Weiss1-5/+6
2015-01-22Fix integer parameter which can be set to 0Christophe Romain1-7/+7
2015-01-21New command to reload config (EJAB-1140)Badlop2-1/+18
2015-01-21Fix missing copyright dates to 2015 (EJAB-1733)Christophe Romain9-4/+89
2015-01-21Increment number of seconds on timestamp overflowHolger Weiss1-8/+9
Increment the number of seconds and set the fractional part to zero if the latter is too large.