Software /
code /
prosody
Graph
-
Fix for hashes.c and encodings.c to rename luaopen for util_*2008-11-26, by Matthew Wild
-
Fix a waqas copy/paste error. It was my fault again apparently.2008-11-26, by Matthew Wild
-
Merge from waqas2008-11-26, by Matthew Wild
-
Added options to limit the number of resources and for handling of resource conflicts2008-11-26, by Waqas Hussain
-
Update mod_selftests to use the hosts on http://xmpp.org/interop/servers.shtml2008-11-26, by Matthew Wild
-
Yes, we don't put these things in here, we put them in here.2008-11-26, by Matthew Wild
-
Wrapped a core_process_stanza call in an xpcall call2008-11-26, by Waqas Hussain
-
Added mod_ping with support for [XEP-0199: XMPP Ping]2008-11-26, by Waqas Hussain
-
Changed format for XEP-0090 to the legacy format2008-11-26, by Waqas Hussain
-
Added mod_time with support for [XEP-0202: Entity Time] and [XEP-0090: Entity Time] (deprecated)2008-11-26, by Waqas Hussain
-
Merge from waqas2008-11-26, by Matthew Wild
-
Modules now sending disco replies2008-11-26, by Waqas Hussain
-
Minor bug fix2008-11-26, by Waqas Hussain
-
Added helper method to discomanager2008-11-26, by Waqas Hussain
-
Add rough Makefile for util-src/2008-11-26, by Matthew Wild
-
Removed commented code2008-11-25, by Waqas Hussain
-
Added util-src/hashes.c - support for sha1, sha256 and md5 hashes2008-11-25, by Waqas Hussain
-
Added util-src/encodings.c - support for base64, stringprep and idna encodings2008-11-25, by Waqas Hussain
-
Update TODO2008-11-25, by Matthew Wild
-
Refuse to run without SSL/TLS unless run_without_ssl is set in config2008-11-25, by Matthew Wild
-
Change loading order of modules, config before dependency checking2008-11-25, by Matthew Wild
-
Some mod_console changes2008-11-25, by Matthew Wild
-
Trivial whitespace fix in the missing dependency message2008-11-25, by Matthew Wild
-
Add MD5 to the list of checked dependencies2008-11-25, by Matthew Wild
-
Friendlier messages on missing dependencies2008-11-25, by Matthew Wild
-
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
Scroll all the way down to load more.