log

age author description
2011-02-03 Florian Zeitz mod_admin_web: Style fix. A <span/> is more appropriate here
2011-02-03 Kim Alvefur mod_ircd: Add QUIT command.
2011-02-03 Florian Zeitz mod_admin_web: Fix path building
2011-02-03 Kim Alvefur mod_ircd: Fix squishy file
2011-02-02 Kim Alvefur mod_ircd: Partial rewrite, use verse for MUC
2011-01-31 Kim Alvefur mod_pubsub_feed: Implement signature verification
2011-01-31 Kim Alvefur mod_pubsub_feed: Fix verify_token checking.
2011-01-31 Kim Alvefur mod_pubsub_feed: Stricter verification handling. Correctly echo the hubs challenge.
2011-01-31 Kim Alvefur mod_pubsub_feed: Implement PubSubHubbub subscriber
2011-01-27 Kim Alvefur mod_post_msg: Add compatibility with usermanager in 0.7
2011-01-27 Kim Alvefur mod_post_msg: Better initialization
2011-01-21 Florian Zeitz mod_admin_web: Make module global. Host to administrate is now chooseable
2011-01-19 Kim Alvefur mod_data_access: New plugin providing a HTTP interface to Prosodys datamanager
2011-01-14 Florian Zeitz mod_admin_web: Get rid of the mod_pubsub dependency
2011-01-11 Waqas Hussain mod_remote_roster: Let component set roster item subscription.
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