prosodyctl: Only perform checks on enabled hosts
|
Kim Alvefur |
Fri, 02 May 2014 08:11:11 +0200 |
Merge 0.10->trunk
|
Kim Alvefur |
Sun, 27 Apr 2014 01:02:54 +0200 |
Merge 0.9->0.10
|
Kim Alvefur |
Sun, 27 Apr 2014 01:02:20 +0200 |
util.pposix: Fix error reporting from really old Linux fallocate() that did not use errno for some reason (thanks pro)
|
Kim Alvefur |
Fri, 25 Apr 2014 02:41:55 +0200 |
util.pposix: Fix error reporting from posix_fallocate, it doesn't use errno (thanks pro)
|
Kim Alvefur |
Fri, 25 Apr 2014 00:36:01 +0200 |
util.x509: Remove unused imports
|
Kim Alvefur |
Fri, 25 Apr 2014 02:47:09 +0200 |
util.x509: And functions for converting between DER and PEM
|
Kim Alvefur |
Thu, 24 Apr 2014 23:38:47 +0200 |
util.indexedbheap: Fix a possible traceback when removing the last item.
|
Waqas Hussain |
Wed, 23 Apr 2014 11:38:34 -0400 |
Merge 0.10->trunk
|
Kim Alvefur |
Wed, 23 Apr 2014 00:23:46 +0200 |
Merge 0.9->0.10
|
Kim Alvefur |
Wed, 23 Apr 2014 00:22:36 +0200 |
util.dataforms: Add support for XEP-0221: Data Forms Media Element
|
Kim Alvefur |
Tue, 22 Apr 2014 23:36:26 +0200 |
tools/jabberd14sql2prosody: Fix package.path (thanks daurnimator)
|
Kim Alvefur |
Tue, 22 Apr 2014 23:14:53 +0200 |
mod_s2s: Follow XMPP Core on when a stream is to be considered ready
|
Kim Alvefur |
Tue, 22 Apr 2014 21:56:06 +0200 |
Merge daurnimator->trunk
|
Matthew Wild |
Mon, 21 Apr 2014 17:42:44 +0100 |
Merge with daurnimator
|
Matthew Wild |
Thu, 17 Apr 2014 09:01:32 +0100 |
plugins/muc/muc.lib: If decline is to person in room; route to all sessions
|
daurnimator |
Thu, 27 Mar 2014 19:16:46 -0400 |
plugins/muc/muc.lib: Have timestamp as seconds since epoch inside of history
|
daurnimator |
Thu, 27 Mar 2014 18:10:34 -0400 |
plugins/muc: Rename admin query hook
|
daurnimator |
Thu, 27 Mar 2014 18:09:42 -0400 |
plugins/muc/muc.lib: Add :broadcast method; use it from :broadcast_except_nick and :broadcast_message
|
daurnimator |
Mon, 24 Mar 2014 16:32:18 -0400 |
plugins/muc/muc.lib: Extra utility functions around subjects
|
daurnimator |
Mon, 24 Mar 2014 13:36:43 -0400 |
plugins/muc/muc.lib: Add muc-get-history event; it uses an iterator in the event object so that messages don't need to be all in memory at once
|
daurnimator |
Mon, 24 Mar 2014 13:34:06 -0400 |
plugins/muc/muc.lib: Add muc-broadcast-message event. Use it for saving to history
|
daurnimator |
Mon, 24 Mar 2014 13:10:54 -0400 |
plugins/muc/muc.lib: Better password check
|
daurnimator |
Mon, 24 Mar 2014 12:44:31 -0400 |
plugins/muc/muc.lib: Add muc-occupant-prejoin events; Use it for banned, members-only, password, nick-conflict and lock checks
|
daurnimator |
Mon, 24 Mar 2014 10:25:43 -0400 |
plugins/muc/muc.lib: Move password check and nick conflict check into `handle_join`
|
daurnimator |
Fri, 21 Mar 2014 14:01:02 -0400 |
plugins/muc/muc.lib: Additional `route_to_occupant` usage
|
daurnimator |
Thu, 20 Mar 2014 16:19:13 -0400 |
plugins/muc/muc.lib: Remove duplicate variable; it can never be nil.
|
daurnimator |
Thu, 20 Mar 2014 16:14:22 -0400 |
plugins/muc/muc.lib: Add decline event for parity with invite
|
daurnimator |
Thu, 20 Mar 2014 15:50:29 -0400 |
plugins/muc/muc.lib: Add route_to_occupant function to send a stanza to all occupant sessions
|
daurnimator |
Thu, 20 Mar 2014 15:22:02 -0400 |
plugins/muc: Have utility methods for locking the room
|
daurnimator |
Thu, 20 Mar 2014 11:06:10 -0400 |