Badlop
f20d6239db
Fix mod_webpresence to work with recent ejabberd ( #232 )
2018-08-21 12:27:44 +02:00
Holger Weiss
b7b6af8315
mod_deny_omemo: Also reject actual OMEMO messages
...
Users might send/receive OMEMO messages using sessions established in
the past. Let mod_deny_omemo also reject those.
2018-08-17 02:02:47 +02:00
Badlop
7191ddd6f3
Update to compile with recent ejabberd versions
2018-08-08 13:11:57 +02:00
Badlop
e138359c7f
Update modules for ejabberd 18.06 lack of jlib.hrl and ejabberd.hrl ( #251 )
2018-07-13 16:18:34 +02:00
Evgeny Khramtsov
562fb1640d
Merge pull request #253 from ytkang/master
...
Fix mod_pottymouth install error about issue #252
2018-07-11 12:49:11 +03:00
ytkang
8045f4c60e
Fix mod_pottymouth install error
2018-07-11 17:46:45 +09:00
Paweł Chmielowski
017ce87198
mod_rest don't really need ejabebrd.hrl
2018-07-02 10:07:44 +02:00
Badlop
06dbe80c65
Add mod_options callback function ( #250 )
2018-06-27 11:38:17 +02:00
Evgeniy Khramtsov
acc32abf17
Add mod_irc.hrl
2018-06-20 11:51:31 +03:00
Evgeniy Khramtsov
de4e42c20d
Add SQL schemas for mod_irc
2018-06-20 11:47:48 +03:00
Evgeniy Khramtsov
65575478a3
Move here mod_irc module from the main ejabberd repo
2018-06-20 11:38:22 +03:00
Badlop
721ca125ea
Update to work with recent ejabberd
...
TODO:
- Registration does not support enabling/disabling different features
- Avatar does not work at all
- Check all he configurable options are really used
2018-04-28 11:27:31 +02:00
Holger Weiss
cd54f70943
mod_s2s_log: Add mod_options/1 callback
2018-04-07 21:47:33 +02:00
Holger Weiss
fa5c601325
mod_s2s_log: Remove outdated comments
2018-04-07 21:40:54 +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
7d2a7aa418
mod_deny_omemo: Fix hook_result() type
2018-03-27 00:21:35 +02:00
Holger Weiss
89c5bc0546
mod_deny_omemo: Fix matching of devicelist queries
...
Devicelist queries don't include an <item/> element.
2018-03-26 01:35:36 +02:00
Holger Weiss
d783cc7cca
mod_deny_omemo: Fix node deletion
2018-03-26 01:08:40 +02:00
Holger Weiss
d84204bdb8
Import mod_deny_omemo
...
Add a module that can be used to prevent OMEMO sessions from being
established.
2018-03-19 22:58:32 +01:00
Badlop
494ba6f941
Fix url path in request_handlers example configs
2018-02-15 17:04:53 +01:00
Badlop
9fe5f383dc
Fix code to support sending iq and presence, not only message
2018-02-15 17:01:05 +01:00
Badlop
fc40a38780
Fix some stats where host is a string but tables store as binary
2018-01-23 23:54:09 +01:00
Badlop
9a14b7f7f7
Fix to work with mod_stats2file in recent ejabberd
2018-01-23 20:59:32 +01:00
Badlop
74e068d91c
Fix typo in previous commit
2018-01-23 20:30:58 +01:00
Badlop
aa6519209e
Updated to fix traffic stats
2018-01-12 11:57:30 +01:00
Badlop
4d3acc1637
Updated to fix iq:version stats
2018-01-11 20:05:38 +01:00
Badlop
e99866d835
Fixed stats: login, logout, accounts registered and deleted ( #235 )
2018-01-11 00:18:39 +01:00
Badlop
babc6213f9
Update mod_grafite to start correctly in recent ejabberd ( #234 )
2018-01-10 16:51:59 +01:00
Badlop
156331c123
Change proposed to update module to last ejabberd_auth API ( #228 , #230 )
2018-01-03 17:22:49 +01:00
Evgeniy Khramtsov
6a4b9a08d5
Update mod_s2s_log to work with ejabberd 17.x
2017-10-11 11:19:37 +03:00
Badlop
6780874893
Fix ejabberd_auth_http start/2 that blocked ejabberd start ( #211 )
2017-08-15 12:27:45 +02:00
badlop
91b9bd9973
Merge pull request #223 from madglory/master
...
Replace hipe_bifs/bitarray with ferd/bitarray. 17.04 compat.
2017-07-27 12:13:01 +02:00
Tom Quackenbush
8e1263c328
update mod_pottymouth to work with ejabberd 17.04. replace etbloom hipe_bifs/bitarray with ferd/bitarray.
2017-07-26 12:58:01 -04:00
Badlop
ec3c13cade
Move option checking to mod_opt_type, as introduced in fddd611
2017-07-19 12:53:03 +02:00
Badlop
18d1a5d60d
Fix mod_muc_log_http to compile and run with recent ejabberd ( #221 )
2017-07-17 11:42:00 +02:00
Badlop
2a95a53285
Fix typos in previous commit ( #218 )
2017-07-06 19:21:53 +02:00
Badlop
ce89412feb
Update to work with ejabberd 17.06
2017-06-07 16:40:34 +02:00
Badlop
00e76aec2c
Fix starting mod_cron in recent ejabberd 17.04 ( #214 )
2017-06-01 17:43:22 +02:00
Badlop
bd57bdb3ae
Update to the updated ejabberd_auth API
2017-05-12 12:48:32 +02:00
Badlop
5359c2a0dd
Update mod_logxml to work with ejabberd 17 ( #209 )
2017-04-10 14:56:25 +02:00
Evgeny Khramtsov
008a8bc70a
Merge pull request #206 from zeroows/patch-1
...
Changed from Txt to Md
2017-03-23 16:24:28 +04:00
Abdulrhman A Alkhodiry
3d6901efe2
Changed from Txt to Md
2017-03-23 13:15:35 +03:00
Badlop
511f30a751
Update mod_logsession to work with ejabberd 17.01 ( #201 )
2017-03-10 17:27:57 +01:00
Badlop
36644dc78c
Explain that mod_pottymouth may require an alternative library ( #198 )
2017-03-10 16:16:20 +01:00
Badlop
1f992d161a
Fix mod_statsdx to start correctly with ejabberd 17.03
2017-03-02 20:52:22 +01:00