Sun, 08 Jul 2012 00:40:43 +0200 mod_mam_adhoc: Use ad-hoc command node suggested by XEP-0313
Kim Alvefur <zash@zash.se> [Sun, 08 Jul 2012 00:40:43 +0200] rev 739
mod_mam_adhoc: Use ad-hoc command node suggested by XEP-0313
Fri, 06 Jul 2012 13:39:51 +0100 mod_limits: Import to prosody-modules, connection-level rate limiting
Matthew Wild <mwild1@gmail.com> [Fri, 06 Jul 2012 13:39:51 +0100] rev 738
mod_limits: Import to prosody-modules, connection-level rate limiting
Wed, 04 Jul 2012 14:08:43 +0200 mod_archive: switch from/to
Olivier Goffart <ogoffart@woboq.com> [Wed, 04 Jul 2012 14:08:43 +0200] rev 737
mod_archive: switch from/to The XEP-0136 is not very explicit about the meening of <from> and <to> elements, but the examples are clear: <from> means it comes from the user in the 'with' attribute of the collection. That is the opposite of what is currently implemented in that module. So for better compatibility with complient clients, this switch the 'from' and 'to' fields
Wed, 04 Jul 2012 13:58:31 +0200 mod_archive: Fix duplicate messages stored
Olivier Goffart <ogoffart@woboq.com> [Wed, 04 Jul 2012 13:58:31 +0200] rev 736
mod_archive: Fix duplicate messages stored Message exchanged between users on the same server would be stored twice. This is because both the message hook and the pre-message hook would store for both users. The solution is to make sure the pre-message hook only store for the 'from' user, and the post message hook only store for the 'to' user.
Wed, 04 Jul 2012 13:49:57 +0200 mod_archive: Fix hour offset in stored message date
Olivier Goffart <ogoffart@woboq.com> [Wed, 04 Jul 2012 13:49:57 +0200] rev 735
mod_archive: Fix hour offset in stored message date os.date expect a timestamp in local time, that is subject to daylight saving. But since we pass an UTC timestamp to os.date one hour is (wrongly) added in the summer. The only sensible thing is to call the os.date only once with the ! parametter. And then parsing this sting to get the utc_timestamp. Calling os.date with an UTC timestamp is not possible, and calling os.date twice without timestamp could give different results.
Sun, 01 Jul 2012 13:51:26 +0200 mod_vjud: Don't break on undefined properties.
Kim Alvefur <zash@zash.se> [Sun, 01 Jul 2012 13:51:26 +0200] rev 734
mod_vjud: Don't break on undefined properties.
Sun, 01 Jul 2012 13:15:40 +0200 mod_vjud: Switch first and last name in results to be correct.
Kim Alvefur <zash@zash.se> [Sun, 01 Jul 2012 13:15:40 +0200] rev 733
mod_vjud: Switch first and last name in results to be correct.
Sun, 01 Jul 2012 12:47:51 +0200 mod_vjud: Update util.vcard from verse
Kim Alvefur <zash@zash.se> [Sun, 01 Jul 2012 12:47:51 +0200] rev 732
mod_vjud: Update util.vcard from verse
Sat, 30 Jun 2012 23:01:29 +0000 mod_compat_muc_admin: added missing import (thanke MattJ)
Marco Cirillo <maranda@lightwitch.org> [Sat, 30 Jun 2012 23:01:29 +0000] rev 731
mod_compat_muc_admin: added missing import (thanke MattJ)
Thu, 28 Jun 2012 05:24:26 +0200 mod_vjud: Missing fields should not match everyone. (Thanks Pidgin)
Kim Alvefur <zash@zash.se> [Thu, 28 Jun 2012 05:24:26 +0200] rev 730
mod_vjud: Missing fields should not match everyone. (Thanks Pidgin)
(0) -300 -100 -10 +10 +100 +300 +1000 +3000 tip