Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added support for XEP-0049: Private XML Storage (mod_private) | Waqas Hussain | 2008-10-26 | 2 | -0/+48 | |
| | ||||||
* | mod_vcard: Fixed to use new util.stanza.add_child | Waqas Hussain | 2008-10-26 | 1 | -3/+1 | |
| | ||||||
* | Combined some lines | Waqas Hussain | 2008-10-26 | 1 | -3/+1 | |
| | ||||||
* | Datamanager Fixes and improvements | Waqas Hussain | 2008-10-26 | 1 | -29/+37 | |
| | | | | | - Pretty printing - Fixed bug causing a nil concatenation error when saving a datastore for nil user or host | |||||
* | Don't set cursor inside added child when using add_child() | Matthew Wild | 2008-10-26 | 1 | -1/+0 | |
| | ||||||
* | Make add_child() behave as expected. Old add_child() is now add_direct_child() | Matthew Wild | 2008-10-26 | 1 | -4/+10 | |
| | ||||||
* | Better logging of s2s connections | Matthew Wild | 2008-10-26 | 1 | -1/+2 | |
| | ||||||
* | Merge presence/subscription support from waqas | Matthew Wild | 2008-10-26 | 5 | -50/+353 | |
|\ | ||||||
| * | Bug fixes and checks for presence subscriptions, etc | Waqas Hussain | 2008-10-26 | 4 | -34/+64 | |
| | | ||||||
| * | Outbound presence subscription | Waqas Hussain | 2008-10-25 | 3 | -10/+171 | |
| | | ||||||
| * | Routing code reorganization | Waqas Hussain | 2008-10-25 | 2 | -59/+90 | |
| | | ||||||
| * | Inbound subscription request | Waqas Hussain | 2008-10-25 | 2 | -1/+16 | |
| | | ||||||
| * | Inbound unsubscribe | Waqas Hussain | 2008-10-25 | 2 | -1/+17 | |
| | | ||||||
| * | Inbound subscription cancellation | Waqas Hussain | 2008-10-25 | 2 | -2/+17 | |
| | | ||||||
| * | Inbound subscription approval | Waqas Hussain | 2008-10-25 | 2 | -8/+34 | |
| | | ||||||
| * | Minor fixes, comments | Waqas Hussain | 2008-10-25 | 1 | -10/+19 | |
| | | ||||||
* | | Little tweak for more useful logging of closed s2s sessions | Matthew Wild | 2008-10-26 | 1 | -1/+1 | |
| | | ||||||
* | | Log when an incoming dialback verification request is an invalid key for our ↵ | Matthew Wild | 2008-10-25 | 1 | -1/+4 | |
| | | | | | | | | domain | |||||
* | | Remove misleading log message regarding s2s/dialback | Matthew Wild | 2008-10-25 | 1 | -5/+0 | |
|/ | ||||||
* | Backed out changeset 4adc53e03b4d (garbage collection) | Matthew Wild | 2008-10-24 | 2 | -2/+2 | |
| | ||||||
* | Extra garbage collection, for debugging | Matthew Wild | 2008-10-24 | 2 | -2/+2 | |
| | ||||||
* | other half of previous commit | Matthew Wild | 2008-10-24 | 1 | -0/+14 | |
| | ||||||
* | Clean up session when s2s connections are disconnected | Matthew Wild | 2008-10-24 | 1 | -0/+8 | |
| | ||||||
* | Remove some overly-verbose debug log output | Matthew Wild | 2008-10-24 | 1 | -1/+0 | |
| | ||||||
* | Destroy s2s sendqueue when connection is established successfully and data ↵ | Matthew Wild | 2008-10-24 | 1 | -1/+3 | |
| | | | | written | |||||
* | Fix nil concat for good this time (\!) | Matthew Wild | 2008-10-24 | 1 | -2/+2 | |
| | ||||||
* | Fix nil concat when non-existant user is probed (another) | Matthew Wild | 2008-10-24 | 1 | -1/+1 | |
| | ||||||
* | Fix nil concat when non-existant user is probed | Matthew Wild | 2008-10-24 | 1 | -1/+1 | |
| | ||||||
* | Hack until we get SRV resolving | Matthew Wild | 2008-10-24 | 1 | -0/+3 | |
| | ||||||
* | Fix for sessionmanager to not throw error when session doesn't have a ↵ | Matthew Wild | 2008-10-24 | 1 | -1/+1 | |
| | | | | private logger | |||||
* | Show error when no MD5 lib available | Matthew Wild | 2008-10-24 | 1 | -0/+1 | |
| | ||||||
* | Fix mod_legacyauth to not use old stanza_dispatch | Matthew Wild | 2008-10-24 | 1 | -1/+1 | |
| | ||||||
* | Merge from waqas | Matthew Wild | 2008-10-24 | 1 | -22/+40 | |
|\ | ||||||
| * | Moved some code and removed unnecessary checks. | Waqas Hussain | 2008-10-24 | 1 | -13/+13 | |
| | | ||||||
| * | Presence fixes (again) | Waqas Hussain | 2008-10-24 | 1 | -21/+39 | |
| | | | | | | | | | | | | - Presence to other resources sent correctly - Resource of the recipient ignored for all presence except available and unavailable - Set things up for presence subscriptions | |||||
* | | Merging more s2s | Matthew Wild | 2008-10-24 | 8 | -23/+113 | |
|\ \ | ||||||
| * | | s2s works! \o/ \o/ | Matthew Wild | 2008-10-24 | 7 | -26/+350 | |
| | | | ||||||
| * | | working incoming s2s \o/ | Matthew Wild | 2008-10-24 | 2 | -19/+54 | |
| | | | ||||||
| * | | working outgoing s2s \o/ | Matthew Wild | 2008-10-24 | 2 | -1/+12 | |
| | | | ||||||
| * | | dialback keys now verified | Matthew Wild | 2008-10-24 | 7 | -12/+45 | |
| | | | ||||||
| * | | No need to comment out s2s in this branch | Matthew Wild | 2008-10-23 | 1 | -1/+1 | |
| | | | ||||||
* | | | Partial s2s commit | Matthew Wild | 2008-10-24 | 7 | -7/+316 | |
| |/ |/| | ||||||
* | | Backed out changeset 98e9fea75e5b | Matthew Wild | 2008-10-23 | 1 | -223/+5 | |
| | | ||||||
* | | Backed out changeset 37b3e9ed8918 (again) | Matthew Wild | 2008-10-23 | 1 | -5/+223 | |
| | | ||||||
* | | Backed out changeset a0fc73d5f48c | Matthew Wild | 2008-10-23 | 1 | -223/+5 | |
| | | ||||||
* | | Backed out changeset 8f17ba74823c | Matthew Wild | 2008-10-23 | 1 | -5/+223 | |
| | | ||||||
* | | Reverting stanza_router to non-conflicted version | Matthew Wild | 2008-10-23 | 1 | -223/+5 | |
| | | ||||||
* | | Making the best attempt out of a bad merge from waqas | Matthew Wild | 2008-10-23 | 3 | -6/+212 | |
|\| | ||||||
| * | Initial s2s stuff | Matthew Wild | 2008-10-23 | 3 | -11/+14 | |
| | | ||||||
* | | Added TODO | Waqas Hussain | 2008-10-23 | 1 | -0/+1 | |
| | |