mod_version is here
|
Matthew Wild |
Thu, 30 Oct 2008 21:26:53 +0000 |
Was a bit hasty to remove send_s2s() from stanza_router. We still use it, and there is no problem with it.
|
Matthew Wild |
Thu, 30 Oct 2008 21:19:26 +0000 |
sends2s -> s2s_session.send(), s2s_session.send() -> s2s_session.sends2s()
|
Matthew Wild |
Thu, 30 Oct 2008 21:11:22 +0000 |
Added support for XEP-0049: Private XML Storage (mod_private)
|
Waqas Hussain |
Sun, 26 Oct 2008 21:22:59 +0500 |
mod_vcard: Fixed to use new util.stanza.add_child
|
Waqas Hussain |
Sun, 26 Oct 2008 21:21:38 +0500 |
Combined some lines
|
Waqas Hussain |
Sun, 26 Oct 2008 21:19:49 +0500 |
Datamanager Fixes and improvements
|
Waqas Hussain |
Sun, 26 Oct 2008 21:19:04 +0500 |
Don't set cursor inside added child when using add_child()
|
Matthew Wild |
Sun, 26 Oct 2008 14:39:52 +0000 |
Make add_child() behave as expected. Old add_child() is now add_direct_child()
|
Matthew Wild |
Sun, 26 Oct 2008 14:27:10 +0000 |
Better logging of s2s connections
|
Matthew Wild |
Sun, 26 Oct 2008 14:03:40 +0000 |
Merge presence/subscription support from waqas
|
Matthew Wild |
Sun, 26 Oct 2008 13:19:09 +0000 |
Bug fixes and checks for presence subscriptions, etc
|
Waqas Hussain |
Sun, 26 Oct 2008 00:22:18 +0500 |
Outbound presence subscription
|
Waqas Hussain |
Sat, 25 Oct 2008 21:16:08 +0500 |
Routing code reorganization
|
Waqas Hussain |
Sat, 25 Oct 2008 06:49:48 +0500 |
Inbound subscription request
|
Waqas Hussain |
Sat, 25 Oct 2008 03:13:10 +0500 |
Inbound unsubscribe
|
Waqas Hussain |
Sat, 25 Oct 2008 02:38:24 +0500 |
Inbound subscription cancellation
|
Waqas Hussain |
Sat, 25 Oct 2008 02:29:58 +0500 |
Inbound subscription approval
|
Waqas Hussain |
Sat, 25 Oct 2008 02:16:29 +0500 |
Minor fixes, comments
|
Waqas Hussain |
Sat, 25 Oct 2008 01:48:34 +0500 |
Little tweak for more useful logging of closed s2s sessions
|
Matthew Wild |
Sun, 26 Oct 2008 13:14:14 +0000 |
Log when an incoming dialback verification request is an invalid key for our domain
|
Matthew Wild |
Sat, 25 Oct 2008 20:34:21 +0100 |
Remove misleading log message regarding s2s/dialback
|
Matthew Wild |
Sat, 25 Oct 2008 18:21:34 +0100 |
Backed out changeset 4adc53e03b4d (garbage collection)
|
Matthew Wild |
Fri, 24 Oct 2008 19:04:51 +0100 |
Extra garbage collection, for debugging
|
Matthew Wild |
Fri, 24 Oct 2008 18:43:26 +0100 |
other half of previous commit
|
Matthew Wild |
Fri, 24 Oct 2008 18:14:40 +0100 |
Clean up session when s2s connections are disconnected
|
Matthew Wild |
Fri, 24 Oct 2008 18:13:54 +0100 |
Remove some overly-verbose debug log output
|
Matthew Wild |
Fri, 24 Oct 2008 15:33:38 +0100 |
Destroy s2s sendqueue when connection is established successfully and data written
|
Matthew Wild |
Fri, 24 Oct 2008 15:32:31 +0100 |
Fix nil concat for good this time (\!)
|
Matthew Wild |
Fri, 24 Oct 2008 15:20:34 +0100 |
Fix nil concat when non-existant user is probed (another)
|
Matthew Wild |
Fri, 24 Oct 2008 15:18:53 +0100 |