aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_private.lua
Commit message (Collapse)AuthorAgeFilesLines
* mod_private, mod_vcard: Use the usual comment on non-get received iqs.Emmanuel Gil Peyrot2018-08-241-1/+1
|
* Merge 0.10->trunkKim Alvefur2015-09-221-6/+10
|\
| * plugins: Explicitly return to halt event propagation (session.send sometimes ↵Kim Alvefur2015-09-211-6/+12
| | | | | | | | does not return true)
| * mod_private: Fix traceback due to missing table indexKim Alvefur2014-08-131-1/+1
| |
* | mod_private: Use map storeKim Alvefur2014-08-091-12/+9
|/
* mod_private: Cleanup and more tailcallsKim Alvefur2014-08-091-30/+26
|
* Remove all trailing whitespaceFlorian Zeitz2013-08-091-1/+1
|
* mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, ↵Kim Alvefur2013-04-191-3/+3
| | | | mod_register, mod_vcard, mod_muc: Use module:open_store()
* mod_motd, mod_register, mod_private, mod_http_errors, mod_admin_adhoc: ↵Kim Alvefur2013-03-231-1/+0
| | | | Remove unused imports
* mod_private: Updated to use the new events API. Smaller, more robust.Waqas Hussain2010-10-161-42/+34
|
* mod_private: Detect datamanager read errors, and respond with ↵Waqas Hussain2010-05-241-1/+5
| | | | 'internal-server-error'.
* Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
|
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
|
* 0.3->0.4Matthew Wild2009-03-201-1/+1
|
* Update copyright notices for 2009Matthew Wild2009-01-301-2/+2
|
* 0.2->0.3Matthew Wild2009-01-301-1/+1
|
* GPL->MIT!Matthew Wild2009-01-301-13/+2
|
* 0.1 -> 0.2Matthew Wild2008-12-101-1/+1
|
* Change modules to use the new add_feature module API method.Waqas Hussain2008-12-041-1/+1
| | | | This also fixes the bug causing disco features being added to every disco reply for every host.
* Insert copyright/license headersMatthew Wild2008-12-031-0/+20
|
* Bumper commit for the new modulemanager API \o/ Updates all the modules, ↵Matthew Wild2008-11-271-1/+1
| | | | though some more changes may be in store.
* Modules now sending disco repliesWaqas Hussain2008-11-261-0/+2
|
* Fixed mod_private to use session.send for sending stanzasWaqas Hussain2008-11-161-8/+7
|
* Added support for XEP-0049: Private XML Storage (mod_private)Waqas Hussain2008-10-261-0/+47