Software /
code /
prosody
Graph
-
Merging with Waqas' code.2008-11-15, by Tobias Markmann
-
Set username in a SASL object.2008-11-15, by Tobias Markmann
-
Set username on SASL success2008-11-15, by Waqas Hussain
-
Merge with Waqas changes to mod_saslauth.2008-11-15, by Tobias Markmann
-
Made PLAIN method in sasl.lua module follow new interface.2008-11-15, by Tobias Markmann
-
mod_saslauth: Added base64 decoding, encoding check, and cleaned the code up.2008-11-15, by Waqas Hussain
-
Adding some TODO for some security issue.2008-11-15, by Tobias Markmann
-
Merging my new SASL code with Waqas' adjusted saslauth module.2008-11-15, by Tobias Markmann
-
mod_saslauth updated for digest-md52008-11-15, by Waqas Hussain
-
Merging.2008-11-10, by Tobias Markmann
-
Forward response stanzas to sasl.lua and some other stuff.2008-11-10, by Tobias Markmann
-
Fixing some parsing and some other stuff.2008-11-09, by Tobias Markmann
-
Some early attempts on DIGEST-MD5.2008-11-09, by Tobias Markmann
-
Fix logging of disconnect reason, and also sending of unavailable presence on disconnect2008-11-15, by Matthew Wild
-
Fix routing of outbound iq stanzas2008-11-15, by Matthew Wild
-
Add tests for core.stanza_router2008-11-15, by Matthew Wild
-
Add new logger for tests to use2008-11-15, by Matthew Wild
-
Some fixes for our test runner2008-11-15, by Matthew Wild
-
Return registered host table when registering a component2008-11-15, by Matthew Wild
-
Log how many queued stanzas we send2008-11-15, by Waqas Hussain
-
Merge from waqas2008-11-15, by Matthew Wild
-
Some bugs fixed2008-11-15, by Waqas Hussain
-
Update hostname for identi.ca2008-11-14, by Matthew Wild
-
Remove some old unused (and empty) functions from s2smanager2008-11-14, by Matthew Wild
-
Update rostermanager to use new logger2008-11-14, by Matthew Wild
-
A treat for Linux users ;)2008-11-14, by Matthew Wild
-
Fix outgoing s2s from components. Fixes #162008-11-14, by Matthew Wild
-
Now outgoing s2s sessions are associated with their from_host, fixes #152008-11-14, by Matthew Wild
-
Some more logging fixes2008-11-14, by Matthew Wild
-
Yep, s2s definitely works now. This is just a small fix for logging...2008-11-14, by Matthew Wild
-
I knew it ;) Fix sending error replies over s2s (though we shouldn't be error'ing on stream:features anyway)2008-11-14, by Matthew Wild
-
Print out the stanza also2008-11-14, by Matthew Wild
-
Fix for detecting when we are routing a stanza to ourself (I'm sure this has something to do with you, waqas...)2008-11-14, by Matthew Wild
-
Another small fix, for logging in s2smanager2008-11-14, by Matthew Wild
-
Another small fix, for logging in s2smanager2008-11-14, by Matthew Wild
-
Mmm, s2s fixed :)2008-11-14, by Matthew Wild
-
Merge from waqas2008-11-13, by Matthew Wild
-
Added error replies for unhandled stanzas2008-11-13, by Waqas Hussain
-
Added basic offline message support2008-11-13, by Waqas Hussain
-
Added util.datetime: Utility methods to support XEP-0082: XMPP Date and Time Profiles2008-11-13, by Waqas Hussain
-
Fixed stanza deserialization2008-11-13, by Waqas Hussain
-
Add support for remote debugger2008-11-13, by Matthew Wild
-
Missed importing a function in last commit2008-11-13, by Matthew Wild
-
Change sending reply stream header to use top_tag()2008-11-13, by Matthew Wild
-
Add new top_tag() method to stanzas2008-11-13, by Matthew Wild
-
Some s2s fixes. Now connect() does not block, and stanzas are not lost when connection is slow2008-11-12, by Matthew Wild
-
Renamed some of the variables in jid.split test to make it clearer2008-11-10, by Matthew Wild
-
Fix jid.split test function2008-11-09, by Matthew Wild
-
Merge from waqas2008-11-09, by Matthew Wild
-
Fixed typo2008-11-09, by Waqas Hussain
-
Merge from waqas2008-11-09, by Matthew Wild
-
Added mod_uptime: [XEP-0012: Last Activity] queries now work when directed at the server.2008-11-09, by Waqas Hussain
-
Hack to allow s2s stanzas to work until we do proper namespace handling2008-11-09, by Waqas Hussain
-
Move some code about so that we don't leave connections hanging if they hit the connection timeout2008-11-09, by Matthew Wild
-
Actually show error and position when we show a traceback :)2008-11-09, by Matthew Wild
-
Prevent slow connects for s2s from blocking for so long2008-11-09, by Matthew Wild
-
We don't fail if modules fail to load at startup :)2008-11-09, by Waqas Hussain
-
We now fail if modules fail to load at startup.2008-11-08, by Waqas Hussain
-
Updated usermanager with DIGEST-MD5 support2008-11-08, by Waqas Hussain
-
Fix some very misleading logging2008-11-08, by Matthew Wild
-
Just committing this warning, because I want to know if the problem really affects us2008-11-08, by Matthew Wild
-
Add host field to local host sessions2008-11-08, by Matthew Wild
-
Merge from waqas2008-11-08, by Matthew Wild
-
Redirecting all stanzas not from origin of type s2sin and c2s to core_handle_stanza2008-11-08, by Waqas Hussain
-
Shortened log output for incoming stanzas and an added check.2008-11-06, by Waqas Hussain
-
Fix for checking components, but we need to look at this whole block to optimise it, really we do2008-11-08, by Matthew Wild
-
Fixed some whitespace.2008-11-06, by Waqas Hussain
-
Reworked the way lxmppd.cfg is used2008-11-06, by Waqas Hussain
-
Re-applying my changes to componentmanager. Sigh.2008-11-04, by Matthew Wild
-
Adding component support. Again...2008-11-04, by Waqas Hussain
-
/me glares at waqas for messing up the repo2008-11-04, by Matthew Wild
-
/me glares at MattJ2008-11-04, by Waqas Hussain
-
Commented a buggy check2008-11-04, by Waqas Hussain
-
Internal component support2008-11-04, by Waqas Hussain
-
Foxed: Copy stanza type in reply for presence and message stanzas2008-11-04, by Waqas Hussain
-
Part 2 of internal components. Should have mentioned that the previous commit was from waqas, this one from me.2008-11-04, by Matthew Wild
-
Part one of internal component support2008-11-04, by Matthew Wild
-
Merge (for some reason)2008-11-04, by Matthew Wild
-
A little whitespace fix2008-11-03, by Waqas Hussain
-
Datamanager now deletes files with no data2008-11-03, by Waqas Hussain
-
Reformatted lxmppd.cfg.dist and removed redundant variable2008-11-03, by Waqas Hussain
-
imported patch srv-for-cdr-se.patch2008-11-02, by Matthew Wild
-
Removed require "core.stanza_dispatch"2008-11-02, by Waqas Hussain
-
Remove obsolete stanza_dispatch.lua2008-11-02, by Matthew Wild
-
merge from waqas2008-11-02, by Matthew Wild
-
Priority based message routing, etc2008-11-02, by Waqas Hussain
-
Added resource priority handling, etc2008-11-02, by Waqas Hussain
-
Fix for previous commit (again)2008-11-02, by Matthew Wild
-
Fix for previous commit2008-11-02, by Matthew Wild
-
Fix for add_iq_handler to allow multiple origin types too2008-11-02, by Matthew Wild
-
vcards for s2s2008-11-02, by Matthew Wild
-
Fix MD5 loading check2008-11-02, by Matthew Wild
Scroll all the way down to load more.