Commit Graph

30 Commits

Author SHA1 Message Date
Badlop 35d05f2925 Fix specs and other errores detected by Dialyzer 2022-09-06 18:02:28 +02:00
Badlop b3c8d25104 Reword modules documentation to reflect the usage of local configuration files 2022-08-12 10:52:20 +02:00
Badlop 04f4489427 Convert modules README.txt to markdown syntax 2022-08-12 10:45:09 +02:00
Badlop 6be46dacc9 Fix compilation and Xref warnings 2022-07-27 18:14:29 +02:00
Badlop e76b0877d6 Add mod_status/0 to show its current status in WebAdmin 2022-07-26 15:41:23 +02:00
Badlop 8499366bcc Enable some modules when installed, if they work with reasonable default config 2022-07-26 15:41:21 +02:00
Badlop cc4702882f Support 'auto' value in log options, set as default 2022-07-26 15:41:19 +02:00
Badlop c9084fae66 Modules that require configuration, provide it commented (#303) 2021-07-07 21:53:44 +02:00
Badlop a95e657a21 Add simple mod_doc/0 to prevent warnings; they won't be used anyway 2021-07-06 21:02:29 +02:00
Badlop 4cde5d84f2 Update xmpp.hrl path to support compilation when copied to ejabberd/src/ 2021-02-08 00:15:27 +01:00
Badlop f32bb792bc Update copyright to 2020 (processone/ejabberd#3149) 2020-01-29 11:38:28 +01:00
Badlop 4753268b5f Update copyright of other modules 2019-07-17 10:45:29 +02:00
Holger Weiss cfad261cf4 mod_message_log: Update for ejabberd 18.12 2018-12-10 12:17:19 +01:00
Holger Weiss 954fb94017 mod_message_log: Replace outdated function calls 2018-09-10 12:07:03 +02:00
Holger Weiss d37bb1cd2d mod_message_log: Update init() parameter 2018-04-06 00:00:11 +02:00
Holger Weiss 435d0bcc3d mod_message_log: Update gen_mod:get_opt() call 2018-04-04 02:04:55 +02:00
Holger Weiss 9c3943b703 mod_message_log: Use global process
Start only one mod_message_log process for all virtual hosts.
2018-04-04 01:55:35 +02:00
Holger Weiss 450f2eb5f4 mod_message_log: Fix logging of offline message 2018-04-04 01:44:13 +02:00
Holger Weiss ef7c92233d mod_message_log: Add copyright notice 2018-04-04 01:36:05 +02:00
Holger Weiss 79a804ac3b Update mod_message_log to work with ejabberd 18.x 2018-04-04 01:34:53 +02:00
Holger Weiss 04d2234e0a mod_message_log: Add mod_opt_type/1 callback 2016-05-01 21:35:23 +02:00
Holger Weiss 04cc600772 Update mod_message_log to work with ejabberd 16.02 2016-03-08 00:32:07 +01:00
Holger Weiss 746d198cc3 Update mod_message_log to work with ejabberd 15.06 2015-06-25 21:24:37 +02:00
Christophe Romain e2f860fd9f Merge remote-tracking branch 'origin/master' into packaging 2015-03-13 12:08:30 +01:00
Badlop bdfe82ce79 Update README files to show configuration file as YAML (#86) 2015-03-13 11:55:26 +01:00
Christophe Romain 4c68f4421b Cleanup for module packaging support in ejabberd 2015-03-11 14:19:35 +01:00
Holger Weiss 84044c290b mod_message_log: Add function specifications 2015-01-04 19:29:54 +01:00
Holger Weiss 44464c0f8d mod_message_log: Run as a supervised gen_server 2015-01-04 19:22:51 +01:00
Holger Weiss 0dfb0b9c6b mod_message_log: Ignore "empty" carbon copies
Just as we ignore regular messages that don't include a non-empty
<body/>, we now ignore carbon copies of such messages.
2014-11-06 00:56:55 +01:00
Holger Weiss dc30f205fe Add mod_message_log module
This module writes a line for each sent or received message stanza to a
log file.
2014-05-27 00:57:06 +02:00