Software /
code /
prosody
Graph
-
Part 2 of internal components. Should have mentioned that the previous commit was from waqas, this one from me.Tue, 04 Nov 2008 18:17:48 +0000, by Matthew Wild
-
Part one of internal component supportTue, 04 Nov 2008 18:15:56 +0000, by Matthew Wild
-
Merge (for some reason)Tue, 04 Nov 2008 01:26:56 +0000, by Matthew Wild
-
A little whitespace fixTue, 04 Nov 2008 00:41:40 +0500, by Waqas Hussain
-
Datamanager now deletes files with no dataMon, 03 Nov 2008 07:50:09 +0500, by Waqas Hussain
-
Reformatted lxmppd.cfg.dist and removed redundant variableMon, 03 Nov 2008 07:48:39 +0500, by Waqas Hussain
-
imported patch srv-for-cdr-se.patchSun, 02 Nov 2008 17:36:40 +0000, by Matthew Wild
-
Removed require "core.stanza_dispatch"Sun, 02 Nov 2008 22:28:32 +0500, by Waqas Hussain
-
Remove obsolete stanza_dispatch.luaSun, 02 Nov 2008 16:42:20 +0000, by Matthew Wild
-
merge from waqasSun, 02 Nov 2008 02:02:41 +0000, by Matthew Wild
-
Priority based message routing, etcSun, 02 Nov 2008 06:53:31 +0500, by Waqas Hussain
-
Added resource priority handling, etcSun, 02 Nov 2008 06:36:42 +0500, by Waqas Hussain
-
Fix for previous commit (again)Sun, 02 Nov 2008 01:30:36 +0000, by Matthew Wild
-
Fix for previous commitSun, 02 Nov 2008 01:28:27 +0000, by Matthew Wild
-
Fix for add_iq_handler to allow multiple origin types tooSun, 02 Nov 2008 01:26:37 +0000, by Matthew Wild
-
vcards for s2sSun, 02 Nov 2008 01:20:42 +0000, by Matthew Wild
-
Fix MD5 loading checkSun, 02 Nov 2008 01:19:23 +0000, by Matthew Wild
-
mod_roster fixSun, 02 Nov 2008 02:23:52 +0500, by Waqas Hussain
-
Another fix for s2s (well, let's say it was more for modules)Sat, 01 Nov 2008 21:10:19 +0000, by Matthew Wild
-
Fix s2s once and for allSat, 01 Nov 2008 21:07:14 +0000, by Matthew Wild
-
General fixes for s2s, to make it more robust (I hope), sending data to remote hosts sane (s2ssession.send() works as expected), recycle outgoing dialback connections, etc.Sat, 01 Nov 2008 18:28:46 +0000, by Matthew Wild
-
Fix for mod_version over s2sSat, 01 Nov 2008 18:23:52 +0000, by Matthew Wild
-
mod_version is hereThu, 30 Oct 2008 21:26:53 +0000, by Matthew Wild
-
Was a bit hasty to remove send_s2s() from stanza_router. We still use it, and there is no problem with it.Thu, 30 Oct 2008 21:19:26 +0000, by Matthew Wild
-
sends2s -> s2s_session.send(), s2s_session.send() -> s2s_session.sends2s()Thu, 30 Oct 2008 21:11:22 +0000, by Matthew Wild
-
Added support for XEP-0049: Private XML Storage (mod_private)Sun, 26 Oct 2008 21:22:59 +0500, by Waqas Hussain
-
mod_vcard: Fixed to use new util.stanza.add_childSun, 26 Oct 2008 21:21:38 +0500, by Waqas Hussain
-
Combined some linesSun, 26 Oct 2008 21:19:49 +0500, by Waqas Hussain
-
Datamanager Fixes and improvementsSun, 26 Oct 2008 21:19:04 +0500, by Waqas Hussain
-
Don't set cursor inside added child when using add_child()Sun, 26 Oct 2008 14:39:52 +0000, by Matthew Wild
-
Make add_child() behave as expected. Old add_child() is now add_direct_child()Sun, 26 Oct 2008 14:27:10 +0000, by Matthew Wild
-
Better logging of s2s connectionsSun, 26 Oct 2008 14:03:40 +0000, by Matthew Wild
-
Merge presence/subscription support from waqasSun, 26 Oct 2008 13:19:09 +0000, by Matthew Wild
-
Bug fixes and checks for presence subscriptions, etcSun, 26 Oct 2008 00:22:18 +0500, by Waqas Hussain
-
Outbound presence subscriptionSat, 25 Oct 2008 21:16:08 +0500, by Waqas Hussain
-
Routing code reorganizationSat, 25 Oct 2008 06:49:48 +0500, by Waqas Hussain
-
Inbound subscription requestSat, 25 Oct 2008 03:13:10 +0500, by Waqas Hussain
-
Inbound unsubscribeSat, 25 Oct 2008 02:38:24 +0500, by Waqas Hussain
-
Inbound subscription cancellationSat, 25 Oct 2008 02:29:58 +0500, by Waqas Hussain
-
Inbound subscription approvalSat, 25 Oct 2008 02:16:29 +0500, by Waqas Hussain
-
Minor fixes, commentsSat, 25 Oct 2008 01:48:34 +0500, by Waqas Hussain
-
Little tweak for more useful logging of closed s2s sessionsSun, 26 Oct 2008 13:14:14 +0000, by Matthew Wild
-
Log when an incoming dialback verification request is an invalid key for our domainSat, 25 Oct 2008 20:34:21 +0100, by Matthew Wild
-
Remove misleading log message regarding s2s/dialbackSat, 25 Oct 2008 18:21:34 +0100, by Matthew Wild
-
Backed out changeset 4adc53e03b4d (garbage collection)Fri, 24 Oct 2008 19:04:51 +0100, by Matthew Wild
-
Extra garbage collection, for debuggingFri, 24 Oct 2008 18:43:26 +0100, by Matthew Wild
-
other half of previous commitFri, 24 Oct 2008 18:14:40 +0100, by Matthew Wild
-
Clean up session when s2s connections are disconnectedFri, 24 Oct 2008 18:13:54 +0100, by Matthew Wild
-
Remove some overly-verbose debug log outputFri, 24 Oct 2008 15:33:38 +0100, by Matthew Wild
-
Destroy s2s sendqueue when connection is established successfully and data writtenFri, 24 Oct 2008 15:32:31 +0100, by Matthew Wild
-
Fix nil concat for good this time (\!)Fri, 24 Oct 2008 15:20:34 +0100, by Matthew Wild
-
Fix nil concat when non-existant user is probed (another)Fri, 24 Oct 2008 15:18:53 +0100, by Matthew Wild
-
Fix nil concat when non-existant user is probedFri, 24 Oct 2008 15:16:18 +0100, by Matthew Wild
-
Hack until we get SRV resolvingFri, 24 Oct 2008 14:59:04 +0100, by Matthew Wild
-
Fix for sessionmanager to not throw error when session doesn't have a private loggerFri, 24 Oct 2008 14:47:23 +0100, by Matthew Wild
-
Show error when no MD5 lib availableFri, 24 Oct 2008 14:46:22 +0100, by Matthew Wild
-
Fix mod_legacyauth to not use old stanza_dispatchFri, 24 Oct 2008 14:45:50 +0100, by Matthew Wild
-
Merge from waqasFri, 24 Oct 2008 07:57:06 +0100, by Matthew Wild
-
Moved some code and removed unnecessary checks.Fri, 24 Oct 2008 01:06:54 +0500, by Waqas Hussain
-
Presence fixes (again)Fri, 24 Oct 2008 00:26:01 +0500, by Waqas Hussain
-
Merging more s2sFri, 24 Oct 2008 07:36:48 +0100, by Matthew Wild
-
Partial s2s commitFri, 24 Oct 2008 07:34:13 +0100, by Matthew Wild
-
Backed out changeset 98e9fea75e5bThu, 23 Oct 2008 18:43:00 +0100, by Matthew Wild
-
Backed out changeset 37b3e9ed8918 (again)Thu, 23 Oct 2008 18:42:25 +0100, by Matthew Wild
-
Backed out changeset a0fc73d5f48cThu, 23 Oct 2008 18:40:06 +0100, by Matthew Wild
-
Backed out changeset 8f17ba74823cThu, 23 Oct 2008 18:39:26 +0100, by Matthew Wild
-
Reverting stanza_router to non-conflicted versionThu, 23 Oct 2008 18:33:10 +0100, by Matthew Wild
-
Making the best attempt out of a bad merge from waqasThu, 23 Oct 2008 18:24:55 +0100, by Matthew Wild
-
Added TODOThu, 23 Oct 2008 22:08:19 +0500, by Waqas Hussain
-
Merged from MatthewThu, 23 Oct 2008 22:07:36 +0500, by Waqas Hussain
-
Merged from MatthewThu, 23 Oct 2008 21:51:00 +0500, by Waqas Hussain
-
Removed .hgtagsThu, 23 Oct 2008 21:39:49 +0500, by Waqas Hussain
-
Fixed: Works when LuaRocks is not presentThu, 23 Oct 2008 20:11:06 +0500, by Waqas Hussain
-
Roster updatesThu, 23 Oct 2008 20:02:30 +0500, by Waqas Hussain
-
Docs updateThu, 23 Oct 2008 19:53:02 +0500, by Waqas Hussain
-
Presence fixesThu, 23 Oct 2008 19:47:56 +0500, by Waqas Hussain
-
Fixed: Some modules did not return anythingThu, 23 Oct 2008 18:42:29 +0500, by Waqas Hussain
-
Set things up for presence subscriptions.Thu, 23 Oct 2008 18:36:10 +0500, by Waqas Hussain
-
Final fix for marking user offline when all resources are gone :)Thu, 23 Oct 2008 18:05:06 +0100, by Matthew Wild
-
even faster checking for other sessions... thank you waqas :)Thu, 23 Oct 2008 17:34:10 +0100, by Matthew Wild
-
faster checking for other sessionsThu, 23 Oct 2008 17:27:41 +0100, by Matthew Wild
-
Fix for not destroying sessions when connection closed.Thu, 23 Oct 2008 16:07:40 +0100, by Matthew Wild
-
No s2s yet :)Thu, 23 Oct 2008 14:39:42 +0100, by Matthew Wild
-
Added a comment, removed all the old codeThu, 23 Oct 2008 04:06:51 +0100, by Matthew Wild
-
TLS/SASL no longer should include the connhandler moduleThu, 23 Oct 2008 03:53:51 +0100, by Matthew Wild
-
Relocate presence broadcast to core_handle_stanza()Thu, 23 Oct 2008 03:52:51 +0100, by Matthew Wild
-
Merge roster & presence from waqasWed, 22 Oct 2008 23:12:26 +0100, by Matthew Wild
-
Fixed: datamanager.store and datamanager.load could crash when username or host arguments were nil. (useful for server specific and global data).Thu, 23 Oct 2008 02:49:43 +0500, by Waqas Hussain
-
Updated and fixed session documentationThu, 23 Oct 2008 02:19:26 +0500, by Waqas Hussain
-
Updated session documentationThu, 23 Oct 2008 02:11:48 +0500, by Waqas Hussain
-
Added session property for interested resourcesThu, 23 Oct 2008 02:11:27 +0500, by Waqas Hussain
-
Working presence, presence probes and other fixesThu, 23 Oct 2008 00:46:38 +0500, by Waqas Hussain
-
Added: TODOWed, 22 Oct 2008 21:20:47 +0500, by Waqas Hussain
-
Fixed: Unhandled stanza handlingWed, 22 Oct 2008 21:20:29 +0500, by Waqas Hussain
-
Fixed: Roster supportWed, 22 Oct 2008 21:20:07 +0500, by Waqas Hussain
-
Minor edit, and added a TODOWed, 22 Oct 2008 21:18:50 +0500, by Waqas Hussain
-
Added: More complete implementation for mod_rosterFri, 17 Oct 2008 22:20:03 +0500, by Waqas Hussain
-
Added: Roster manipulation functions to core.rostermanagerFri, 17 Oct 2008 22:19:26 +0500, by Waqas Hussain
-
Added: presence broadcastTue, 14 Oct 2008 10:26:33 +0500, by Waqas Hussain
-
Removed an unnecessary lineTue, 14 Oct 2008 09:56:14 +0500, by Waqas Hussain
-
Fixed: util/jid.lua now returns module objectTue, 14 Oct 2008 09:54:49 +0500, by Waqas Hussain
-
Fixed: Typos caused by lack of sleep.Tue, 14 Oct 2008 07:20:29 +0500, by Waqas Hussain
-
Fixed: mod_roster now outputs all roster data (instead of just the JIDs)Sun, 12 Oct 2008 17:41:14 +0500, by Waqas Hussain
-
Added some roster management functionsSun, 12 Oct 2008 17:40:03 +0500, by Waqas Hussain
-
Documented the roster object's structureSun, 12 Oct 2008 17:38:17 +0500, by Waqas Hussain
-
Abstract connections with "connection listeners"Wed, 22 Oct 2008 17:36:21 +0100, by Matthew Wild
-
server.lua should degrade gracefully when LuaSec not presentWed, 22 Oct 2008 17:27:40 +0100, by Matthew Wild
-
Some tiny changes for main.luaSun, 12 Oct 2008 01:23:30 +0100, by Matthew Wild
-
Updated TODOSun, 12 Oct 2008 01:01:19 +0100, by Matthew Wild
-
Remove more of Dolphin's leftoversSat, 11 Oct 2008 22:16:02 +0100, by Matthew Wild
-
Add AUTHORS fileSat, 11 Oct 2008 21:40:50 +0100, by Matthew Wild
-
Fix MUC addressThu, 09 Oct 2008 20:32:59 +0100, by Matthew Wild
-
Updated pull script for new repoThu, 09 Oct 2008 20:28:39 +0100, by Matthew Wild
-
Fixed: util.stanza.deserialize now handles nil stanzasThu, 09 Oct 2008 22:19:35 +0500, by Waqas Hussain
Scroll all the way down to load more.