Wed, 06 Jul 2011 23:34:36 +0200 Moved the file to a directory
leonbogaert [Wed, 06 Jul 2011 23:34:36 +0200] rev 379
Moved the file to a directory
Wed, 06 Jul 2011 21:25:28 +0000 First version of mod_flash_policy
leonbogaert@gmail.com [Wed, 06 Jul 2011 21:25:28 +0000] rev 378
First version of mod_flash_policy
Fri, 01 Jul 2011 07:55:22 +0500 mod_auth_phpbb3: Implement password change.
Waqas Hussain <waqas20@gmail.com> [Fri, 01 Jul 2011 07:55:22 +0500] rev 377
mod_auth_phpbb3: Implement password change.
Fri, 01 Jul 2011 07:53:13 +0500 mod_auth_phpbb3: Comment logging of user password.
Waqas Hussain <waqas20@gmail.com> [Fri, 01 Jul 2011 07:53:13 +0500] rev 376
mod_auth_phpbb3: Comment logging of user password.
Fri, 01 Jul 2011 07:52:01 +0500 mod_auth_phpbb3: Fixed traceback when logging in as a non-existent user.
Waqas Hussain <waqas20@gmail.com> [Fri, 01 Jul 2011 07:52:01 +0500] rev 375
mod_auth_phpbb3: Fixed traceback when logging in as a non-existent user.
Fri, 01 Jul 2011 07:51:00 +0500 mod_auth_phpbb3: Fixed a missing function parameter causing auth to fail.
Waqas Hussain <waqas20@gmail.com> [Fri, 01 Jul 2011 07:51:00 +0500] rev 374
mod_auth_phpbb3: Fixed a missing function parameter causing auth to fail.
Fri, 01 Jul 2011 06:40:33 +0500 mod_auth_phpbb3: Initial commit.
Waqas Hussain <waqas20@gmail.com> [Fri, 01 Jul 2011 06:40:33 +0500] rev 373
mod_auth_phpbb3: Initial commit.
Mon, 02 May 2011 23:14:13 -0700 mod_blocking: Properly initialize the bootstrap privacy storage
Paul Aurich <paul@darkrain42.org> [Mon, 02 May 2011 23:14:13 -0700] rev 372
mod_blocking: Properly initialize the bootstrap privacy storage
Tue, 26 Apr 2011 19:28:08 +0200 Do not run in transaction.
Tomasz Sterna <tomek@xiaoka.com> [Tue, 26 Apr 2011 19:28:08 +0200] rev 371
Do not run in transaction. Code cleanup. Changed logging to module logging. Properly count SQL result rows.
Fri, 22 Apr 2011 01:49:53 +0000 mod_register_json: There again, finally found the right way to pass the ports table to be processed correctly.
Marco Cirillo <maranda@lightwitch.org> [Fri, 22 Apr 2011 01:49:53 +0000] rev 370
mod_register_json: There again, finally found the right way to pass the ports table to be processed correctly.
Thu, 21 Apr 2011 21:36:58 +0000 mod_register_json: Fixed http listener creation syntax. (Please document that in the API, that would avoid my brain overheating, thank you.)
Marco Cirillo <maranda@lightwitch.org> [Thu, 21 Apr 2011 21:36:58 +0000] rev 369
mod_register_json: Fixed http listener creation syntax. (Please document that in the API, that would avoid my brain overheating, thank you.)
Sun, 17 Apr 2011 14:52:20 +0000 mod_register_url: added option to specify no whitelististing is employed.
Marco Cirillo <maranda@lightwitch.org> [Sun, 17 Apr 2011 14:52:20 +0000] rev 368
mod_register_url: added option to specify no whitelististing is employed.
Wed, 13 Apr 2011 20:41:53 +0200 Implemented password and user existence check in mod_auth_sql
Tomasz Sterna <tomek@xiaoka.com> [Wed, 13 Apr 2011 20:41:53 +0200] rev 367
Implemented password and user existence check in mod_auth_sql
Wed, 13 Apr 2011 15:37:26 +0200 Reconnect on DB disconnection.
Tomasz Sterna <tomek@xiaoka.com> [Wed, 13 Apr 2011 15:37:26 +0200] rev 366
Reconnect on DB disconnection.
Tue, 12 Apr 2011 22:57:34 +0000 mod_register_json: Corrected typo.
Marco Cirillo <maranda@lightwitch.org> [Tue, 12 Apr 2011 22:57:34 +0000] rev 365
mod_register_json: Corrected typo.
Tue, 12 Apr 2011 22:51:39 +0000 mod_register_json: fixed missing declared variable.
Marco Cirillo <maranda@lightwitch.org> [Tue, 12 Apr 2011 22:51:39 +0000] rev 364
mod_register_json: fixed missing declared variable.
Tue, 12 Apr 2011 22:40:26 +0000 mod_register_json: Let's call it the first commit, fixed all code errors (aka it works).
Marco Cirillo <maranda@lightwitch.org> [Tue, 12 Apr 2011 22:40:26 +0000] rev 363
mod_register_json: Let's call it the first commit, fixed all code errors (aka it works).
Tue, 12 Apr 2011 20:50:43 +0000 mod_register_json: Typo fix.
Marco Cirillo <maranda@lightwitch.org> [Tue, 12 Apr 2011 20:50:43 +0000] rev 362
mod_register_json: Typo fix.
Tue, 12 Apr 2011 20:41:57 +0000 mod_register_json: Failed at JSON successful decode check, fixed with a code refactor.
Marco Cirillo <maranda@lightwitch.org> [Tue, 12 Apr 2011 20:41:57 +0000] rev 361
mod_register_json: Failed at JSON successful decode check, fixed with a code refactor.
Tue, 12 Apr 2011 19:13:16 +0000 mod_register_json: Typo fix.
Marco Cirillo <maranda@lightwitch.org> [Tue, 12 Apr 2011 19:13:16 +0000] rev 360
mod_register_json: Typo fix.
Tue, 12 Apr 2011 19:09:34 +0000 mod_register_json: Changed log levels, added a few primitive throttling/whitelist/blacklist options
Marco Cirillo <maranda@lightwitch.org> [Tue, 12 Apr 2011 19:09:34 +0000] rev 359
mod_register_json: Changed log levels, added a few primitive throttling/whitelist/blacklist options
Tue, 12 Apr 2011 17:47:47 +0000 mod_register_json: Minor refactor, default to port 9280 if option is unspecified or default to port 9443 if SSL is used. (Good, bad?)
Marco Cirillo <maranda@lightwitch.org> [Tue, 12 Apr 2011 17:47:47 +0000] rev 358
mod_register_json: Minor refactor, default to port 9280 if option is unspecified or default to port 9443 if SSL is used. (Good, bad?)
Tue, 12 Apr 2011 17:13:38 +0000 mod_register_json: Changed a few bits to allow the service to be specified as standalone (by default uses port 9443), Q: Does it work?
Marco Cirillo <maranda@lightwitch.org> [Tue, 12 Apr 2011 17:13:38 +0000] rev 357
mod_register_json: Changed a few bits to allow the service to be specified as standalone (by default uses port 9443), Q: Does it work?
Tue, 12 Apr 2011 15:36:30 +0000 mod_register_json: Fixed missing close quote.
Marco Cirillo <maranda@lightwitch.org> [Tue, 12 Apr 2011 15:36:30 +0000] rev 356
mod_register_json: Fixed missing close quote.
Tue, 12 Apr 2011 15:25:37 +0000 mod_register_json: First commit (needs tests).
Marco Cirillo <maranda@lightwitch.org> [Tue, 12 Apr 2011 15:25:37 +0000] rev 355
mod_register_json: First commit (needs tests).
Tue, 12 Apr 2011 00:30:53 +0200 Implemented basic SQL authentication module.
Tomasz Sterna <tomek@xiaoka.com> [Tue, 12 Apr 2011 00:30:53 +0200] rev 354
Implemented basic SQL authentication module. This module implements authentication against plaintext password stored in SQL database. You wil definitely need to edit the Lua code and put a query working with your database. The example query works against jabberd2 database schema. P.S. This module is just some code glued together from other modules. ;-)
Sun, 03 Apr 2011 22:49:36 +0100 merge with upstream
Phil Stewart <phil.stewart@lichp.co.uk> [Sun, 03 Apr 2011 22:49:36 +0100] rev 353
merge with upstream
Sat, 02 Apr 2011 04:27:43 +0500 mod_json_streams/strophe.jsonstreams.js: Fix some compatability issues.
Waqas Hussain <waqas20@gmail.com> [Sat, 02 Apr 2011 04:27:43 +0500] rev 352
mod_json_streams/strophe.jsonstreams.js: Fix some compatability issues.
Sat, 02 Apr 2011 03:11:22 +0500 mod_json_streams/strophe.jsonstreams.js: A strophe.js plugin to make it work.
Waqas Hussain <waqas20@gmail.com> [Sat, 02 Apr 2011 03:11:22 +0500] rev 351
mod_json_streams/strophe.jsonstreams.js: A strophe.js plugin to make it work.
Sat, 02 Apr 2011 03:10:04 +0500 mod_json_streams: Add BOSH support (on HTTP path "/jsonstreams").
Waqas Hussain <waqas20@gmail.com> [Sat, 02 Apr 2011 03:10:04 +0500] rev 350
mod_json_streams: Add BOSH support (on HTTP path "/jsonstreams").
Sat, 02 Apr 2011 00:04:26 +0500 mod_json_streams: An implementation of XEP-0295: JSON Encodings for XMPP.
Waqas Hussain <waqas20@gmail.com> [Sat, 02 Apr 2011 00:04:26 +0500] rev 349
mod_json_streams: An implementation of XEP-0295: JSON Encodings for XMPP.
Sun, 27 Mar 2011 05:34:09 +0200 mod_muc_log_http: HTML overhaul. Replacing deprecated elements and style-attributes.
Florian Zeitz <florob@babelmonkeys.de> [Sun, 27 Mar 2011 05:34:09 +0200] rev 348
mod_muc_log_http: HTML overhaul. Replacing deprecated elements and style-attributes.
Sun, 03 Apr 2011 22:47:06 +0100 mod_sms_clickatell: moved clickatell API ID and source number settings to component registration
Phil Stewart <phil.stewart@lichp.co.uk> [Sun, 03 Apr 2011 22:47:06 +0100] rev 347
mod_sms_clickatell: moved clickatell API ID and source number settings to component registration
Thu, 24 Mar 2011 19:49:42 +0000 mod_sms_clickatell: initial import
Phil Stewart <phil.stewart@lichp.co.uk> [Thu, 24 Mar 2011 19:49:42 +0000] rev 346
mod_sms_clickatell: initial import
Fri, 18 Mar 2011 21:26:27 +0000 mod_smacks: Merge mod_fastreconnect (resumption support), fix a number of bugs, refactor the code and add some more comments to explain process
Matthew Wild <mwild1@gmail.com> [Fri, 18 Mar 2011 21:26:27 +0000] rev 345
mod_smacks: Merge mod_fastreconnect (resumption support), fix a number of bugs, refactor the code and add some more comments to explain process
Sat, 05 Mar 2011 18:52:43 +0000 mod_muc_log_http: Fix room name encoding/decoding (for UTF-8 room names)
Joseph Wallace <JosephWallace@letu.edu> [Sat, 05 Mar 2011 18:52:43 +0000] rev 344
mod_muc_log_http: Fix room name encoding/decoding (for UTF-8 room names)
Thu, 03 Mar 2011 15:27:39 +0000 mod_muc_log_http: Fix iterator usage and indentation in loadTheme() (thanks tanget128)
Matthew Wild <mwild1@gmail.com> [Thu, 03 Mar 2011 15:27:39 +0000] rev 343
mod_muc_log_http: Fix iterator usage and indentation in loadTheme() (thanks tanget128)
Wed, 23 Feb 2011 01:36:46 +0500 mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option.
Waqas Hussain <waqas20@gmail.com> [Wed, 23 Feb 2011 01:36:46 +0500] rev 342
mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option.
Wed, 16 Feb 2011 22:04:55 +0000 mod_auth_internal_yubikey: New authentication provider for two-factor authentication with Yubikeys
Matthew Wild <mwild1@gmail.com> [Wed, 16 Feb 2011 22:04:55 +0000] rev 341
mod_auth_internal_yubikey: New authentication provider for two-factor authentication with Yubikeys
Mon, 14 Feb 2011 01:27:35 +0000 mod_auth_dovecot: Use hash of vhost as PID to pass to dovecot - the ID must be unique per process, whereas we make a connection per vhost.
Matthew Wild <mwild1@gmail.com> [Mon, 14 Feb 2011 01:27:35 +0000] rev 340
mod_auth_dovecot: Use hash of vhost as PID to pass to dovecot - the ID must be unique per process, whereas we make a connection per vhost.
Sun, 13 Feb 2011 23:30:11 +0100 mod_auth_dovecot: Add line missing from previous commit.
Kim Alvefur <zash@zash.se> [Sun, 13 Feb 2011 23:30:11 +0100] rev 339
mod_auth_dovecot: Add line missing from previous commit.
Sun, 13 Feb 2011 23:29:05 +0100 mod_auth_dovecot: One mechanism per MECH command.
Kim Alvefur <zash@zash.se> [Sun, 13 Feb 2011 23:29:05 +0100] rev 338
mod_auth_dovecot: One mechanism per MECH command.
Wed, 09 Feb 2011 21:08:31 +0500 mod_srvinjection: Fix type in variable name.
Waqas Hussain <waqas20@gmail.com> [Wed, 09 Feb 2011 21:08:31 +0500] rev 337
mod_srvinjection: Fix type in variable name.
Wed, 09 Feb 2011 16:35:53 +0500 mod_srvinjection: Add support for a wildcard host.
Waqas Hussain <waqas20@gmail.com> [Wed, 09 Feb 2011 16:35:53 +0500] rev 336
mod_srvinjection: Add support for a wildcard host.
Sun, 06 Feb 2011 05:05:49 +0100 mod_ircd: Don't allow any command until nick has been set. Split out NAMES into a command.
Kim Alvefur <zash@zash.se> [Sun, 06 Feb 2011 05:05:49 +0100] rev 335
mod_ircd: Don't allow any command until nick has been set. Split out NAMES into a command.
Fri, 04 Feb 2011 17:08:51 +0100 mod_admin_web: Add some margin so that elements don't overlap.
Florian Zeitz <florob@babelmonkeys.de> [Fri, 04 Feb 2011 17:08:51 +0100] rev 334
mod_admin_web: Add some margin so that elements don't overlap.
Thu, 03 Feb 2011 23:57:54 +0100 Merge
Kim Alvefur <zash@zash.se> [Thu, 03 Feb 2011 23:57:54 +0100] rev 333
Merge
Thu, 03 Feb 2011 22:44:02 +0100 mod_admin_web: Make dependency fetching more reliable
Florian Zeitz <florob@babelmonkeys.de> [Thu, 03 Feb 2011 22:44:02 +0100] rev 332
mod_admin_web: Make dependency fetching more reliable
Thu, 03 Feb 2011 22:22:11 +0100 mod_admin_web: Get strophe.js from tarball instead of git (Thanks darkrain)
Florian Zeitz <florob@babelmonkeys.de> [Thu, 03 Feb 2011 22:22:11 +0100] rev 331
mod_admin_web: Get strophe.js from tarball instead of git (Thanks darkrain)
Thu, 03 Feb 2011 21:54:11 +0100 mod_admin_web: Style fix. A <span/> is more appropriate here
Florian Zeitz <florob@babelmonkeys.de> [Thu, 03 Feb 2011 21:54:11 +0100] rev 330
mod_admin_web: Style fix. A <span/> is more appropriate here
Thu, 03 Feb 2011 23:57:37 +0100 mod_ircd: Add QUIT command.
Kim Alvefur <zash@zash.se> [Thu, 03 Feb 2011 23:57:37 +0100] rev 329
mod_ircd: Add QUIT command.
Thu, 03 Feb 2011 21:47:04 +0100 mod_admin_web: Fix path building
Florian Zeitz <florob@babelmonkeys.de> [Thu, 03 Feb 2011 21:47:04 +0100] rev 328
mod_admin_web: Fix path building
Thu, 03 Feb 2011 18:00:39 +0100 mod_ircd: Fix squishy file
Kim Alvefur <zash@zash.se> [Thu, 03 Feb 2011 18:00:39 +0100] rev 327
mod_ircd: Fix squishy file
Wed, 02 Feb 2011 23:52:31 +0100 mod_ircd: Partial rewrite, use verse for MUC
Kim Alvefur <zash@zash.se> [Wed, 02 Feb 2011 23:52:31 +0100] rev 326
mod_ircd: Partial rewrite, use verse for MUC
Tue, 01 Feb 2011 00:24:19 +0100 mod_pubsub_feed: Implement signature verification
Kim Alvefur <zash@zash.se> [Tue, 01 Feb 2011 00:24:19 +0100] rev 325
mod_pubsub_feed: Implement signature verification
Mon, 31 Jan 2011 23:32:25 +0100 mod_pubsub_feed: Fix verify_token checking.
Kim Alvefur <zash@zash.se> [Mon, 31 Jan 2011 23:32:25 +0100] rev 324
mod_pubsub_feed: Fix verify_token checking.
Mon, 31 Jan 2011 23:11:47 +0100 mod_pubsub_feed: Stricter verification handling. Correctly echo the hubs challenge.
Kim Alvefur <zash@zash.se> [Mon, 31 Jan 2011 23:11:47 +0100] rev 323
mod_pubsub_feed: Stricter verification handling. Correctly echo the hubs challenge.
Mon, 31 Jan 2011 03:37:16 +0100 mod_pubsub_feed: Implement PubSubHubbub subscriber
Kim Alvefur <zash@zash.se> [Mon, 31 Jan 2011 03:37:16 +0100] rev 322
mod_pubsub_feed: Implement PubSubHubbub subscriber
Thu, 27 Jan 2011 17:36:58 +0100 mod_post_msg: Add compatibility with usermanager in 0.7
Kim Alvefur <zash@zash.se> [Thu, 27 Jan 2011 17:36:58 +0100] rev 321
mod_post_msg: Add compatibility with usermanager in 0.7
Thu, 27 Jan 2011 17:30:48 +0100 mod_post_msg: Better initialization
Kim Alvefur <zash@zash.se> [Thu, 27 Jan 2011 17:30:48 +0100] rev 320
mod_post_msg: Better initialization
Fri, 21 Jan 2011 04:10:40 +0100 mod_admin_web: Make module global. Host to administrate is now chooseable
Florian Zeitz <florob@babelmonkeys.de> [Fri, 21 Jan 2011 04:10:40 +0100] rev 319
mod_admin_web: Make module global. Host to administrate is now chooseable
Wed, 19 Jan 2011 20:18:38 +0100 mod_data_access: New plugin providing a HTTP interface to Prosodys datamanager
Kim Alvefur <zash@zash.se> [Wed, 19 Jan 2011 20:18:38 +0100] rev 318
mod_data_access: New plugin providing a HTTP interface to Prosodys datamanager
Fri, 14 Jan 2011 01:54:39 +0100 mod_admin_web: Get rid of the mod_pubsub dependency
Florian Zeitz <florob@babelmonkeys.de> [Fri, 14 Jan 2011 01:54:39 +0100] rev 317
mod_admin_web: Get rid of the mod_pubsub dependency
Tue, 11 Jan 2011 18:13:23 +0500 mod_remote_roster: Let component set roster item subscription.
Waqas Hussain <waqas20@gmail.com> [Tue, 11 Jan 2011 18:13:23 +0500] rev 316
mod_remote_roster: Let component set roster item subscription.
Mon, 10 Jan 2011 17:20:34 +0500 mod_remote_roster: Implement section 2.5 of <http://jkaluza.fedorapeople.org/remote-roster.html>.
Waqas Hussain <waqas20@gmail.com> [Mon, 10 Jan 2011 17:20:34 +0500] rev 315
mod_remote_roster: Implement section 2.5 of <http://jkaluza.fedorapeople.org/remote-roster.html>.
Mon, 10 Jan 2011 16:35:43 +0500 mod_remote_roster: Initial commit. Implements 2.2, 2.3 of <http://jkaluza.fedorapeople.org/remote-roster.html>.
Waqas Hussain <waqas20@gmail.com> [Mon, 10 Jan 2011 16:35:43 +0500] rev 314
mod_remote_roster: Initial commit. Implements 2.2, 2.3 of <http://jkaluza.fedorapeople.org/remote-roster.html>.
Sat, 08 Jan 2011 18:16:14 +0000 mod_reload_modules: Module to, erm, reload modules, on SIGHUP/config reload
Matthew Wild <mwild1@gmail.com> [Sat, 08 Jan 2011 18:16:14 +0000] rev 313
mod_reload_modules: Module to, erm, reload modules, on SIGHUP/config reload
Sat, 08 Jan 2011 17:57:03 +0000 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.
Matthew Wild <mwild1@gmail.com> [Sat, 08 Jan 2011 17:57:03 +0000] rev 312
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.
Sat, 08 Jan 2011 17:08:20 +0000 mod_auth_dovecot: Only check Dovecot major version. Bump log level from 'warn' to 'error'. (thanks Adrien Clerc)
Matthew Wild <mwild1@gmail.com> [Sat, 08 Jan 2011 17:08:20 +0000] rev 311
mod_auth_dovecot: Only check Dovecot major version. Bump log level from 'warn' to 'error'. (thanks Adrien Clerc)
Sat, 08 Jan 2011 16:54:33 +0000 mod_auth_dovecot: Switch to using upvalue 'conn' instead of provider.c throughout (thanks Adrien Clerc)
Matthew Wild <mwild1@gmail.com> [Sat, 08 Jan 2011 16:54:33 +0000] rev 310
mod_auth_dovecot: Switch to using upvalue 'conn' instead of provider.c throughout (thanks Adrien Clerc)
Thu, 06 Jan 2011 23:41:45 +0100 mod_admin_web: Handle paths without trailing slash
Florian Zeitz <florob@babelmonkeys.de> [Thu, 06 Jan 2011 23:41:45 +0100] rev 309
mod_admin_web: Handle paths without trailing slash
Thu, 06 Jan 2011 21:29:15 +0100 mod_admin_web: Add missing argument
Florian Zeitz <florob@babelmonkeys.de> [Thu, 06 Jan 2011 21:29:15 +0100] rev 308
mod_admin_web: Add missing argument
Mon, 27 Dec 2010 21:50:51 +0100 mod_admin_web: Specify only directory as bosh service, so it (normally) doesn't need changing (Thanks Zash)
Florian Zeitz <florob@babelmonkeys.de> [Mon, 27 Dec 2010 21:50:51 +0100] rev 307
mod_admin_web: Specify only directory as bosh service, so it (normally) doesn't need changing (Thanks Zash)
Mon, 27 Dec 2010 21:34:41 +0100 mod_admin_web: Show whether connection is encrypted/compressed
Florian Zeitz <florob@babelmonkeys.de> [Mon, 27 Dec 2010 21:34:41 +0100] rev 306
mod_admin_web: Show whether connection is encrypted/compressed
Mon, 27 Dec 2010 20:15:21 +0500 mod_auth_*, mod_saslauth_muc: Update SASL callbacks to take SASL handler as first argument.
Waqas Hussain <waqas20@gmail.com> [Mon, 27 Dec 2010 20:15:21 +0500] rev 305
mod_auth_*, mod_saslauth_muc: Update SASL callbacks to take SASL handler as first argument.
Mon, 27 Dec 2010 15:07:16 +0000 mod_admin_web: Fix initialisation code, undeclared variable and wrong event scope
Matthew Wild <mwild1@gmail.com> [Mon, 27 Dec 2010 15:07:16 +0000] rev 304
mod_admin_web: Fix initialisation code, undeclared variable and wrong event scope
Mon, 27 Dec 2010 04:24:44 +0000 mod_admin_web: Move pubsub service initialisation into a server-started handler, in case we get loaded before the service
Matthew Wild <mwild1@gmail.com> [Mon, 27 Dec 2010 04:24:44 +0000] rev 303
mod_admin_web: Move pubsub service initialisation into a server-started handler, in case we get loaded before the service
Mon, 27 Dec 2010 04:24:34 +0100 mod_admin_web: Don't delete the menu
Florian Zeitz <florob@babelmonkeys.de> [Mon, 27 Dec 2010 04:24:34 +0100] rev 302
mod_admin_web: Don't delete the menu
Mon, 27 Dec 2010 04:19:41 +0100 mod_admin_web: Add a live view for C2S connections
Florian Zeitz <florob@babelmonkeys.de> [Mon, 27 Dec 2010 04:19:41 +0100] rev 301
mod_admin_web: Add a live view for C2S connections
Sun, 26 Dec 2010 19:05:39 +0100 mod_pubsub_feed: Catch and handle errors when publishing
Kim Alvefur <zash@zash.se> [Sun, 26 Dec 2010 19:05:39 +0100] rev 300
mod_pubsub_feed: Catch and handle errors when publishing
Sun, 26 Dec 2010 18:59:13 +0100 mod_pubsub_feed: Fix detection of updated posts
Kim Alvefur <zash@zash.se> [Sun, 26 Dec 2010 18:59:13 +0100] rev 299
mod_pubsub_feed: Fix detection of updated posts
Sun, 26 Dec 2010 02:23:16 +0100 mod_admin_web: XHTML fix
Florian Zeitz <florob@babelmonkeys.de> [Sun, 26 Dec 2010 02:23:16 +0100] rev 298
mod_admin_web: XHTML fix
Sun, 26 Dec 2010 02:20:25 +0100 mod_admin_web: Add support for calling adhoc commands
Florian Zeitz <florob@babelmonkeys.de> [Sun, 26 Dec 2010 02:20:25 +0100] rev 297
mod_admin_web: Add support for calling adhoc commands
Fri, 24 Dec 2010 02:00:50 +0100 mod_admin_web: Change page title
Florian Zeitz <florob@babelmonkeys.de> [Fri, 24 Dec 2010 02:00:50 +0100] rev 296
mod_admin_web: Change page title
Fri, 24 Dec 2010 01:59:28 +0100 mod_admin_web: Only create the node once when loading onto multiple hosts
Florian Zeitz <florob@babelmonkeys.de> [Fri, 24 Dec 2010 01:59:28 +0100] rev 295
mod_admin_web: Only create the node once when loading onto multiple hosts
Thu, 23 Dec 2010 22:40:58 +0100 mod_admin_web: Prepare for adding more features
Florian Zeitz <florob@babelmonkeys.de> [Thu, 23 Dec 2010 22:40:58 +0100] rev 294
mod_admin_web: Prepare for adding more features
Thu, 23 Dec 2010 20:48:24 +0000 mod_auth_ldap: Convert to real line endings
Matthew Wild <mwild1@gmail.com> [Thu, 23 Dec 2010 20:48:24 +0000] rev 293
mod_auth_ldap: Convert to real line endings
Thu, 23 Dec 2010 21:16:31 +0100 mod_adhoc_web: Put pubsubHost into js from lua. Compat with util.pubsub changes
Florian Zeitz <florob@babelmonkeys.de> [Thu, 23 Dec 2010 21:16:31 +0100] rev 292
mod_adhoc_web: Put pubsubHost into js from lua. Compat with util.pubsub changes
Thu, 23 Dec 2010 20:00:34 +0100 mod_admin_web: replace get_deps.lua with a (working) get_deps.sh
Florian Zeitz <florob@babelmonkeys.de> [Thu, 23 Dec 2010 20:00:34 +0100] rev 291
mod_admin_web: replace get_deps.lua with a (working) get_deps.sh
Wed, 22 Dec 2010 20:24:20 +0000 mod_group_bookmarks: Always ensure bookmarks are injected, even if the user has no bookmarks already stored
Matthew Wild <mwild1@gmail.com> [Wed, 22 Dec 2010 20:24:20 +0000] rev 290
mod_group_bookmarks: Always ensure bookmarks are injected, even if the user has no bookmarks already stored
Mon, 20 Dec 2010 16:24:13 +0000 mod_group_bookmarks: Module to inject room bookmarks to user private XML stores
Matthew Wild <mwild1@gmail.com> [Mon, 20 Dec 2010 16:24:13 +0000] rev 289
mod_group_bookmarks: Module to inject room bookmarks to user private XML stores
Fri, 17 Dec 2010 03:34:53 +0100 mod_admin_web: Initial PoC commit
Florian Zeitz <florob@babelmonkeys.de> [Fri, 17 Dec 2010 03:34:53 +0100] rev 288
mod_admin_web: Initial PoC commit
Tue, 14 Dec 2010 00:03:24 +0500 mod_saslauth_muc: Improved timer handling.
Waqas Hussain <waqas20@gmail.com> [Tue, 14 Dec 2010 00:03:24 +0500] rev 287
mod_saslauth_muc: Improved timer handling.
Tue, 14 Dec 2010 00:02:10 +0500 mod_auth_ldap: Removed an invalid argument to a function.
Waqas Hussain <waqas20@gmail.com> [Tue, 14 Dec 2010 00:02:10 +0500] rev 286
mod_auth_ldap: Removed an invalid argument to a function.
Wed, 08 Dec 2010 19:01:13 +0100 mod_muc_intercom: Add a delay to the forwarded message.
Kim Alvefur <zash@zash.se> [Wed, 08 Dec 2010 19:01:13 +0100] rev 285
mod_muc_intercom: Add a delay to the forwarded message.
Thu, 02 Dec 2010 17:22:34 +0500 mod_saslauth_muc: Initial commit. Implements SASL auth for MUC rooms <http://xmpp.org/extensions/inbox/remote-auth.html>.
Waqas Hussain <waqas20@gmail.com> [Thu, 02 Dec 2010 17:22:34 +0500] rev 284
mod_saslauth_muc: Initial commit. Implements SASL auth for MUC rooms <http://xmpp.org/extensions/inbox/remote-auth.html>.
Thu, 02 Dec 2010 16:23:45 +0500 mod_tcpproxy: Give stanza handlers a negative priority, to allow mod_iq to process them first.
Waqas Hussain <waqas20@gmail.com> [Thu, 02 Dec 2010 16:23:45 +0500] rev 283
mod_tcpproxy: Give stanza handlers a negative priority, to allow mod_iq to process them first.
Thu, 02 Dec 2010 16:23:22 +0500 mod_ircd: Give stanza handlers a negative priority, to allow mod_iq to process them first.
Waqas Hussain <waqas20@gmail.com> [Thu, 02 Dec 2010 16:23:22 +0500] rev 282
mod_ircd: Give stanza handlers a negative priority, to allow mod_iq to process them first.
Mon, 29 Nov 2010 17:58:42 +0000 mod_extdisco: XEP-0215: External Service Discovery
Matthew Wild <mwild1@gmail.com> [Mon, 29 Nov 2010 17:58:42 +0000] rev 281
mod_extdisco: XEP-0215: External Service Discovery
Sat, 27 Nov 2010 21:26:23 +0100 mod_muc_intercom: Increase priority.
Kim Alvefur <zash@zash.se> [Sat, 27 Nov 2010 21:26:23 +0100] rev 280
mod_muc_intercom: Increase priority.
Sat, 27 Nov 2010 20:44:22 +0100 mod_pubsub_feed: Wrap entry in a item element.
Kim Alvefur <zash@zash.se> [Sat, 27 Nov 2010 20:44:22 +0100] rev 279
mod_pubsub_feed: Wrap entry in a item element.
Sat, 27 Nov 2010 04:14:53 +0100 mod_pubsub_feed: Fetches Atom feeds and publishes to PubSub
Kim Alvefur <zash@zash.se> [Sat, 27 Nov 2010 04:14:53 +0100] rev 278
mod_pubsub_feed: Fetches Atom feeds and publishes to PubSub
Wed, 10 Nov 2010 21:19:34 +0500 mod_tcpproxy: Updated to use events instead of componentmanager.
Waqas Hussain <waqas20@gmail.com> [Wed, 10 Nov 2010 21:19:34 +0500] rev 277
mod_tcpproxy: Updated to use events instead of componentmanager.
Wed, 10 Nov 2010 21:18:21 +0500 mod_ircd: Updated to use events instead of componentmanager.
Waqas Hussain <waqas20@gmail.com> [Wed, 10 Nov 2010 21:18:21 +0500] rev 276
mod_ircd: Updated to use events instead of componentmanager.
Sun, 07 Nov 2010 16:03:00 +0000 Merge with Zash
Matthew Wild <mwild1@gmail.com> [Sun, 07 Nov 2010 16:03:00 +0000] rev 275
Merge with Zash
Sun, 31 Oct 2010 00:27:56 +0200 mod_auth_dovecot: Implement user_exists
Javier Torres <javitonino@gmail.com> [Sun, 31 Oct 2010 00:27:56 +0200] rev 274
mod_auth_dovecot: Implement user_exists
Sun, 31 Oct 2010 00:27:17 +0200 mod_auth_dovecot: More debug messages
Javier Torres <javitonino@gmail.com> [Sun, 31 Oct 2010 00:27:17 +0200] rev 273
mod_auth_dovecot: More debug messages
Sat, 30 Oct 2010 23:39:40 +0200 mod_auth_dovecot: Use sequential (instead of fixed) id for messages
Javier Torres <javitonino@gmail.com> [Sat, 30 Oct 2010 23:39:40 +0200] rev 272
mod_auth_dovecot: Use sequential (instead of fixed) id for messages
Sat, 30 Oct 2010 23:39:22 +0200 mod_auth_dovecot: Load dovecot socket path form config
Javier Torres <javitonino@gmail.com> [Sat, 30 Oct 2010 23:39:22 +0200] rev 271
mod_auth_dovecot: Load dovecot socket path form config
Sat, 30 Oct 2010 23:39:06 +0200 mod_auth_dovecot: Use correct module name for logger
Javier Torres <javitonino@gmail.com> [Sat, 30 Oct 2010 23:39:06 +0200] rev 270
mod_auth_dovecot: Use correct module name for logger
Sat, 30 Oct 2010 23:38:52 +0200 mod_auth_dovecot: Close socket on error
Javier Torres <javitonino@gmail.com> [Sat, 30 Oct 2010 23:38:52 +0200] rev 269
mod_auth_dovecot: Close socket on error
Sat, 30 Oct 2010 23:38:39 +0200 mod_auth_dovecot: Remove asserts (use logger) and refactor socket code
Javier Torres <javitonino@gmail.com> [Sat, 30 Oct 2010 23:38:39 +0200] rev 268
mod_auth_dovecot: Remove asserts (use logger) and refactor socket code
Sat, 30 Oct 2010 23:38:19 +0200 mod_auth_dovecot: Use PID in handshake
Javier Torres <javitonino@gmail.com> [Sat, 30 Oct 2010 23:38:19 +0200] rev 267
mod_auth_dovecot: Use PID in handshake
Sun, 07 Nov 2010 16:58:13 +0100 mod_seclabels: Advertise features in account disco#info, fixes interop with Swift
Kim Alvefur <zash@zash.se> [Sun, 07 Nov 2010 16:58:13 +0100] rev 266
mod_seclabels: Advertise features in account disco#info, fixes interop with Swift
Sat, 16 Oct 2010 08:09:48 +0500 mod_muc_log_http: Updated to use the new events API.
Waqas Hussain <waqas20@gmail.com> [Sat, 16 Oct 2010 08:09:48 +0500] rev 265
mod_muc_log_http: Updated to use the new events API.
Sat, 16 Oct 2010 08:07:52 +0500 mod_muc_log_http: Mark as global.
Waqas Hussain <waqas20@gmail.com> [Sat, 16 Oct 2010 08:07:52 +0500] rev 264
mod_muc_log_http: Mark as global.
Sat, 16 Oct 2010 07:49:30 +0500 mod_smacks: Fixed to use the correct events API.
Waqas Hussain <waqas20@gmail.com> [Sat, 16 Oct 2010 07:49:30 +0500] rev 263
mod_smacks: Fixed to use the correct events API.
Sat, 16 Oct 2010 06:23:16 +0500 mod_blocking: Updated to use the new events API.
Waqas Hussain <waqas20@gmail.com> [Sat, 16 Oct 2010 06:23:16 +0500] rev 262
mod_blocking: Updated to use the new events API.
Sun, 10 Oct 2010 21:43:50 +0100 mod_auth_dovecot: Initial commit of Dovecot authentication backend by Javier Torres
Matthew Wild <mwild1@gmail.com> [Sun, 10 Oct 2010 21:43:50 +0100] rev 261
mod_auth_dovecot: Initial commit of Dovecot authentication backend by Javier Torres
Sun, 10 Oct 2010 21:37:44 +0100 Merge Zash->trunk
Matthew Wild <mwild1@gmail.com> [Sun, 10 Oct 2010 21:37:44 +0100] rev 260
Merge Zash->trunk
(0) -120 +120 +1000 +3000 tip