Log

description author age
Merge Matthew Wild Tue, 14 Feb 2012 15:17:16 +0000
mod_c2s_conn_throttle: renamed mod_c2s_auth_throttle, hooks at features and takes in account stream renegotiation. Marco Cirillo Sun, 12 Feb 2012 21:58:07 +0000
mod_cleanup_http: updated banner. Marco Cirillo Sun, 12 Feb 2012 18:26:02 +0000
mod_cleanup_http: "spring cleans" module, aka unload global http modules without hassle (open ports cleanup doesn't work with server_event) Marco Cirillo Sun, 12 Feb 2012 18:04:51 +0000
mod_server_status: remove cleanup function move it to a separate plugin. Marco Cirillo Sun, 12 Feb 2012 18:01:48 +0000
mod_stanza_counter_http: remove cleanup function move it to a separate plugin. Marco Cirillo Sun, 12 Feb 2012 18:01:12 +0000
mod_register_json: remove cleanup function move it to a separate plugin. Marco Cirillo Sun, 12 Feb 2012 17:59:45 +0000
mod_carbons: Use session.send instead of passing carbon through all the routing Kim Alvefur Sun, 12 Feb 2012 16:35:54 +0100
mod_carbons: Add more debug logging Kim Alvefur Thu, 09 Feb 2012 13:06:14 +0100
mod_c2s_auth_throttle: first commit Marco Cirillo Thu, 09 Feb 2012 00:56:47 +0000
merged. Marco Cirillo Thu, 09 Feb 2012 00:54:39 +0000
mod_conformance_restricted: Module to send XML restricted by RFC 6120 (for conformance testing) Florian Zeitz Tue, 07 Feb 2012 20:01:57 +0100
mod_server_status: de-revert to use configmanager instead of module mm for the cleanup function also give it an unique name (mismatch possible "??") Marco Cirillo Thu, 09 Feb 2012 00:53:32 +0000
mod_stanza_counter_http: de-revert to use configmanager instead of module mm for the cleanup function also give it an unique name (mismatch possible "??") Marco Cirillo Thu, 09 Feb 2012 00:52:18 +0000
mod_register_json: punctuation adjust Marco Cirillo Thu, 09 Feb 2012 00:47:01 +0000
mod_register_json: de-reverting change to use configmanager again (trace happened), also changed cleanup function name to avoid mismatches (??) Marco Cirillo Thu, 09 Feb 2012 00:44:46 +0000
mod_register_json: cleanup unused stuff Marco Cirillo Thu, 09 Feb 2012 00:24:31 +0000
mod_auto_accept_subscriptions: New module to automatically accept incoming subscription requests on behalf of users Matthew Wild Tue, 14 Feb 2012 15:16:38 +0000
Fix a typo in mod_smacks (type -> session_type). Thijs Alkemade Thu, 02 Feb 2012 02:08:40 +0100
mod_smacks: Drop back to urn:xmpp:sm:2 for now Matthew Wild Thu, 02 Feb 2012 00:34:53 +0000
Add a <delay> to stanzas that are queued (and don't have one already), so clients can show them with the original timestamp. Thijs Alkemade Thu, 02 Feb 2012 01:23:43 +0100
Update smacks to urn:xmpp:sm:3. Fix typo in can_do_smacks. Thijs Alkemade Thu, 02 Feb 2012 01:23:00 +0100
mod_smacks: Consolidate logic for deciding whether to advertise or allow smacks for a given session, and fix an issue with not allowing s2s connections to enable smacks because of not binding a resource... (thanks xnyphs) Matthew Wild Wed, 01 Feb 2012 23:57:07 +0000
mod_smacks: Handle a client trying to <enable> twice, or trying to <enable> before resource binding (thanks Thijs Alkemade) Matthew Wild Wed, 01 Feb 2012 23:29:05 +0000
mod_smacks: Only advertise stream features when a stream is authenticated, and doesn't already have smacks enabled Matthew Wild Wed, 01 Feb 2012 23:27:23 +0000
mod_smacks: Log message when client tries to resume unknown session Matthew Wild Mon, 30 Jan 2012 04:20:24 +0000
mod_smacks: Add log message on resume Matthew Wild Mon, 30 Jan 2012 04:15:58 +0000
mod_smacks: Add logging to hibernation and session destruction (thanks darkrain) Matthew Wild Sun, 29 Jan 2012 20:34:14 +0000
mod_carbons: Don't try to send carbons for entirely offline users. Kim Alvefur Sat, 28 Jan 2012 15:10:04 +0100
mod_admin_web: Clear commands in all cases new ones are loaded (thanks Maranda) Florian Zeitz Thu, 26 Jan 2012 19:38:03 +0100