HAMANO Tsukasa
92914e09db
fix show_ip option
2015-02-18 00:21:13 +09:00
Holger Weiss
741a1de374
mod_mam: Fix message lookup
...
In an mnesia:activity/4, mnesia:read/2 must be used instead of
mnesia:dirty_read/2.
2015-02-17 00:00:58 +01:00
Holger Weiss
d6181eefed
mod_statsdx: Recognize more client software
2015-02-16 09:30:42 +01:00
Holger Weiss
8208d5d172
mod_mam: Remove users in sync_transaction context
2015-02-16 00:03:22 +01:00
Holger Weiss
214339814f
mod_statsdx: Fix operating system statistics
2015-02-16 00:01:06 +01:00
Holger Weiss
f445f6aa31
mod_statsdx: Fix vCard statistics
2015-02-15 00:13:45 +01:00
Holger Weiss
4b82d830c4
mod_statsdx: Fix traffic statistics
2015-02-15 00:08:52 +01:00
Holger Weiss
0ba0639ec5
mod_statsdx: Fix "hooks" option parsing
2015-02-15 00:01:33 +01:00
Holger Weiss
bf99a0a97a
mod_statsdx: Avoid a few binary conversions
2015-02-14 21:07:54 +01:00
Holger Weiss
d430788865
mod_mam: Simplify querying the archive
...
Now that the Mnesia tables are no longer queried in transaction context,
the code can be simplified a bit. The behavior should remain unchanged.
2015-02-13 00:55:05 +01:00
Holger Weiss
c825f6deea
mod_mam: Don't use transactions for read access
...
It shouldn't be necessary to query the archive in transaction context.
In dirty context, the mam_meta data might be outdated when the mam_msg
table is queried, but the effects will be harmless.
2015-02-13 00:13:02 +01:00
badlop
289f2f2b1d
Merge pull request #69 from ZachGoldberg/master
...
Make mod_cron behave more like unix cron
2015-02-12 12:06:28 +01:00
Zach Goldberg
566b78849e
Fix README documentation for arguments
2015-02-11 16:23:39 -08:00
Zach Goldberg
aecd0e7deb
Support two types of cron: interval and fixed
...
This updates mod_cron to have much more unix-cron like behavior. The old
version would start an interval timer whenever ejabberd started, which isn't
a particularly useful starting point (I don't care for my regular activities
to be based on when the server was last booted).
This version allows two types of entries: timers based on an interval,
e.g. every 10 seconds (which would start on the minute, so occur at
00:00s, 00:10s, 00:20s etc) and fixed timers occuring once per
parent-interval. e.g. a fixed 10s timer would occur at 00:10s,
01:10s etc. (ie its a one minute interval happening 10seconds
after every minute).
2015-02-11 16:23:38 -08:00
Holger Weiss
d662bbe783
mod_statsdx: Count c2s_compressed_tls connections
2015-02-12 00:02:20 +01:00
Holger Weiss
671655eaee
mod_mam: Generate debug info when removing message
2015-02-11 23:34:02 +01:00
Badlop
078ba3ace6
Join three send_message_* commands in one (PR #68 )
2015-02-11 18:48:43 +01:00
badlop
4fafcbf93d
Merge pull request #68 from hamano/send_message_normal
...
add send_message_normal command
2015-02-11 18:31:44 +01:00
Mickaël Rémond
bd0dc5ab9d
Add list of broken module
...
We are looking for contributors to help updating them for latest ejabberd.
2015-02-11 16:21:43 +01:00
Mickaël Rémond
a16f199473
Migrated to https://github.com/processone/ejabberdOSXPrefs
2015-02-11 16:14:10 +01:00
Mickaël Rémond
ab85f6a6e4
Migrated to https://github.com/processone/bfile
2015-02-11 16:05:03 +01:00
Mickaël Rémond
f41fb570d6
Migrated to https://github.com/processone/dns-tools
2015-02-11 13:10:50 +01:00
Mickaël Rémond
ce8f97b55f
Migrated to https://github.com/processone/openfire-export
2015-02-11 13:02:18 +01:00
Mickaël Rémond
b9357194a3
Moved Jorge to https://github.com/processone/jorge
2015-02-11 12:45:43 +01:00
HAMANO Tsukasa
feac3b1d61
add send_message_normal command
2015-02-11 01:09:03 +09:00
Holger Weiss
f0b54e1e1a
mod_mam: Improve the README file a bit
2015-02-08 01:30:22 +01:00
Holger Weiss
de67fa6adc
mod_mam: Check fragment sizes when removing user
...
Check whether the number of Mnesia table fragments can be reduced when a
MAM user was removed.
2015-02-07 22:37:07 +01:00
Holger Weiß
76d4143d45
Merge pull request #67 from weiss/add-mod-mam
...
Import mod_mam, which implements XEP-0313
2015-02-06 15:04:43 +01:00
Holger Weiss
d3b4bc817d
Initial import of mod_mam
...
Import an implementation of XEP-0313: Message Archive Management,
version 0.3.
2015-02-06 14:15:30 +01:00
Holger Weiss
1f8631e7cf
Update namespace definitions from ejabberd master
2015-02-06 13:46:03 +01:00
Badlop
6499187102
Document the five contributions that don't work with ejabberd 13 or newer
2015-02-06 12:54:49 +01:00
Badlop
45824cf82b
Remove mod_register_web in master because it's already included in ejabberd
2015-02-06 12:46:48 +01:00
Badlop
cadc841927
Remove mod_ctlextra in master because was obsoleted by mod_admin_extra
2015-02-06 12:22:19 +01:00
Badlop
4b117b5fe5
Update mod_shcommands to work with ejabberd git master
2015-02-02 17:36:34 +01:00
Badlop
350d4d3884
Update mod_logxml to work with ejabberd git master
2015-02-02 17:10:55 +01:00
Badlop
2b7bbd9535
Update mod_muc_log_http to work with ejabberd git master
2015-02-02 13:07:12 +01:00
Badlop
edb67df064
Update mod_cron for better YAML config support
2015-01-28 17:12:59 +01:00
Badlop
44f709ba38
Fix mod_cron to work with ejabberd git master
2015-01-28 13:55:56 +01:00
badlop
b7a7d9ae16
Merge pull request #66 from hamano/fix_mod_admin_extra_stats
...
fix mod_admin_extra stats command
2015-01-28 09:29:37 +01:00
HAMANO Tsukasa
6a4e88d8d7
fix mod_admin_extra stats command
2015-01-28 00:00:33 +09:00
badlop
fb643dfb10
Merge pull request #60 from weiss/otp-message-log
...
Run mod_message_log as a supervised gen_server process
2015-01-23 17:22:23 +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
Badlop
bdac50591a
More fixes to work with ejabberd 14
2014-12-19 15:19:10 +01:00
Badlop
5eafb8188a
Fix to work with ejabberd 14
2014-12-17 17:22:59 +01:00
Badlop
4f3a724927
Update multicast code to binarization and ejabberd 14.07
2014-11-12 17:52:08 +01:00
Badlop
2589d6ec6f
Reapply multicast patch to stock ejabberd files
2014-11-12 17:50:40 +01:00
Badlop
632c05e700
Update ejabberd core files to ejabberd 14.07
2014-11-12 17:47:30 +01:00
badlop
b8120ee64e
Merge pull request #50 from weiss/host-in-baseurl
...
mod_webpresence: Support @HOST@ in 'baseurl' value
2014-11-12 12:24:25 +01:00
badlop
503ce9e3ba
Merge pull request #51 from weiss/remove-mod-irc
...
Remove mod_irc, it's included with ejabberd now
2014-11-12 12:23:52 +01:00