log

age author description
2011-01-10 Waqas Hussain mod_remote_roster: Implement section 2.5 of <http://jkaluza.fedorapeople.org/remote-roster.html>.
2011-01-10 Waqas Hussain mod_remote_roster: Initial commit. Implements 2.2, 2.3 of <http://jkaluza.fedorapeople.org/remote-roster.html>.
2011-01-08 Matthew Wild mod_reload_modules: Module to, erm, reload modules, on SIGHUP/config reload
2011-01-08 Matthew Wild mod_auth_dovecot: Fix various global variable sets/gets, log levels, unclear variable names and change coding style to match more closely the rest of the Prosody code.
2011-01-08 Matthew Wild mod_auth_dovecot: Only check Dovecot major version. Bump log level from 'warn' to 'error'. (thanks Adrien Clerc)
2011-01-08 Matthew Wild mod_auth_dovecot: Switch to using upvalue 'conn' instead of provider.c throughout (thanks Adrien Clerc)
2011-01-06 Florian Zeitz mod_admin_web: Handle paths without trailing slash
2011-01-06 Florian Zeitz mod_admin_web: Add missing argument
2010-12-27 Florian Zeitz mod_admin_web: Specify only directory as bosh service, so it (normally) doesn't need changing (Thanks Zash)
2010-12-27 Florian Zeitz mod_admin_web: Show whether connection is encrypted/compressed
2010-12-27 Waqas Hussain mod_auth_*, mod_saslauth_muc: Update SASL callbacks to take SASL handler as first argument.
2010-12-27 Matthew Wild mod_admin_web: Fix initialisation code, undeclared variable and wrong event scope
2010-12-27 Matthew Wild mod_admin_web: Move pubsub service initialisation into a server-started handler, in case we get loaded before the service
2010-12-27 Florian Zeitz mod_admin_web: Don't delete the menu
2010-12-27 Florian Zeitz mod_admin_web: Add a live view for C2S connections
2010-12-26 Kim Alvefur mod_pubsub_feed: Catch and handle errors when publishing
2010-12-26 Kim Alvefur mod_pubsub_feed: Fix detection of updated posts
2010-12-26 Florian Zeitz mod_admin_web: XHTML fix
2010-12-26 Florian Zeitz mod_admin_web: Add support for calling adhoc commands
2010-12-24 Florian Zeitz mod_admin_web: Change page title
2010-12-24 Florian Zeitz mod_admin_web: Only create the node once when loading onto multiple hosts
2010-12-23 Florian Zeitz mod_admin_web: Prepare for adding more features
2010-12-23 Matthew Wild mod_auth_ldap: Convert to real line endings
2010-12-23 Florian Zeitz mod_adhoc_web: Put pubsubHost into js from lua. Compat with util.pubsub changes
2010-12-23 Florian Zeitz mod_admin_web: replace get_deps.lua with a (working) get_deps.sh
2010-12-22 Matthew Wild mod_group_bookmarks: Always ensure bookmarks are injected, even if the user has no bookmarks already stored
2010-12-20 Matthew Wild mod_group_bookmarks: Module to inject room bookmarks to user private XML stores
2010-12-17 Florian Zeitz mod_admin_web: Initial PoC commit
2010-12-13 Waqas Hussain mod_saslauth_muc: Improved timer handling.
2010-12-13 Waqas Hussain mod_auth_ldap: Removed an invalid argument to a function.