Software /
code /
prosody
Graph
-
Add some example certificates and update the config to point to them2008-11-29, by Matthew Wild
-
Add COPYING, remove LICENSE2008-11-29, by Matthew Wild
-
Merfe from Tobias2008-11-29, by Matthew Wild
-
Apply IDNA to ASCII on hostnames.2008-11-29, by Tobias Markmann
-
Forced merge.2008-11-29, by Tobias Markmann
-
Use unsigned int instead of uint because uint is already in use on OS X.2008-11-28, by Tobias Markmann
-
Do idna_to_ascii when building own response.2008-11-28, by Tobias Markmann
-
Fix for loading connlisteners when running without CFG_SOURCEDIR2008-11-29, by Matthew Wild
-
Also look for binary modules in the parent directory when running tests2008-11-29, by Matthew Wild
-
Automated merge with http://waqas.ath.cx/2008-11-29, by Matthew Wild
-
Moved incoming c2s presence handling from stanza_router to presencemanager2008-11-29, by Waqas Hussain
-
Fix for configmanager when config file can't be found2008-11-29, by Matthew Wild
-
Rename and update config. Update Makefile for this change.2008-11-29, by Matthew Wild
-
More Makefile improvements2008-11-29, by Matthew Wild
-
Add a top-level Makefile and ./configure script. Update util-src Makefile for this.2008-11-29, by Matthew Wild
-
Removing pull_from_master.sh. Use hg fetch instead.2008-11-29, by Matthew Wild
-
Load prosody instead of main.lia in mod_console2008-11-29, by Waqas Hussain
-
Make prosody executable2008-11-29, by Matthew Wild
-
Automated merge with http://waqas.ath.cx/2008-11-29, by Matthew Wild
-
Added a FIXME2008-11-29, by Waqas Hussain
-
Improved the regexp used to parse the client response a bit. Authenticating with non-ascii realm values now works.2008-11-29, by Waqas Hussain
-
Fixed logging in datamanager2008-11-29, by Waqas Hussain
-
main.lua -> prosody2008-11-29, by Matthew Wild
-
Merge from waqas2008-11-28, by Matthew Wild
-
Quickfix for dns.lua to not crash on failed connection to name servers2008-11-28, by Waqas Hussain
-
Added option core.data_path2008-11-28, by Waqas Hussain
-
No more reading 1 byte at a time from sockets2008-11-28, by Matthew Wild
-
Merge from waqas2008-11-27, by Matthew Wild
-
Completely switched to new hashes library from the old md5 library2008-11-27, by Waqas Hussain
-
Switched from md5 to sha256 for dialback key generation2008-11-27, by Waqas Hussain
-
Stopped using the lbase64 library2008-11-27, by Waqas Hussain
-
Added make.bat for windows2008-11-27, by Waqas Hussain
-
Removed MS specific preprocessor statements from the Makefile2008-11-27, by Waqas Hussain
-
Add module:unload() to mod_console, and allow module:load() to take config param2008-11-27, by Matthew Wild
-
Merge from waqas2008-11-27, by Matthew Wild
-
Makefile now works on windows with Microsoft's compiler2008-11-27, by Waqas Hussain
-
Minor changes to C files (to prevent compiler warnings)2008-11-27, by Waqas Hussain
-
Some mod_console updates2008-11-27, by Matthew Wild
-
is_loaded() and incomplete unload() for modules2008-11-27, by Matthew Wild
-
Nice enhancement for logging output2008-11-27, by Matthew Wild
-
Removing servermanager... it is no longer used2008-11-27, by Matthew Wild
-
Log reason for connection failure2008-11-26, by Matthew Wild
-
(Basic) IDNA and SRV fallback support2008-11-26, by Matthew Wild
-
Fix to make a global configmanager instance2008-11-26, by Matthew Wild
-
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
Scroll all the way down to load more.