Software /
code /
prosody
Graph
-
Fix softreq, so it reports when no suitable MD5 library is found2008-11-25, by Matthew Wild
-
SSL library is optional, not a fatal error2008-11-25, by Matthew Wild
-
Some ends too much.2008-11-23, by Tobias Markmann
-
Some changes to report more correct SASL failures. Support for disabled accounts.2008-11-23, by Tobias Markmann
-
Merging with main branch.2008-11-23, by Tobias Markmann
-
Checking some variables for nil so no errors occur that'll break the server.2008-11-23, by Tobias Markmann
-
Removing some debug messages.2008-11-16, by Tobias Markmann
-
Merge from waqas2008-11-23, by Matthew Wild
-
Added temporary fix for srv on windows: using opendns nameservers2008-11-23, by Waqas Hussain
-
Check to prevent error on IQs from completely unhandled origins2008-11-23, by Waqas Hussain
-
Backed out the backout. Now we're back out.2008-11-23, by Matthew Wild
-
Reverted my change to modulemanager, to restore those made by waqas2008-11-23, by Matthew Wild
-
Backed out changeset 79bd7a3e906c2008-11-23, by Matthew Wild
-
Merge from waqas2008-11-23, by Matthew Wild
-
Ahem, a bit of an identity crisis..2008-11-23, by Waqas Hussain
-
Removing lxmppd.cfg.dist2008-11-23, by Matthew Wild
-
Typo prevented modulemanager.load() from returning the error if load failed.2008-11-23, by Matthew Wild
-
Merge from waqas2008-11-23, by Matthew Wild
-
Added mod_disco2008-11-22, by Waqas Hussain
-
Added discomanager2008-11-22, by Waqas Hussain
-
Added discohelper2008-11-22, by Waqas Hussain
-
Account deletion support2008-11-22, by Waqas Hussain
-
Check to prevent error for IQs from completely unhandled origins2008-11-22, by Waqas Hussain
-
Removed useless check2008-11-22, by Waqas Hussain
-
Only start console if it is enabled in the config. Note that the exact option is going to change tomorrow.2008-11-23, by Matthew Wild
-
Add initial mod_console2008-11-23, by Matthew Wild
-
Comment out remote debug, will later be enabled via config2008-11-23, by Matthew Wild
-
Small fix for connlisteners to accept nil for userdata2008-11-23, by Matthew Wild
-
Fix various mistakes in dns.lua2008-11-23, by Matthew Wild
-
Fix dns for poor Windows users, who have never seen a resolv.conf2008-11-23, by Matthew Wild
-
Add new lxmppd.cfg.lua.dist example config file2008-11-23, by Matthew Wild
-
New configmanager. Old-style config files still work, but will print a warning2008-11-23, by Matthew Wild
-
Fix mod_selftests syntax, and switch it to use config2008-11-23, by Matthew Wild
-
All the people who don't use TLS, this one's for you.2008-11-22, by Matthew Wild
-
Add helper function for adding message bodies to stanzas2008-11-22, by Matthew Wild
-
Import initial configmanager, not sure if it works yet, but it does pass the unit tests ;)2008-11-21, by Matthew Wild
-
Update test.lua with a work-in-progress2008-11-21, by Matthew Wild
-
Better names for variables2008-11-21, by Matthew Wild
-
Remove old TODO2008-11-21, by Matthew Wild
-
Remove some declarations I added while debugging2008-11-21, by Matthew Wild
-
Improve jid.split() and jid.bare() to pass new test cases with invalid JIDs2008-11-21, by Matthew Wild
-
Add jid.bare() helper function2008-11-20, by Matthew Wild
-
Adding selftests module, but not enabling in config2008-11-20, by Matthew Wild
-
Oops, never added the tests for s2smanager to the repo2008-11-20, by Matthew Wild
-
Add run_tests.sh2008-11-20, by Matthew Wild
-
Update unit testing to output coverage reports2008-11-20, by Matthew Wild
-
Remove or comment useless prints, or change them to log()2008-11-20, by Matthew Wild
-
Add event for server startup completed: server-started2008-11-20, by Matthew Wild
-
Don't error reply to stanzas direct over the s2s stream they came from2008-11-20, by Matthew Wild
-
Use a stanza for c2s stream features instead of an array of strings. Removes a FIXME.2008-11-20, by Matthew Wild
-
Log number of open sessions on session creation2008-11-20, by Matthew Wild
-
Remove a debug print() from xmlhandlers2008-11-20, by Matthew Wild
-
Remove version=1.0 on s2s stream headers, again.2008-11-20, by Matthew Wild
-
Remove an old FIXME comment2008-11-19, by Matthew Wild
-
Fix the reversed to/from on the final db:result. Fixes M-Link and Gmail. Thanks dwd!!2008-11-19, by Matthew Wild
-
Comments and logging fixes2008-11-19, by Matthew Wild
-
Send version=1.0 again in s2s stream header2008-11-19, by Matthew Wild
-
Fix for setting the correct host on the socket, seems to fix s2s with XCP2008-11-19, by Matthew Wild
-
Show which session got disconnected in log message2008-11-19, by Matthew Wild
-
Don't error if the original s2s connection has closed before we get the dialback result2008-11-19, by Matthew Wild
-
Don't send version 1.0. Who cares about Gmail?2008-11-19, by Matthew Wild
-
Send version=1.0 in s2s stream header. Send s2s stream:features when in 1.0 mode.2008-11-19, by Matthew Wild
-
Don't attempt to auth connection unless stanzas are being sent across it2008-11-19, by Matthew Wild
-
Log sent s2s stanzas2008-11-19, by Matthew Wild
-
Incorrect function set as callback2008-11-19, by Matthew Wild
-
Don't error if streamopened/streamclosed callback is not specified for a session2008-11-19, by Matthew Wild
-
Extra checks before sending error replies to incoming stanzas2008-11-19, by Matthew Wild
-
Fix sending of unavailable presence on disconnect2008-11-19, by Matthew Wild
-
Don't forget to escape XML in attributes. Thanks to the Postgres Q&A room on conference.jabber.org :)2008-11-19, by Matthew Wild
-
We have SRV resolving \o/2008-11-18, by Matthew Wild
-
Small fix for servermanager2008-11-18, by Matthew Wild
-
Fix to prevent send retry when connection is already closed2008-11-18, by Matthew Wild
-
*ahem* Yes, move along please... though really, quite a classic. :)2008-11-18, by Matthew Wild
-
session:disconnect() -> session:close() for consistency with other Lua APIs2008-11-18, by Matthew Wild
-
Remove useless check for unavailable presence (which never exists)2008-11-18, by Matthew Wild
-
Quite some changes, to:2008-11-18, by Matthew Wild
-
s2s sessions can now be disconnected, with or without a stream error. Fixes #82008-11-18, by Matthew Wild
-
Flush write queue before closing socket2008-11-18, by Matthew Wild
-
Fixed s2s manager's send queue to not store recieved stanza objects (as these can chnage after the send call)2008-11-17, by Waqas Hussain
-
Adding logging for outbound presence broadcasts (changed it a bit)2008-11-17, by Waqas Hussain
-
Adding logging for outbound presence broadcasts2008-11-17, by Waqas Hussain
-
Second fix for broadcasting presence of available resources to newly approved contact2008-11-17, by Waqas Hussain
-
Fix for broadcasting presence of available resources to newly approved contact2008-11-17, by Waqas Hussain
-
Moved presence subscription code from stanza_router to presencemanager2008-11-17, by Waqas Hussain
-
Merge with waqas2008-11-16, by Matthew Wild
-
Fix for putting TLS in stream:features for connections already using TLS. Thanks to albert for spotting.2008-11-16, by Matthew Wild
-
Fix logging in some cases for client disconnects2008-11-16, by Matthew Wild
-
Removed unused function send_to_session from sessionmanager (send_to_session replaced by session.send)2008-11-16, by Waqas Hussain
-
Fixed mod_tls to use session.send for sending stanzas2008-11-16, by Waqas Hussain
-
Fixed servermanager to use session.send for sending stanzas2008-11-16, by Waqas Hussain
-
Removed useless [[local send = require "core.sessionmanager".send_to_session]] from mod_uptime and mod_version2008-11-15, by Waqas Hussain
-
Fixed mod_saslauth to use session.send for sending stanzas2008-11-15, by Waqas Hussain
-
Fixed sessionmanager to not send session in place of stream features...2008-11-15, by Waqas Hussain
-
Fixed mod_register to use session.send for sending stanzas2008-11-15, by Waqas Hussain
-
Fixed mod_private to use session.send for sending stanzas2008-11-15, by Waqas Hussain
-
Fixed sessionmanager to use appropriate method for sending stream features2008-11-15, by Waqas Hussain
-
Fixed mod_legacyauth to use session.send for sending stanzas2008-11-15, by Waqas Hussain
-
Fix mod_vcard to use session.send for sending stanzas2008-11-15, by Waqas Hussain
-
Merge with myself (!)2008-11-15, by Matthew Wild
-
Merge from waqas2008-11-15, by Matthew Wild
-
Code cleanup for resource binding2008-11-15, by Waqas Hussain
-
Unused variables in mod_tls2008-11-15, by Waqas Hussain
-
You can never have too many tests2008-11-15, by Matthew Wild
-
Warn when subtest function does not exist2008-11-15, by Matthew Wild
-
If iq child element has no xmlns, use parent's2008-11-15, by Matthew Wild
-
Fix mod_roster to use session.send for sending stanzas2008-11-15, by Matthew Wild
-
Small fix for mod_version2008-11-15, by Matthew Wild
-
Providing some human readable error messages and some fixes.2008-11-15, by Tobias Markmann
-
Using md5.sum rather than hashes.md5 because we don't want hexadecimal2008-11-15, by Waqas Hussain
-
mod_saslauth: Code cleanup2008-11-15, by Waqas Hussain
-
Made SASL module fit the new interface.2008-11-15, by Tobias Markmann
-
base64 encode the sasl responses2008-11-15, by Waqas Hussain
-
Started using realm in password hashing, and added support for error message replies from sasl2008-11-15, by Waqas Hussain
-
Comment out DIGEST-MD5 until it is fully implemented2008-11-15, by Matthew Wild
-
Merge new SASL code from Tobias and Waqas2008-11-15, by Matthew Wild
-
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
-
mod_roster fix2008-11-01, by Waqas Hussain
-
Another fix for s2s (well, let's say it was more for modules)2008-11-01, by Matthew Wild
-
Fix s2s once and for all2008-11-01, by Matthew Wild
-
Fix for mod_version over s2s2008-11-01, by Matthew Wild
-
mod_version is here2008-10-30, 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.2008-10-30, by Matthew Wild
-
sends2s -> s2s_session.send(), s2s_session.send() -> s2s_session.sends2s()2008-10-30, by Matthew Wild
-
Added support for XEP-0049: Private XML Storage (mod_private)2008-10-26, by Waqas Hussain
-
mod_vcard: Fixed to use new util.stanza.add_child2008-10-26, by Waqas Hussain
-
Combined some lines2008-10-26, by Waqas Hussain
-
Datamanager Fixes and improvements2008-10-26, by Waqas Hussain
-
Don't set cursor inside added child when using add_child()2008-10-26, by Matthew Wild
-
Make add_child() behave as expected. Old add_child() is now add_direct_child()2008-10-26, by Matthew Wild
-
Better logging of s2s connections2008-10-26, by Matthew Wild
-
Merge presence/subscription support from waqas2008-10-26, by Matthew Wild
-
Bug fixes and checks for presence subscriptions, etc2008-10-25, by Waqas Hussain
-
Outbound presence subscription2008-10-25, by Waqas Hussain
-
Routing code reorganization2008-10-25, by Waqas Hussain
-
Inbound subscription request2008-10-24, by Waqas Hussain
-
Inbound unsubscribe2008-10-24, by Waqas Hussain
-
Inbound subscription cancellation2008-10-24, by Waqas Hussain
-
Inbound subscription approval2008-10-24, by Waqas Hussain
-
Minor fixes, comments2008-10-24, by Waqas Hussain
-
Little tweak for more useful logging of closed s2s sessions2008-10-26, by Matthew Wild
-
Log when an incoming dialback verification request is an invalid key for our domain2008-10-25, by Matthew Wild
-
Remove misleading log message regarding s2s/dialback2008-10-25, by Matthew Wild
-
Backed out changeset 4adc53e03b4d (garbage collection)2008-10-24, by Matthew Wild
-
Extra garbage collection, for debugging2008-10-24, by Matthew Wild
-
other half of previous commit2008-10-24, by Matthew Wild
-
Clean up session when s2s connections are disconnected2008-10-24, by Matthew Wild
-
Remove some overly-verbose debug log output2008-10-24, by Matthew Wild
-
Destroy s2s sendqueue when connection is established successfully and data written2008-10-24, by Matthew Wild
-
Fix nil concat for good this time (\!)2008-10-24, by Matthew Wild
-
Fix nil concat when non-existant user is probed (another)2008-10-24, by Matthew Wild
-
Fix nil concat when non-existant user is probed2008-10-24, by Matthew Wild
-
Hack until we get SRV resolving2008-10-24, by Matthew Wild
-
Fix for sessionmanager to not throw error when session doesn't have a private logger2008-10-24, by Matthew Wild
-
Show error when no MD5 lib available2008-10-24, by Matthew Wild
-
Fix mod_legacyauth to not use old stanza_dispatch2008-10-24, by Matthew Wild
-
Merge from waqas2008-10-24, by Matthew Wild
-
Moved some code and removed unnecessary checks.2008-10-23, by Waqas Hussain
-
Presence fixes (again)2008-10-23, by Waqas Hussain
-
Merging more s2s2008-10-24, by Matthew Wild
-
Partial s2s commit2008-10-24, by Matthew Wild
-
Backed out changeset 98e9fea75e5b2008-10-23, by Matthew Wild
-
Backed out changeset 37b3e9ed8918 (again)2008-10-23, by Matthew Wild
-
Backed out changeset a0fc73d5f48c2008-10-23, by Matthew Wild
-
Backed out changeset 8f17ba74823c2008-10-23, by Matthew Wild
-
Reverting stanza_router to non-conflicted version2008-10-23, by Matthew Wild
-
Making the best attempt out of a bad merge from waqas2008-10-23, by Matthew Wild
-
Added TODO2008-10-23, by Waqas Hussain
-
Merged from Matthew2008-10-23, by Waqas Hussain
-
Merged from Matthew2008-10-23, by Waqas Hussain
-
Removed .hgtags2008-10-23, by Waqas Hussain
-
Fixed: Works when LuaRocks is not present2008-10-23, by Waqas Hussain
-
Roster updates2008-10-23, by Waqas Hussain
-
Docs update2008-10-23, by Waqas Hussain
-
Presence fixes2008-10-23, by Waqas Hussain
-
Fixed: Some modules did not return anything2008-10-23, by Waqas Hussain
-
Set things up for presence subscriptions.2008-10-23, by Waqas Hussain
-
Final fix for marking user offline when all resources are gone :)2008-10-23, by Matthew Wild
-
even faster checking for other sessions... thank you waqas :)2008-10-23, by Matthew Wild
-
faster checking for other sessions2008-10-23, by Matthew Wild
-
Fix for not destroying sessions when connection closed.2008-10-23, by Matthew Wild
-
No s2s yet :)2008-10-23, by Matthew Wild
-
Added a comment, removed all the old code2008-10-23, by Matthew Wild
-
TLS/SASL no longer should include the connhandler module2008-10-23, by Matthew Wild
-
Relocate presence broadcast to core_handle_stanza()2008-10-23, by Matthew Wild
-
Merge roster & presence from waqas2008-10-22, by Matthew Wild
-
Updated and fixed session documentation2008-10-22, by Waqas Hussain
-
Updated session documentation2008-10-22, by Waqas Hussain
-
Added session property for interested resources2008-10-22, by Waqas Hussain
-
Working presence, presence probes and other fixes2008-10-22, by Waqas Hussain
-
Added: TODO2008-10-22, by Waqas Hussain
-
Fixed: Unhandled stanza handling2008-10-22, by Waqas Hussain
-
Fixed: Roster support2008-10-22, by Waqas Hussain
-
Minor edit, and added a TODO2008-10-22, by Waqas Hussain
-
Added: More complete implementation for mod_roster2008-10-17, by Waqas Hussain
-
Added: Roster manipulation functions to core.rostermanager2008-10-17, by Waqas Hussain
-
Added: presence broadcast2008-10-14, by Waqas Hussain
-
Removed an unnecessary line2008-10-14, by Waqas Hussain
-
Fixed: util/jid.lua now returns module object2008-10-14, by Waqas Hussain
-
Fixed: Typos caused by lack of sleep.2008-10-14, by Waqas Hussain
-
Fixed: mod_roster now outputs all roster data (instead of just the JIDs)2008-10-12, by Waqas Hussain
-
Added some roster management functions2008-10-12, by Waqas Hussain
-
Documented the roster object's structure2008-10-12, by Waqas Hussain
-
Abstract connections with "connection listeners"2008-10-22, by Matthew Wild
-
server.lua should degrade gracefully when LuaSec not present2008-10-22, by Matthew Wild
-
Some tiny changes for main.lua2008-10-12, by Matthew Wild
-
Updated TODO2008-10-12, by Matthew Wild
-
Remove more of Dolphin's leftovers2008-10-11, by Matthew Wild
-
Add AUTHORS file2008-10-11, by Matthew Wild
-
Fix MUC address2008-10-09, by Matthew Wild
-
Updated pull script for new repo2008-10-09, by Matthew Wild
-
Fixed: util.stanza.deserialize now handles nil stanzas2008-10-09, by Waqas Hussain
-
Fixed: incorrect auth check2008-10-08, by Waqas Hussain
-
Minor fix2008-10-08, by Waqas Hussain
-
Merge from Matthew. datamanager.simplesave fix2008-10-08, by Waqas Hussain
-
Added: vCard plugin: mod_vcard2008-10-08, by Waqas Hussain
-
Added: mod_register now replies with an error stanza when file write fails2008-10-08, by Waqas Hussain
-
Added: Datastore support for hosts and global data in addition to users2008-10-08, by Waqas Hussain
-
Fixed routing for IQs to bare JIDs, and added a simple IQ validity check2008-10-08, by Waqas Hussain
-
Fix for saving tables with non-string keys2008-10-08, by Matthew Wild
-
Merge roster fixes from waqas2008-10-08, by Matthew Wild
-
Fixed: rostermanager.lua now returns the module2008-10-08, by Waqas Hussain
-
Removed: Unnecessary check in mod_roster. session.roster is guaranteed to be available for "c2s" session type.2008-10-08, by Waqas Hussain
-
Fized: Added check to ensure that resource binding is done after auth.2008-10-08, by Waqas Hussain
-
Load roster on resource bind2008-10-08, by Waqas Hussain
-
Merged docs from paul2008-10-08, by Matthew Wild
-
Added script to pull from master mercurial repository2008-10-08, by Paul-Sebastian Manole
-
Remove debugging output from when doing TLS2008-10-08, by Matthew Wild
-
Added to a comment2008-10-08, by Waqas Hussain
-
Code cleanup2008-10-08, by Waqas Hussain
-
Added: Local stanza routing2008-10-07, by Waqas Hussain
-
Fixed typo in variable name2008-10-07, by Waqas Hussain
-
forgot to commit mod_tls, oops :)2008-10-07, by Matthew Wild
-
Beginnings of real stanza routing2008-10-05, by Matthew Wild
-
Merged local TLS branch2008-10-05, by Matthew Wild
-
Convert spaces->tabs2008-10-05, by Matthew Wild
-
mod_InBandRegistration -> mod_register2008-10-05, by Matthew Wild
-
Merged mod_InBandRegistration from waqas2008-10-05, by Matthew Wild
-
Docs2008-10-05, by Matthew Wild
-
User registration, etc (jabber:iq:register)2008-10-04, by Waqas Hussain
-
Merge from waqas2008-10-04, by Matthew Wild
-
Removed unused functions2008-10-04, by Waqas Hussain
-
Fix setting resource before we even know what it is2008-10-04, by Matthew Wild
-
Merge docs from waqas2008-10-04, by Matthew Wild
-
Some notes of the stanza and session structures2008-10-04, by Waqas Hussain
-
DEPENDS updated by waqas2008-10-04, by Matthew Wild
-
Session destruction fixes, some debugging code while we fix the rest. Also change logger to be more useful.2008-10-04, by Matthew Wild
-
Fix for destruction of unauthed SASL sessions2008-10-04, by Matthew Wild
-
Added lbase64 to the dependency list2008-10-04, by Waqas Hussain
-
Fix for using wrong auth token as username (fixes Gajim login)2008-10-04, by Matthew Wild
-
New "import" module to help tidy up all the local declarations at the top of modules2008-10-04, by Matthew Wild
-
Use xmlns for matching auth tag too2008-10-04, by Matthew Wild
-
Fix stanza handlers to use xmlns also for matching2008-10-04, by Matthew Wild
-
Resource binding, XMPP sessions (whatever they're for...)2008-10-04, by Matthew Wild
-
Small fix for sending stanzas in case of resource binding error2008-10-04, by Matthew Wild
-
Add "uuid" library and make sessionmanager use this.2008-10-04, by Matthew Wild
-
Reply to unhandled iq's with service-unavailable2008-10-04, by Matthew Wild
-
Small fixes2008-10-04, by Matthew Wild
-
An oops in sessionmanager stream:features code :)2008-10-03, by Matthew Wild
-
Move stream opening handling from xmlhandlers to sessionmanager2008-10-03, by Matthew Wild
-
Add support for arbitrary events and event hooks2008-10-03, by Matthew Wild
-
SASL!2008-10-02, by Matthew Wild
-
Removed unused functions from main.lua2008-10-01, by Matthew Wild
-
Moved hosts to a config file, still need better config though2008-10-01, by Matthew Wild
-
Removed tag tip2008-10-01, by Waqas Hussain
-
Fixed: Session data was never removed from sessions list2008-10-01, by Waqas Hussain
-
Let modules set/write globals2008-10-01, by Matthew Wild
-
Fix quoting in util/sasl.lua2008-09-30, by Matthew Wild
-
Remove now useless debug output2008-09-30, by Matthew Wild
-
Huge commit to:2008-09-30, by Matthew Wild
-
jid.split(): Return nil when passed nil2008-09-30, by Matthew Wild
-
Adding initial unit testing scripts2008-09-27, by Matthew Wild
-
Fixing jid.split() for all JIDs2008-09-27, by Matthew Wild
-
Merged Paul's branch2008-09-17, by Matthew Wild
-
Grrr! Don't use KDE apps to view this repo!2008-09-17, by bt
-
Removed ~ files2008-09-17, by bt
-
Some docs written by Thorns. Need reviewing.2008-09-17, by bt
-
Various documentation updates, and added names.txt :)2008-09-03, by Matthew Wild
-
Updated stanza routing doc2008-08-27, by Matthew Wild
-
Remove some debugging messages2008-08-26, by Matthew Wild
-
Merged in Tobias's SASL lib2008-08-26, by Matthew Wild
-
Beginning of new routing logic2008-08-26, by Matthew Wild
-
module table was missing2008-08-26, by Tobias Markmann
-
* missing base64 decode of SASL response2008-08-25, by Tobias Markmann
-
adding SASL lib with PLAIN support, not tested yet2008-08-25, by Tobias Markmann
-
Added tests/ folder2008-08-25, by Matthew Wild
-
Coding style doc, HACKERS file2008-08-25, by Matthew Wild
-
Moved server module to net/2008-08-25, by Matthew Wild
-
Remove redundant comments2008-08-25, by Matthew Wild
-
renaming _ to sock to improve readability2008-08-24, by Tobias Markmann
-
remaned _ to sock to improve readability2008-08-24, by Tobias Markmann
-
added LICENSE file2008-08-24, by Matthew Wild
-
- Remove some debugging code2008-08-24, by Matthew Wild
-
Merged 2 heads o_O2008-08-24, by matthew
-
Added all the files to please hg :/2008-08-24, by matthew
-
Presence unavailable on disconnect2008-08-24, by matthew
-
"Shared roster" - well, kind of :)2008-08-24, by matthew
-
Working presence!2008-08-24, by matthew
-
Switched to new connection framework, courtesy of the luadch project2008-08-24, by matthew
-
First commit, where do you want to go tomorrow?2008-08-22, by matthew
Scroll all the way down to load more.