stanza_router: Added global function core_post_stanza
|
Waqas Hussain |
Sat, 16 May 2009 03:58:05 +0500 |
stanza_router: Improved message routing order
|
Waqas Hussain |
Sat, 16 May 2009 02:19:16 +0500 |
Dropped support for resource based components
|
Waqas Hussain |
Sat, 16 May 2009 02:07:27 +0500 |
stanza_router: Removed global function core_handle_stanza
|
Waqas Hussain |
Sat, 16 May 2009 01:41:45 +0500 |
stanza_router: Cleaner namespace handling
|
Waqas Hussain |
Sat, 16 May 2009 00:33:49 +0500 |
stanza_router: Refactored core_handle_stanza, and added handling for unsupported top-level stanzas
|
Waqas Hussain |
Sat, 16 May 2009 00:03:24 +0500 |
stanza_router: Fire events after all checks
|
Waqas Hussain |
Fri, 15 May 2009 23:42:35 +0500 |
stanza_router: Removed some unnecessary code
|
Waqas Hussain |
Fri, 15 May 2009 08:42:53 +0500 |
stanza_router: Removed a FIXME
|
Waqas Hussain |
Fri, 15 May 2009 08:30:48 +0500 |
stanza_router: Fixed an invalid stanza check
|
Waqas Hussain |
Fri, 15 May 2009 07:04:41 +0500 |
stanza_router: Remove unnecessary directed presence handling
|
Waqas Hussain |
Fri, 15 May 2009 06:34:08 +0500 |
stanza_router: Prevent further processing of a handled stanza
|
Waqas Hussain |
Fri, 15 May 2009 06:31:32 +0500 |
Merge with 0.4
|
Matthew Wild |
Wed, 13 May 2009 16:55:20 +0100 |
stanza_router: Bounce stanzas to/from invalid JIDs with a jid-malformed error
|
Matthew Wild |
Wed, 13 May 2009 16:54:46 +0100 |
stanza_router: Pass session.to_host to modulemanager, fixes modules for s2sin_unauthed
|
Matthew Wild |
Sat, 09 May 2009 19:43:11 +0100 |
stanzarouter: Make _G.hosts local
|
Matthew Wild |
Wed, 22 Apr 2009 21:33:44 +0100 |
Stopped using presencemanager in stanza_router
|
Waqas Hussain |
Wed, 15 Apr 2009 04:21:20 +0500 |
core/eventmanager2 - new event manager
|
Waqas Hussain |
Wed, 15 Apr 2009 02:10:05 +0500 |
Fixed: Send correct error reply for IQs directed at unavailable resources
|
Waqas Hussain |
Tue, 07 Apr 2009 02:32:49 +0500 |
Fixed: Issue with presence error routing
|
Waqas Hussain |
Tue, 07 Apr 2009 02:24:37 +0500 |
Fixed: stanza_router: Respond with correct stanza error on malformed stanzas
|
Waqas Hussain |
Mon, 30 Mar 2009 01:57:51 +0500 |
core.stanza_router: Allow routing from components
|
Matthew Wild |
Sat, 21 Mar 2009 21:42:14 +0000 |
Merge
|
Matthew Wild |
Fri, 20 Mar 2009 20:17:05 +0000 |
0.3->0.4
|
Matthew Wild |
Fri, 20 Mar 2009 20:16:25 +0000 |
Don't reject some valid IQs. Thanks to elmex for spotting.
|
Matthew Wild |
Sat, 14 Mar 2009 16:03:48 +0000 |
core.stanza_router: Don't bounce errors to iq type=result/error
|
Matthew Wild |
Mon, 02 Mar 2009 19:45:44 +0000 |
core.stanza_router: Reply with error to groupchat messages directed at unavailable resources or offline users
|
Matthew Wild |
Sat, 28 Feb 2009 04:58:14 +0000 |
stanza_router: Fix handling of iq from c2s to bare JIDs, thanks to jaharkes for spotting
|
Matthew Wild |
Wed, 11 Feb 2009 19:53:09 +0000 |
Merge with waqas for MUC/routing fixes
|
Matthew Wild |
Wed, 11 Feb 2009 18:30:44 +0000 |
Change the to attribute of messages to the recipients' bare JID when the recipient/resource is offline.
|
Waqas Hussain |
Wed, 11 Feb 2009 23:26:18 +0500 |
Stanza router: Message to bare JID fixes
|
Waqas Hussain |
Wed, 11 Feb 2009 23:16:14 +0500 |
Fixed: Some presence stanzas from local users were not being routed correctly to components (ghosts in mod_muc)
|
Waqas Hussain |
Wed, 11 Feb 2009 18:11:41 +0500 |
Fixed directed presence handling to work correctly for components
|
Waqas Hussain |
Wed, 11 Feb 2009 18:09:41 +0500 |
stanza_router: Fix for when clients don't specify priority in initial presence
|
Matthew Wild |
Mon, 09 Feb 2009 13:48:11 +0000 |
Update copyright notices for 2009
|
Matthew Wild |
Fri, 30 Jan 2009 17:59:26 +0000 |
0.2->0.3
|
Matthew Wild |
Fri, 30 Jan 2009 17:40:25 +0000 |
GPL->MIT!
|
Matthew Wild |
Fri, 30 Jan 2009 17:22:56 +0000 |
stanza_router: That'll teach me to not commit at this time of night. Or not.
|
Matthew Wild |
Fri, 16 Jan 2009 04:57:23 +0000 |
Replacing pretty_print() with top_tag() for logging
|
Matthew Wild |
Fri, 16 Jan 2009 04:37:16 +0000 |
Stringprep!
|
Waqas Hussain |
Thu, 15 Jan 2009 04:36:35 +0500 |
stanza_router: Fixed error replies for unhandled stanzas
|
Waqas Hussain |
Wed, 14 Jan 2009 22:35:01 +0500 |
Send host, and not the recipient's JID to module manager (fixes #53)
|
Waqas Hussain |
Wed, 31 Dec 2008 13:52:41 +0500 |
More error replies for offline and non-existing users
|
Waqas Hussain |
Thu, 25 Dec 2008 05:16:11 +0500 |
Directed presence
|
Waqas Hussain |
Thu, 25 Dec 2008 04:58:15 +0500 |
Changed order of checking for component hosts to check the full and bare JIDs before the hostname (at another place)
|
Waqas Hussain |
Thu, 25 Dec 2008 04:27:19 +0500 |
Bounce stanza errors on failed s2s
|
Waqas Hussain |
Fri, 19 Dec 2008 01:57:13 +0500 |
Add support for dialback piggy-backing. Fixes #37. Thanks to CShadowRun for helping me test :)
|
Matthew Wild |
Sat, 13 Dec 2008 17:43:52 +0000 |
0.1 -> 0.2
|
Matthew Wild |
Wed, 10 Dec 2008 15:44:03 +0000 |
Fixed: Stopped tryint to send error replies on unauthed connections
|
Waqas Hussain |
Sat, 06 Dec 2008 07:24:15 +0500 |
Insert copyright/license headers
|
Matthew Wild |
Wed, 03 Dec 2008 14:39:07 +0000 |
Moved incoming c2s presence handling from stanza_router to presencemanager
|
Waqas Hussain |
Sat, 29 Nov 2008 08:25:34 +0500 |
Bumper commit for the new modulemanager API \o/ Updates all the modules, though some more changes may be in store.
|
Matthew Wild |
Thu, 27 Nov 2008 03:12:12 +0000 |
Now possible to specify nil origin to core_route_stanza. Origin will be chosen as the host of the 'from' attribute on the stanza. Returns false on no such host.
|
Matthew Wild |
Fri, 21 Nov 2008 05:59:03 +0000 |
Remove or comment useless prints, or change them to log()
|
Matthew Wild |
Thu, 20 Nov 2008 03:00:43 +0000 |
Don't error reply to stanzas direct over the s2s stream they came from
|
Matthew Wild |
Thu, 20 Nov 2008 02:05:26 +0000 |
Extra checks before sending error replies to incoming stanzas
|
Matthew Wild |
Wed, 19 Nov 2008 05:09:05 +0000 |
Moved presence subscription code from stanza_router to presencemanager
|
Waqas Hussain |
Mon, 17 Nov 2008 10:15:04 +0500 |
Fix routing of outbound iq stanzas
|
Matthew Wild |
Sat, 15 Nov 2008 19:13:28 +0000 |
Only reply with errors if the stanza is not an error or a result (don't know how much bandwidth this just cost me :) )
|
Matthew Wild |
Fri, 14 Nov 2008 18:46:00 +0000 |
A treat for Linux users ;)
|
Matthew Wild |
Fri, 14 Nov 2008 16:03:33 +0000 |