Software /
code /
prosody
Graph
-
Pass HTTP request object to callback2008-12-12, by Matthew Wild
-
HTTP request callbacks now: handler(code, content) (where code may be 0, and content an error message)2008-12-12, by Matthew Wild
-
Non-blocking HTTP requests (adding net.http)2008-12-12, by Matthew Wild
-
0.1 -> 0.22008-12-10, by Matthew Wild
-
Newline at end of file for sessionmanager2008-12-10, by Matthew Wild
-
New, faster, stanza serialization2008-12-10, by Matthew Wild
-
Add commented line to disable logging entirely2008-12-10, by Matthew Wild
-
Fix blank tracebacks for c2s/s2s connections2008-12-10, by Matthew Wild
-
Enable dialback for components2008-12-09, by Waqas Hussain
-
Changed mod_roster to use the newer presence manager API2008-12-08, by Waqas Hussain
-
Don't try processing stanzas not of type get or set in module manager2008-12-08, by Waqas Hussain
-
Fixed a variable redeclaration2008-12-08, by Waqas Hussain
-
Make the ejabberd importer work with host-only roster items2008-12-08, by Waqas Hussain
-
Added: Ports now read from the config2008-12-07, by Waqas Hussain
-
stanza_dispatch != dispatch_stanza2008-12-07, by Matthew Wild
-
Automated merge with http://waqas.ath.cx:8000/2008-12-07, by Matthew Wild
-
Latin1 support for SASL DIGEST-MD5 (second, and possibly final commit)2008-12-07, by Waqas Hussain
-
Typo in variable name in last commit2008-12-07, by Matthew Wild
-
Automated merge with http://waqas.ath.cx:8000/2008-12-07, by Matthew Wild
-
Latin1 support for SASL DIGEST-MD5 (initial commit)2008-12-07, by Waqas Hussain
-
Small logging adjustment for mod_posix2008-12-07, by Matthew Wild
-
Slightly more secure dialback secret generation2008-12-07, by Matthew Wild
-
Merge from waqas2008-12-06, by Matthew Wild
-
Removed unused variables2008-12-06, by Waqas Hussain
-
Combined and merged similar code2008-12-06, by Waqas Hussain
-
Removed pre-multitable code from module manager2008-12-06, by Waqas Hussain
-
Remove some debugging from pposix.c2008-12-06, by Matthew Wild
-
Add mod_posix, fixes #52008-12-06, by Matthew Wild
-
Add posix support library, and adjust makefiles for it2008-12-06, by Matthew Wild
-
Code tidying for xmpp{client,server}_listeners2008-12-06, by Matthew Wild
-
Temporary hack for global modules2008-12-06, by Matthew Wild
-
Remove print()s from sessionmanager and s2smanager2008-12-06, by Matthew Wild
-
Make it possible to set custom output handler for logger2008-12-06, by Matthew Wild
-
Remove old commented code from server.lua2008-12-06, by Matthew Wild
-
Some code cleaning for the main script2008-12-06, by Matthew Wild
-
Merge from waqas2008-12-06, by Matthew Wild
-
Changed module manager to use multitable (initial commit)2008-12-06, by Waqas Hussain
-
Fix add_event_hook in module API2008-12-06, by Matthew Wild
-
Move the setting of data_path to fix #unfiledbug2008-12-06, by Matthew Wild
-
Log in hostmanager when a vhost is activated/deactivated2008-12-06, by Matthew Wild
-
Datamanager logs data_path2008-12-06, by Matthew Wild
-
Move module loading to modulemanager2008-12-06, by Matthew Wild
-
Merge from waqas/myself2008-12-06, by Matthew Wild
-
Merge from waqas2008-12-06, by Matthew Wild
-
Fixed: Stopped tryint to send error replies on unauthed connections2008-12-06, by Waqas Hussain
-
Add hostmanager, and eventmanager2008-12-06, by Matthew Wild
-
Small fix for multitable2008-12-06, by Matthew Wild
-
Re-commit TLS fix2008-12-05, by Matthew Wild
-
Merge2008-12-05, by Matthew Wild
-
Backed out changeset 099d8a102deb (committed too much)2008-12-05, by Matthew Wild
-
Don't say we need TLS after we've already started the handshake2008-12-05, by Matthew Wild
-
Add TLS socket to readlist before handshake starts, fixes major slow-down on TLS connections2008-12-05, by Matthew Wild
-
Comment out debug logging for now2008-12-05, by Matthew Wild
-
Remove linger option on sockets, made no difference, and I forgot to remove it earlier2008-12-05, by Matthew Wild
-
Fix the last couple of places where we send strings from mod_dialback2008-12-05, by Matthew Wild
-
Fix for s2s with jabberd2 (we weren't routing db:verify's over s2sout_unauthed)2008-12-05, by Matthew Wild
-
Disconnect with stream errors on bad XML, or invalid stream namespace2008-12-05, by Matthew Wild
-
Add a couple more tests for jid.split2008-12-05, by Matthew Wild
-
Merge from waqas2008-12-05, by Matthew Wild
-
MultiTable: Remove all empty sub-tables when elements are removed2008-12-05, by Waqas Hussain
-
Merge from waqas2008-12-05, by Matthew Wild
-
util.multitable - A table with multiple key for each entry2008-12-04, by Waqas Hussain
-
Automated merge with http://waqas.ath.cx/2008-12-04, by Matthew Wild
-
Changed util.datamanager to use util.serialization2008-12-04, by Waqas Hussain
-
Changed the datastore for vCards from vCard to vcard in mod_vcard and mod_register2008-12-04, by Waqas Hussain
-
Automated merge with http://waqas.ath.cx/2008-12-04, by Matthew Wild
-
Changed the ejabberd import script to use util.serialization2008-12-04, by Waqas Hussain
-
Added module util.serialization2008-12-04, by Waqas Hussain
-
Abstract xmlhandlers a bit more, also add error callbacks2008-12-04, by Matthew Wild
-
Don't send stream:features to incoming s2s connections2008-12-04, by Matthew Wild
-
Fix logger ids for c2s and s2sout2008-12-04, by Matthew Wild
-
Automated merge with http://waqas.ath.cx/2008-12-04, by Matthew Wild
-
Change modules to use the new add_feature module API method.2008-12-04, by Waqas Hussain
-
Added function add_feature to modules API (for adding disco features)2008-12-04, by Waqas Hussain
-
Reorder the disco info elements to place always included elements first2008-12-04, by Waqas Hussain
-
Added tag 0.1.0 for changeset c157c1412bda2008-12-03, by Matthew Wild
-
Fix configure to save LFLAGS, and also set proper defaults for all sensible OSes2008-12-03, by Matthew Wild
-
Automated merge with http://84.46.7.57:12342008-12-03, by Matthew Wild
-
Making makefile work under OS X finally. Yeah OS X's gcc is a little bit strange.2008-12-03, by Tobias Markmann
-
Using new LFLAGS variable.2008-12-03, by Tobias Markmann
-
Added an error log message for this case2008-12-03, by Matthew Wild
-
Quick fix for an issue that needs more looking into2008-12-03, by Matthew Wild
-
Automated merge with http://waqas.ath.cx/2008-12-03, by Matthew Wild
-
Fix for handling latin1 encoded hostnames in SASL2008-12-03, by Waqas Hussain
-
Fix GPL'ing MIT/X licensed code :)2008-12-03, by Matthew Wild
-
Update HACKERS2008-12-03, by Matthew Wild
-
Fill blank with URL2008-12-03, by Matthew Wild
-
Remove stray merge marker2008-12-03, by Matthew Wild
-
Merge from waqas2008-12-03, by Matthew Wild
-
config and data directories taken from path, and quoted to allow spaces in path2008-12-03, by Waqas Hussain
-
Converted prosody.cfg.lua.dist to use windows end-of-lines2008-12-03, by Waqas Hussain
-
Fix license (left some boilerplate in)2008-12-03, by Matthew Wild
-
and the C files too2008-12-03, by Matthew Wild
-
Insert copyright/license headers2008-12-03, by Matthew Wild
-
Fix port number in mod_console instructions2008-12-03, by Matthew Wild
-
lxmppd -> Prosody2008-12-03, by Matthew Wild
-
Fix macosx ostype target2008-11-30, by Matthew Wild
-
Fix debian ostype target2008-11-30, by Matthew Wild
-
Change sed usage back into one sed script for incompetent versions of sed2008-11-30, by Matthew Wild
-
Use install to strip symbols2008-11-30, by Matthew Wild
-
'install' libs to util before top-level make install2008-11-30, by Matthew Wild
-
Potential fixes for building on Mac OSX2008-11-30, by Matthew Wild
-
No need for the placeholder file in tests/ because the directory is no longer empty2008-11-30, by Matthew Wild
-
Add test for latin1toutf8 (which passes)2008-11-30, by Matthew Wild
-
Converting latin encoded responsed to utf-8 when needed.2008-11-30, by Tobias Markmann
-
Automerge with waqas.2008-11-30, by Tobias Markmann
-
Automated merge with h-h.2008-11-30, by Tobias Markmann
-
Added function latin1toutf8 to sasl.lua, for processing non-utf8 responses2008-11-30, by Waqas Hussain
-
Makefile fix for creating datadir in correct place on install2008-11-30, by Matthew Wild
-
Installation improvements (auto-creation of data directories)2008-11-30, by Matthew Wild
-
Don't overwrite config on make install if it already exists2008-11-30, by Matthew Wild
-
Path fix for auto-creating directories2008-11-30, by Waqas Hussain
-
Merge from waqas2008-11-30, by Matthew Wild
Scroll all the way down to load more.