Mon, 05 Dec 2011 21:34:59 +0000 mod_ircd: "finish" previous commit.
Marco Cirillo <maranda@lightwitch.org> [Mon, 05 Dec 2011 21:34:59 +0000] rev 499
mod_ircd: "finish" previous commit.
Mon, 05 Dec 2011 21:31:03 +0000 mod_ircd: remove some duped code.
Marco Cirillo <maranda@lightwitch.org> [Mon, 05 Dec 2011 21:31:03 +0000] rev 498
mod_ircd: remove some duped code.
Mon, 05 Dec 2011 21:11:40 +0000 mod_ircd: added USERHOST command.
Marco Cirillo <maranda@lightwitch.org> [Mon, 05 Dec 2011 21:11:40 +0000] rev 497
mod_ircd: added USERHOST command.
Mon, 05 Dec 2011 05:00:28 +0000 mod_ircd: added channel modes' prefix declaration as some irc clients parse those to detect which mapping to use.
Marco Cirillo <maranda@lightwitch.org> [Mon, 05 Dec 2011 05:00:28 +0000] rev 496
mod_ircd: added channel modes' prefix declaration as some irc clients parse those to detect which mapping to use.
Mon, 05 Dec 2011 04:08:11 +0000 mod_ircd: added USERHOST placeholder.
Marco Cirillo <maranda@lightwitch.org> [Mon, 05 Dec 2011 04:08:11 +0000] rev 495
mod_ircd: added USERHOST placeholder.
Sun, 04 Dec 2011 15:57:01 +0000 mod_host_guard: minor fix.
Marco Cirillo <maranda@lightwitch.org> [Sun, 04 Dec 2011 15:57:01 +0000] rev 494
mod_host_guard: minor fix.
Sun, 04 Dec 2011 15:47:24 +0000 mod_host_guard: renamed mod_component_guard to mod_host_guard, as it really works with all hosts, finally decided to wiki it out and not merge it with the s2s_blackwhitelisting module.
Marco Cirillo <maranda@lightwitch.org> [Sun, 04 Dec 2011 15:47:24 +0000] rev 493
mod_host_guard: renamed mod_component_guard to mod_host_guard, as it really works with all hosts, finally decided to wiki it out and not merge it with the s2s_blackwhitelisting module.
Sat, 03 Dec 2011 15:29:00 +0000 mod_roster_command: Fix traceback and log error message when loaded into Prosody (thanks epaulin)
Matthew Wild <mwild1@gmail.com> [Sat, 03 Dec 2011 15:29:00 +0000] rev 492
mod_roster_command: Fix traceback and log error message when loaded into Prosody (thanks epaulin)
Fri, 02 Dec 2011 20:53:09 +0000 mod_ircd: Fixed nick change logic (thanks mva), so that the self nick-change "flag" is removed properly, improved the logic to use verse's room_mt:change_nick (thanks Zash) yet to be pushed into main, added squished verse with the meta method included.
Marco Cirillo <maranda@lightwitch.org> [Fri, 02 Dec 2011 20:53:09 +0000] rev 491
mod_ircd: Fixed nick change logic (thanks mva), so that the self nick-change "flag" is removed properly, improved the logic to use verse's room_mt:change_nick (thanks Zash) yet to be pushed into main, added squished verse with the meta method included.
Fri, 02 Dec 2011 04:41:31 +0000 mod_ircd: "yatc" (yet another typo correction)
Marco Cirillo <maranda@lightwitch.org> [Fri, 02 Dec 2011 04:41:31 +0000] rev 490
mod_ircd: "yatc" (yet another typo correction)
Fri, 02 Dec 2011 04:29:06 +0000 mod_ircd: minor typo clean up.
Marco Cirillo <maranda@lightwitch.org> [Fri, 02 Dec 2011 04:29:06 +0000] rev 489
mod_ircd: minor typo clean up.
Fri, 02 Dec 2011 04:24:16 +0000 mod_ircd: corrected an issue within the nick change logic, and improved it by implementing the USER command.
Marco Cirillo <maranda@lightwitch.org> [Fri, 02 Dec 2011 04:24:16 +0000] rev 488
mod_ircd: corrected an issue within the nick change logic, and improved it by implementing the USER command.
Fri, 02 Dec 2011 01:03:06 +0000 mod_ircd: code cleanup, added full logic for changing nicks (locally it works no traces), removed many comment lines (there was an over abundance of 'em they're in the .old_annotate file)
Marco Cirillo <maranda@lightwitch.org> [Fri, 02 Dec 2011 01:03:06 +0000] rev 487
mod_ircd: code cleanup, added full logic for changing nicks (locally it works no traces), removed many comment lines (there was an over abundance of 'em they're in the .old_annotate file)
Mon, 28 Nov 2011 18:14:22 +0100 mod_data_access: Implement PUT and POST.
Kim Alvefur <zash@zash.se> [Mon, 28 Nov 2011 18:14:22 +0100] rev 486
mod_data_access: Implement PUT and POST.
Mon, 28 Nov 2011 16:27:41 +0000 mod_ircd: removed role check.
Marco Cirillo <maranda@lightwitch.org> [Mon, 28 Nov 2011 16:27:41 +0000] rev 485
mod_ircd: removed role check.
Mon, 28 Nov 2011 16:07:17 +0000 mod_ircd: added role check for who sets the topic, to make sure that who sets the topic is actually a moderator.
Marco Cirillo <maranda@lightwitch.org> [Mon, 28 Nov 2011 16:07:17 +0000] rev 484
mod_ircd: added role check for who sets the topic, to make sure that who sets the topic is actually a moderator.
Mon, 28 Nov 2011 15:28:10 +0000 mod_ircd: added listener port configuration, added utf8 checks to TOPIC, added check so that module wonn't get loaded if conference_server is unset.
Marco Cirillo <maranda@lightwitch.org> [Mon, 28 Nov 2011 15:28:10 +0000] rev 483
mod_ircd: added listener port configuration, added utf8 checks to TOPIC, added check so that module wonn't get loaded if conference_server is unset.
Mon, 28 Nov 2011 15:07:20 +0000 mod_ircd: hacked around it to make it "work" again, topics should be operational once again.
Marco Cirillo <maranda@lightwitch.org> [Mon, 28 Nov 2011 15:07:20 +0000] rev 482
mod_ircd: hacked around it to make it "work" again, topics should be operational once again.
Mon, 28 Nov 2011 14:00:37 +0000 mod_ircd: squishy: Search for installed verse by default, but support --use-http or --verse=path to fetch Verse from HTTP or filesystem.
Matthew Wild <mwild1@gmail.com> [Mon, 28 Nov 2011 14:00:37 +0000] rev 481
mod_ircd: squishy: Search for installed verse by default, but support --use-http or --verse=path to fetch Verse from HTTP or filesystem.
Sat, 26 Nov 2011 09:06:04 +0100 mod_carbons: Consolidate message handlers
Kim Alvefur <zash@zash.se> [Sat, 26 Nov 2011 09:06:04 +0100] rev 480
mod_carbons: Consolidate message handlers
Fri, 25 Nov 2011 11:03:04 +0100 mod_default_bookmarks: Serve a list of default bookmarks if the user has nil.
Kim Alvefur <zash@zash.se> [Fri, 25 Nov 2011 11:03:04 +0100] rev 479
mod_default_bookmarks: Serve a list of default bookmarks if the user has nil.
Sat, 19 Nov 2011 22:39:02 +0000 mod_smacks: Don't destroy a session that binds the same resource as a hibernating smacks session (thanks xnyhps for tracking down the problem, though I've used a different fix)
Matthew Wild <mwild1@gmail.com> [Sat, 19 Nov 2011 22:39:02 +0000] rev 478
mod_smacks: Don't destroy a session that binds the same resource as a hibernating smacks session (thanks xnyhps for tracking down the problem, though I've used a different fix)
Thu, 17 Nov 2011 20:26:49 +0500 mod_archive_muc: A little refactoring to improve code search.
Waqas Hussain <waqas20@gmail.com> [Thu, 17 Nov 2011 20:26:49 +0500] rev 477
mod_archive_muc: A little refactoring to improve code search.
Thu, 17 Nov 2011 20:24:46 +0500 mod_archive_muc: Fixed a nil global access.
Waqas Hussain <waqas20@gmail.com> [Thu, 17 Nov 2011 20:24:46 +0500] rev 476
mod_archive_muc: Fixed a nil global access.
Thu, 10 Nov 2011 11:45:32 +0100 mod_pubsub_feed: Dynamicaly reloadable config.
Kim Alvefur <zash@zash.se> [Thu, 10 Nov 2011 11:45:32 +0100] rev 475
mod_pubsub_feed: Dynamicaly reloadable config.
Thu, 10 Nov 2011 11:24:31 +0100 mod_auth_dovecot: Replace with SASL proxying version.
Kim Alvefur <zash@zash.se> [Thu, 10 Nov 2011 11:24:31 +0100] rev 474
mod_auth_dovecot: Replace with SASL proxying version.
Wed, 02 Nov 2011 00:25:28 +0000 mod_ircd: fixed aff/roles last data table cleaning code.
Marco Cirillo <maranda@lightwitch.org> [Wed, 02 Nov 2011 00:25:28 +0000] rev 473
mod_ircd: fixed aff/roles last data table cleaning code.
Wed, 02 Nov 2011 00:03:59 +0000 mod_ircd: Toxic MattJ's artifact removed.
Marco Cirillo <maranda@lightwitch.org> [Wed, 02 Nov 2011 00:03:59 +0000] rev 472
mod_ircd: Toxic MattJ's artifact removed.
Tue, 01 Nov 2011 23:56:56 +0000 mod_ircd: adjusted quirk in the banner I missed.
Marco Cirillo <maranda@lightwitch.org> [Tue, 01 Nov 2011 23:56:56 +0000] rev 471
mod_ircd: adjusted quirk in the banner I missed.
Tue, 01 Nov 2011 23:41:02 +0000 mod_ircd: merged in various changes including -- code to propagate aff/role changes as modes, topic hooks/command, scarecrow motd banner, default port.
Marco Cirillo <maranda@lightwitch.org> [Tue, 01 Nov 2011 23:41:02 +0000] rev 470
mod_ircd: merged in various changes including -- code to propagate aff/role changes as modes, topic hooks/command, scarecrow motd banner, default port.
Tue, 01 Nov 2011 19:46:07 +0100 mod_ircd: ignore JOIN without channel
Kim Alvefur <zash@zash.se> [Tue, 01 Nov 2011 19:46:07 +0100] rev 469
mod_ircd: ignore JOIN without channel
Tue, 01 Nov 2011 19:18:30 +0100 mod_ircd: Scrub invalid UTF-8 sequences, welcome message
Kim Alvefur <zash@zash.se> [Tue, 01 Nov 2011 19:18:30 +0100] rev 468
mod_ircd: Scrub invalid UTF-8 sequences, welcome message
Tue, 01 Nov 2011 18:09:46 +0100 Merge
Kim Alvefur <zash@zash.se> [Tue, 01 Nov 2011 18:09:46 +0100] rev 467
Merge
Tue, 01 Nov 2011 18:08:15 +0100 mod_ircd: Proper line parsing and generating. Fix PMs
Kim Alvefur <zash@zash.se> [Tue, 01 Nov 2011 18:08:15 +0100] rev 466
mod_ircd: Proper line parsing and generating. Fix PMs
Tue, 01 Nov 2011 13:52:29 +0100 mod_ircd: Better nameing, squishy.
Kim Alvefur <zash@zash.se> [Tue, 01 Nov 2011 13:52:29 +0100] rev 465
mod_ircd: Better nameing, squishy.
Tue, 01 Nov 2011 14:39:06 +0000 mod_ircd: WiP trash removed.
Marco Cirillo <maranda@lightwitch.org> [Tue, 01 Nov 2011 14:39:06 +0000] rev 464
mod_ircd: WiP trash removed.
Sun, 30 Oct 2011 01:41:33 +0200 mod_carbons: Fix top_resources loop and correctly stamp sent messages (thanks xnyhps)
Kim Alvefur <zash@zash.se> [Sun, 30 Oct 2011 01:41:33 +0200] rev 463
mod_carbons: Fix top_resources loop and correctly stamp sent messages (thanks xnyhps)
Sat, 29 Oct 2011 19:59:48 +0200 mod_carbons: Initial commit.
Kim Alvefur <zash@zash.se> [Sat, 29 Oct 2011 19:59:48 +0200] rev 462
mod_carbons: Initial commit.
Sat, 29 Oct 2011 13:34:15 +0200 Revert various changes accidentally included in previous commit
Kim Alvefur <zash@zash.se> [Sat, 29 Oct 2011 13:34:15 +0200] rev 461
Revert various changes accidentally included in previous commit
Mon, 24 Oct 2011 00:20:51 +0000 mod_component_guard: made module global, refactored init.
Marco Cirillo <maranda@lightwitch.org> [Mon, 24 Oct 2011 00:20:51 +0000] rev 460
mod_component_guard: made module global, refactored init.
Sun, 23 Oct 2011 23:30:36 +0000 mod_component_guard: added default empty table entries for config options (is it even valid for true sets?)
Marco Cirillo <maranda@lightwitch.org> [Sun, 23 Oct 2011 23:30:36 +0000] rev 459
mod_component_guard: added default empty table entries for config options (is it even valid for true sets?)
Sat, 22 Oct 2011 22:11:53 +0000 mod_component_guard: refactored init code, added reloading logic to prevent events pollution with stale dupes.
Marco Cirillo <maranda@lightwitch.org> [Sat, 22 Oct 2011 22:11:53 +0000] rev 458
mod_component_guard: refactored init code, added reloading logic to prevent events pollution with stale dupes.
Sat, 22 Oct 2011 19:30:43 +0000 mod_component_guard: missing hook priority.
Marco Cirillo <maranda@lightwitch.org> [Sat, 22 Oct 2011 19:30:43 +0000] rev 457
mod_component_guard: missing hook priority.
Sat, 22 Oct 2011 17:34:14 +0000 mod_component_guard: initial commit.
Marco Cirillo <maranda@lightwitch.org> [Sat, 22 Oct 2011 17:34:14 +0000] rev 456
mod_component_guard: initial commit.
Sat, 15 Oct 2011 13:43:37 +0200 mod_default_vcard: Sets initial vCard from data enterd on registration
Kim Alvefur <zash@zash.se> [Sat, 15 Oct 2011 13:43:37 +0200] rev 455
mod_default_vcard: Sets initial vCard from data enterd on registration
Tue, 11 Oct 2011 01:42:31 +0100 mod_pastebin: Preserve pastes through a reload
Matthew Wild <mwild1@gmail.com> [Tue, 11 Oct 2011 01:42:31 +0100] rev 454
mod_pastebin: Preserve pastes through a reload
Tue, 11 Oct 2011 01:41:22 +0100 mod_roster_command: Manage rosters through prosodyctl
Matthew Wild <mwild1@gmail.com> [Tue, 11 Oct 2011 01:41:22 +0100] rev 453
mod_roster_command: Manage rosters through prosodyctl
Mon, 10 Oct 2011 20:14:30 +0200 mod_seclabels: Support orderd items
Kim Alvefur <zash@zash.se> [Mon, 10 Oct 2011 20:14:30 +0200] rev 452
mod_seclabels: Support orderd items
Wed, 05 Oct 2011 23:54:33 +0200 mod_seclabels: Fix config reloading
Kim Alvefur <zash@zash.se> [Wed, 05 Oct 2011 23:54:33 +0200] rev 451
mod_seclabels: Fix config reloading
Wed, 05 Oct 2011 21:03:51 +0200 mod_seclabels: Update to latest catalog schema, while keeping compatibility with the old one.
Kim Alvefur <zash@zash.se> [Wed, 05 Oct 2011 21:03:51 +0200] rev 450
mod_seclabels: Update to latest catalog schema, while keeping compatibility with the old one.
Wed, 05 Oct 2011 21:00:12 +0200 mod_seclabels: Fetch catalog from config.
Kim Alvefur <zash@zash.se> [Wed, 05 Oct 2011 21:00:12 +0200] rev 449
mod_seclabels: Fetch catalog from config.
Mon, 26 Sep 2011 02:18:21 +0000 mod_ircd: added patched plugin file.
Marco Cirillo <maranda@lightwitch.org> [Mon, 26 Sep 2011 02:18:21 +0000] rev 448
mod_ircd: added patched plugin file.
Mon, 26 Sep 2011 01:42:18 +0000 mod_ircd: few patches from both Zash and myself to make it work again.
Marco Cirillo <maranda@lightwitch.org> [Mon, 26 Sep 2011 01:42:18 +0000] rev 447
mod_ircd: few patches from both Zash and myself to make it work again.
Fri, 23 Sep 2011 21:15:24 +0100 mod_pastebin: Some experimental summary changes
Matthew Wild <mwild1@gmail.com> [Fri, 23 Sep 2011 21:15:24 +0100] rev 446
mod_pastebin: Some experimental summary changes
Fri, 23 Sep 2011 20:08:30 +0100 mod_pastebin: Update to use module:get_option()
Matthew Wild <mwild1@gmail.com> [Fri, 23 Sep 2011 20:08:30 +0100] rev 445
mod_pastebin: Update to use module:get_option()
Fri, 23 Sep 2011 20:03:22 +0100 mod_pastebin: Support for changing the summary length (pastebin_summary_length), and including it even in the plaintext version of the generated message
Matthew Wild <mwild1@gmail.com> [Fri, 23 Sep 2011 20:03:22 +0100] rev 444
mod_pastebin: Support for changing the summary length (pastebin_summary_length), and including it even in the plaintext version of the generated message
Thu, 22 Sep 2011 17:13:32 +0000 mod_register_redirect: update authors info.
Marco Cirillo <maranda@lightwitch.org> [Thu, 22 Sep 2011 17:13:32 +0000] rev 443
mod_register_redirect: update authors info.
Thu, 22 Sep 2011 16:04:38 +0000 mod_register_redirect: few mistake fixes to make it work.
Marco Cirillo <maranda@lightwitch.org> [Thu, 22 Sep 2011 16:04:38 +0000] rev 442
mod_register_redirect: few mistake fixes to make it work.
Thu, 22 Sep 2011 15:12:55 +0000 mod_register_redirect: removed invalid character from code (why you do these things dear term...?)
Marco Cirillo <maranda@lightwitch.org> [Thu, 22 Sep 2011 15:12:55 +0000] rev 441
mod_register_redirect: removed invalid character from code (why you do these things dear term...?)
Thu, 22 Sep 2011 15:03:51 +0000 mod_register_redirect: initial commit.
Marco Cirillo <maranda@lightwitch.org> [Thu, 22 Sep 2011 15:03:51 +0000] rev 440
mod_register_redirect: initial commit.
Thu, 22 Sep 2011 15:00:39 +0000 mod_register_redirect: renamed mod_register_url, and added options to allow more customization.
Marco Cirillo <maranda@lightwitch.org> [Thu, 22 Sep 2011 15:00:39 +0000] rev 439
mod_register_redirect: renamed mod_register_url, and added options to allow more customization.
Thu, 22 Sep 2011 12:47:33 +0100 mod_pastebin: Add option 'pastebin_private_messages', defaults to false for components and true for other hosts (thanks Kelden/Maranda)
Matthew Wild <mwild1@gmail.com> [Thu, 22 Sep 2011 12:47:33 +0100] rev 438
mod_pastebin: Add option 'pastebin_private_messages', defaults to false for components and true for other hosts (thanks Kelden/Maranda)
Tue, 20 Sep 2011 23:31:43 +0000 mod_stanza_counter: missing end.
Marco Cirillo <maranda@lightwitch.org> [Tue, 20 Sep 2011 23:31:43 +0000] rev 437
mod_stanza_counter: missing end.
Tue, 20 Sep 2011 23:16:32 +0000 mod_stanza_counter: splitted plugin :/
Marco Cirillo <maranda@lightwitch.org> [Tue, 20 Sep 2011 23:16:32 +0000] rev 436
mod_stanza_counter: splitted plugin :/
Tue, 20 Sep 2011 22:42:03 +0000 mod_stanza_counter: "*" doesn't handle stanzas.
Marco Cirillo <maranda@lightwitch.org> [Tue, 20 Sep 2011 22:42:03 +0000] rev 435
mod_stanza_counter: "*" doesn't handle stanzas.
Tue, 20 Sep 2011 22:05:14 +0000 mod_stanza_counter: cleanup, corrections. (prosody starts, web stats work)
Marco Cirillo <maranda@lightwitch.org> [Tue, 20 Sep 2011 22:05:14 +0000] rev 434
mod_stanza_counter: cleanup, corrections. (prosody starts, web stats work)
Tue, 20 Sep 2011 21:21:06 +0000 mod_stanza_counter: tidbits, line break escapes.
Marco Cirillo <maranda@lightwitch.org> [Tue, 20 Sep 2011 21:21:06 +0000] rev 433
mod_stanza_counter: tidbits, line break escapes.
Tue, 20 Sep 2011 21:15:29 +0000 mod_stanza_counter: initial draft.
Marco Cirillo <maranda@lightwitch.org> [Tue, 20 Sep 2011 21:15:29 +0000] rev 432
mod_stanza_counter: initial draft.
Sat, 17 Sep 2011 18:19:31 +0500 mod_auth_dovecot: Added support for TCP sockets, and checks for UNIX socket availability.
Waqas Hussain <waqas20@gmail.com> [Sat, 17 Sep 2011 18:19:31 +0500] rev 431
mod_auth_dovecot: Added support for TCP sockets, and checks for UNIX socket availability.
Thu, 15 Sep 2011 21:23:49 +0000 mod_register_json: changed pestered code to something less pestered. (added nodeprep)
Marco Cirillo <maranda@lightwitch.org> [Thu, 15 Sep 2011 21:23:49 +0000] rev 430
mod_register_json: changed pestered code to something less pestered. (added nodeprep)
Thu, 15 Sep 2011 03:32:23 +0000 mod_register_json: added check for invalid characters in the username.
Marco Cirillo <maranda@lightwitch.org> [Thu, 15 Sep 2011 03:32:23 +0000] rev 429
mod_register_json: added check for invalid characters in the username.
Sun, 11 Sep 2011 23:30:06 +0200 mod_auth_wordpress: Update Copyright
Kim Alvefur <zash@zash.se> [Sun, 11 Sep 2011 23:30:06 +0200] rev 428
mod_auth_wordpress: Update Copyright
Sun, 11 Sep 2011 23:24:31 +0200 mod_auth_wordpress: Fix wrong column name
Kim Alvefur <zash@zash.se> [Sun, 11 Sep 2011 23:24:31 +0200] rev 427
mod_auth_wordpress: Fix wrong column name
Sun, 11 Sep 2011 22:53:23 +0200 mod_auth_wordpress: Allow table prefix to be configured
Kim Alvefur <zash@zash.se> [Sun, 11 Sep 2011 22:53:23 +0200] rev 426
mod_auth_wordpress: Allow table prefix to be configured
Sun, 11 Sep 2011 22:05:13 +0200 mod_auth_wordpress: Fix hash identifier.
Kim Alvefur <zash@zash.se> [Sun, 11 Sep 2011 22:05:13 +0200] rev 425
mod_auth_wordpress: Fix hash identifier.
Sun, 11 Sep 2011 21:59:01 +0200 mod_auth_wordpress: Rename functions to match module name
Kim Alvefur <zash@zash.se> [Sun, 11 Sep 2011 21:59:01 +0200] rev 424
mod_auth_wordpress: Rename functions to match module name
Sun, 11 Sep 2011 21:42:16 +0200 mod_auth_wordpress: Initial commit.
Kim Alvefur <zash@zash.se> [Sun, 11 Sep 2011 21:42:16 +0200] rev 423
mod_auth_wordpress: Initial commit.
Sun, 11 Sep 2011 23:58:20 +0500 mod_auth_joomla: Initial commit.
Waqas Hussain <waqas20@gmail.com> [Sun, 11 Sep 2011 23:58:20 +0500] rev 422
mod_auth_joomla: Initial commit.
Sun, 11 Sep 2011 22:53:35 +0500 mod_auth_phpbb3: A little refactoring.
Waqas Hussain <waqas20@gmail.com> [Sun, 11 Sep 2011 22:53:35 +0500] rev 421
mod_auth_phpbb3: A little refactoring.
Sat, 10 Sep 2011 22:37:18 +0500 mod_auth_phpbb3: Support legacy PHPBB2 password hashes (simple MD5).
Waqas Hussain <waqas20@gmail.com> [Sat, 10 Sep 2011 22:37:18 +0500] rev 420
mod_auth_phpbb3: Support legacy PHPBB2 password hashes (simple MD5).
Sat, 10 Sep 2011 22:35:59 +0500 mod_auth_phpbb3: Apply stringprep, and try automatic JID escaping to derive username.
Waqas Hussain <waqas20@gmail.com> [Sat, 10 Sep 2011 22:35:59 +0500] rev 419
mod_auth_phpbb3: Apply stringprep, and try automatic JID escaping to derive username.
Mon, 05 Sep 2011 05:25:43 +0200 mod_auth_dovecot: Fix years in (c)
Kim Alvefur <zash@zash.se> [Mon, 05 Sep 2011 05:25:43 +0200] rev 418
mod_auth_dovecot: Fix years in (c)
Sat, 03 Sep 2011 00:12:28 +0000 mod_s2s_never_encrypt_blacklist: add option to check for the dull s2s session ip (OpenFire bork bork).
Marco Cirillo <maranda@lightwitch.org> [Sat, 03 Sep 2011 00:12:28 +0000] rev 417
mod_s2s_never_encrypt_blacklist: add option to check for the dull s2s session ip (OpenFire bork bork).
Fri, 02 Sep 2011 23:36:22 +0000 merge.
Marco Cirillo <maranda@lightwitch.org> [Fri, 02 Sep 2011 23:36:22 +0000] rev 416
merge.
Sat, 03 Sep 2011 01:36:05 +0200 mod_addressing: Add partial implementation of Extended Stanza Addressing, XEP-33.
Kim Alvefur <zash@zash.se> [Sat, 03 Sep 2011 01:36:05 +0200] rev 415
mod_addressing: Add partial implementation of Extended Stanza Addressing, XEP-33.
Sat, 03 Sep 2011 01:27:55 +0200 mod_server_contact_info: Add module that publishes contact information.
Kim Alvefur <zash@zash.se> [Sat, 03 Sep 2011 01:27:55 +0200] rev 414
mod_server_contact_info: Add module that publishes contact information.
Fri, 02 Sep 2011 23:35:25 +0000 mod_s2s_never_encrypt_blacklist: filter both incoming and outgoing streams.
Marco Cirillo <maranda@lightwitch.org> [Fri, 02 Sep 2011 23:35:25 +0000] rev 413
mod_s2s_never_encrypt_blacklist: filter both incoming and outgoing streams.
Fri, 02 Sep 2011 22:51:28 +0000 mod_s2s_never_encrypt_blacklist: first commit.
Marco Cirillo <maranda@lightwitch.org> [Fri, 02 Sep 2011 22:51:28 +0000] rev 412
mod_s2s_never_encrypt_blacklist: first commit.
Fri, 02 Sep 2011 10:51:34 +0200 mod_auth_dovecot: Update Copyright
Kim Alvefur <zash@zash.se> [Fri, 02 Sep 2011 10:51:34 +0200] rev 411
mod_auth_dovecot: Update Copyright
Fri, 02 Sep 2011 00:47:31 +0200 mod_auth_dovecot: Make appending the domain name configurable. Warning: If you depend on this behaviour, add auth_append_host = true to your config
Kim Alvefur <zash@zash.se> [Fri, 02 Sep 2011 00:47:31 +0200] rev 410
mod_auth_dovecot: Make appending the domain name configurable. Warning: If you depend on this behaviour, add auth_append_host = true to your config
Tue, 30 Aug 2011 23:12:56 +0000 mod_register_url: code refactor, clean, all the rest (thanks Zash ;))
Marco Cirillo <maranda@lightwitch.org> [Tue, 30 Aug 2011 23:12:56 +0000] rev 409
mod_register_url: code refactor, clean, all the rest (thanks Zash ;))
Tue, 30 Aug 2011 21:22:47 +0000 mod_register_url: minor fix.
Marco Cirillo <maranda@lightwitch.org> [Tue, 30 Aug 2011 21:22:47 +0000] rev 408
mod_register_url: minor fix.
Tue, 30 Aug 2011 13:34:39 -0400 mod_auth_log: New module (currently) to log failed auth attempts and their IP address, requires trunk
Matthew Wild <mwild1@gmail.com> [Tue, 30 Aug 2011 13:34:39 -0400] rev 407
mod_auth_log: New module (currently) to log failed auth attempts and their IP address, requires trunk
Sun, 28 Aug 2011 21:41:46 +0500 mod_component_roundrobin: Initial commit.
Waqas Hussain <waqas20@gmail.com> [Sun, 28 Aug 2011 21:41:46 +0500] rev 406
mod_component_roundrobin: Initial commit.
Sat, 27 Aug 2011 04:49:11 +0200 mod_pubsub_feed: Kill the timer on module unload
Kim Alvefur <zash@zash.se> [Sat, 27 Aug 2011 04:49:11 +0200] rev 405
mod_pubsub_feed: Kill the timer on module unload
Thu, 25 Aug 2011 12:22:48 +0500 mod_saslauth_muc: Report proper SASL error on auth failure.
Waqas Hussain <waqas20@gmail.com> [Thu, 25 Aug 2011 12:22:48 +0500] rev 404
mod_saslauth_muc: Report proper SASL error on auth failure.
Thu, 25 Aug 2011 01:21:42 +0200 mod_pubsub_feed: Major cleanup, and use newer APIs. (Thanks Maranda)
Kim Alvefur <zash@zash.se> [Thu, 25 Aug 2011 01:21:42 +0200] rev 403
mod_pubsub_feed: Major cleanup, and use newer APIs. (Thanks Maranda)
Wed, 24 Aug 2011 15:55:49 +0200 mod_pubsub_feed: Use httpserver.new_from_config(). Fixes SSL. And fix traceback when called without a querypart.
Kim Alvefur <zash@zash.se> [Wed, 24 Aug 2011 15:55:49 +0200] rev 402
mod_pubsub_feed: Use httpserver.new_from_config(). Fixes SSL. And fix traceback when called without a querypart.
Wed, 24 Aug 2011 15:03:38 +0200 mod_pubsub_feed: Try harder to figure out ones callback URL.
Kim Alvefur <zash@zash.se> [Wed, 24 Aug 2011 15:03:38 +0200] rev 401
mod_pubsub_feed: Try harder to figure out ones callback URL.
Wed, 24 Aug 2011 11:29:02 +0200 mod_pubsub_feed: Fix timestamp on Windows, which has no %T
Kim Alvefur <zash@zash.se> [Wed, 24 Aug 2011 11:29:02 +0200] rev 400
mod_pubsub_feed: Fix timestamp on Windows, which has no %T
Wed, 10 Aug 2011 05:30:08 +0500 mod_auth_sql: More cleanup.
Waqas Hussain <waqas20@gmail.com> [Wed, 10 Aug 2011 05:30:08 +0500] rev 399
mod_auth_sql: More cleanup.
Wed, 10 Aug 2011 04:42:50 +0500 mod_auth_sql: Cleanup.
Waqas Hussain <waqas20@gmail.com> [Wed, 10 Aug 2011 04:42:50 +0500] rev 398
mod_auth_sql: Cleanup.
Fri, 29 Jul 2011 22:39:58 +0200 mod_admin_web: Update dependencies / remove need to build strophe.js (Thanks Zash)
Florian Zeitz <florob@babelmonkeys.de> [Fri, 29 Jul 2011 22:39:58 +0200] rev 397
mod_admin_web: Update dependencies / remove need to build strophe.js (Thanks Zash)
Fri, 29 Jul 2011 22:26:02 +0200 mod_admin_web: Show S2S certificate validity
Florian Zeitz <florob@babelmonkeys.de> [Fri, 29 Jul 2011 22:26:02 +0200] rev 396
mod_admin_web: Show S2S certificate validity
Tue, 26 Jul 2011 13:19:09 +0000 Copied from bash :s
leonbogaert@gmail.com [Tue, 26 Jul 2011 13:19:09 +0000] rev 395
Copied from bash :s
Tue, 26 Jul 2011 13:18:38 +0000 Let session.send() actually send the config string
leonbogaert@gmail.com [Tue, 26 Jul 2011 13:18:38 +0000] rev 394
Let session.send() actually send the config string
Mon, 25 Jul 2011 02:21:40 +0500 mod_muc_log_http: Improved page titles a little.
Waqas Hussain <waqas20@gmail.com> [Mon, 25 Jul 2011 02:21:40 +0500] rev 393
mod_muc_log_http: Improved page titles a little.
Mon, 25 Jul 2011 02:21:40 +0500 mod_muc_log_http: Show proper time period in the headline.
Waqas Hussain <waqas20@gmail.com> [Mon, 25 Jul 2011 02:21:40 +0500] rev 392
mod_muc_log_http: Show proper time period in the headline.
Mon, 25 Jul 2011 02:21:40 +0500 mod_muc_log_http: Properly sort calendar listing.
Waqas Hussain <waqas20@gmail.com> [Mon, 25 Jul 2011 02:21:40 +0500] rev 391
mod_muc_log_http: Properly sort calendar listing.
Mon, 25 Jul 2011 02:21:40 +0500 mod_muc_log_http: Removed some more code. Module now no longer attempts to track muc_log hosts on its own.
Waqas Hussain <waqas20@gmail.com> [Mon, 25 Jul 2011 02:21:40 +0500] rev 390
mod_muc_log_http: Removed some more code. Module now no longer attempts to track muc_log hosts on its own.
Mon, 25 Jul 2011 02:21:40 +0500 mod_muc_log_http: Fixed a typo.
Waqas Hussain <waqas20@gmail.com> [Mon, 25 Jul 2011 02:21:40 +0500] rev 389
mod_muc_log_http: Fixed a typo.
Mon, 25 Jul 2011 02:21:40 +0500 mod_muc_log_http: Generate room calendar page even when there is no log data.
Waqas Hussain <waqas20@gmail.com> [Mon, 25 Jul 2011 02:21:40 +0500] rev 388
mod_muc_log_http: Generate room calendar page even when there is no log data.
Mon, 25 Jul 2011 02:21:40 +0500 mod_muc_log_http: Fixed a typo.
Waqas Hussain <waqas20@gmail.com> [Mon, 25 Jul 2011 02:21:40 +0500] rev 387
mod_muc_log_http: Fixed a typo.
Mon, 25 Jul 2011 02:21:40 +0500 mod_muc_log_http: Simplified calculating day count for a month.
Waqas Hussain <waqas20@gmail.com> [Mon, 25 Jul 2011 02:21:40 +0500] rev 386
mod_muc_log_http: Simplified calculating day count for a month.
Mon, 25 Jul 2011 02:21:40 +0500 mod_muc_log_http: Generate component room list page even when there are no rooms.
Waqas Hussain <waqas20@gmail.com> [Mon, 25 Jul 2011 02:21:40 +0500] rev 385
mod_muc_log_http: Generate component room list page even when there are no rooms.
Mon, 25 Jul 2011 02:21:40 +0500 mod_muc_log_http: Cleaned up URL handling.
Waqas Hussain <waqas20@gmail.com> [Mon, 25 Jul 2011 02:21:40 +0500] rev 384
mod_muc_log_http: Cleaned up URL handling.
Mon, 25 Jul 2011 02:21:40 +0500 mod_muc_log_http: Added assertion to ensure proper failure on empty responses.
Waqas Hussain <waqas20@gmail.com> [Mon, 25 Jul 2011 02:21:40 +0500] rev 383
mod_muc_log_http: Added assertion to ensure proper failure on empty responses.
Mon, 25 Jul 2011 02:21:40 +0500 mod_muc_log_http: Cleaned up URL parsing.
Waqas Hussain <waqas20@gmail.com> [Mon, 25 Jul 2011 02:21:40 +0500] rev 382
mod_muc_log_http: Cleaned up URL parsing.
Mon, 25 Jul 2011 02:21:40 +0500 mod_muc_log_http: Generate main component list page even when there are no components defined.
Waqas Hussain <waqas20@gmail.com> [Mon, 25 Jul 2011 02:21:40 +0500] rev 381
mod_muc_log_http: Generate main component list page even when there are no components defined.
Mon, 25 Jul 2011 02:21:40 +0500 mod_muc_log_http: Spaces -> Tabs.
Waqas Hussain <waqas20@gmail.com> [Mon, 25 Jul 2011 02:21:40 +0500] rev 380
mod_muc_log_http: Spaces -> Tabs.
(0) -120 +120 +1000 +3000 tip