prosody.git
2008-12-06 Matthew WildAdd posix support library, and adjust makefiles for it
2008-12-06 Matthew WildCode tidying for xmpp{client,server}_listeners
2008-12-06 Matthew WildTemporary hack for global modules
2008-12-06 Matthew WildRemove print()s from sessionmanager and s2smanager
2008-12-06 Matthew WildMake it possible to set custom output handler for logger
2008-12-06 Matthew WildRemove old commented code from server.lua
2008-12-06 Matthew WildSome code cleaning for the main script
2008-12-06 Matthew WildMerge from waqas
2008-12-06 Waqas HussainChanged module manager to use multitable (initial commit)
2008-12-06 Matthew WildFix add_event_hook in module API
2008-12-06 Matthew WildMove the setting of data_path to fix #unfiledbug
2008-12-06 Matthew WildLog in hostmanager when a vhost is activated/deactivated
2008-12-06 Matthew WildDatamanager logs data_path
2008-12-06 Matthew WildMove module loading to modulemanager
2008-12-06 Matthew WildMerge from waqas/myself
2008-12-06 Matthew WildAdd hostmanager, and eventmanager
2008-12-06 Matthew WildSmall fix for multitable
2008-12-06 Matthew WildMerge from waqas
2008-12-06 Waqas HussainFixed: Stopped tryint to send error replies on unauthed...
2008-12-05 Matthew WildRe-commit TLS fix
2008-12-05 Matthew WildMerge
2008-12-05 Matthew WildBacked out changeset 099d8a102deb (committed too much)
2008-12-05 Matthew WildDon't say we need TLS after we've already started the...
2008-12-05 Matthew WildAdd TLS socket to readlist before handshake starts...
2008-12-05 Matthew WildComment out debug logging for now
2008-12-05 Matthew WildRemove linger option on sockets, made no difference...
2008-12-05 Matthew WildFix the last couple of places where we send strings...
2008-12-05 Matthew WildRemove an incorrect line which I didn't add, and fix...
2008-12-05 Matthew WildFix for s2s with jabberd2 (we weren't routing db:verify...
2008-12-05 Matthew WildDisconnect with stream errors on bad XML, or invalid...
2008-12-05 Matthew WildAdd a couple more tests for jid.split
2008-12-05 Matthew WildMerge from waqas
2008-12-05 Waqas HussainMultiTable: Remove all empty sub-tables when elements...
2008-12-05 Matthew WildMerge from waqas
2008-12-04 Waqas Hussainutil.multitable - A table with multiple key for each...
2008-12-04 Matthew WildAutomated merge with http://waqas.ath.cx/
2008-12-04 Waqas HussainChanged util.datamanager to use util.serialization
2008-12-04 Waqas HussainChanged the datastore for vCards from vCard to vcard...
2008-12-04 Matthew WildAutomated merge with http://waqas.ath.cx/
2008-12-04 Matthew WildAbstract xmlhandlers a bit more, also add error callbacks
2008-12-04 Waqas HussainChanged the ejabberd import script to use util.serializ...
2008-12-04 Waqas HussainAdded module util.serialization
2008-12-04 Matthew WildDon't send stream:features to incoming s2s connections
2008-12-04 Matthew WildFix logger ids for c2s and s2sout
2008-12-04 Matthew WildAutomated merge with http://waqas.ath.cx/
2008-12-04 Waqas HussainChange modules to use the new add_feature module API...
2008-12-04 Waqas HussainAdded function add_feature to modules API (for adding...
2008-12-04 Waqas HussainReorder the disco info elements to place always include...
2008-12-03 Matthew WildAdded tag 0.1.0 for changeset c157c1412bda
2008-12-03 Matthew WildFix Makefile to link with Lua again
2008-12-03 Matthew WildFix configure to save LFLAGS, and also set proper defau...
2008-12-03 Matthew WildAutomated merge with http://84.46.7.57:1234
2008-12-03 Tobias MarkmannMaking makefile work under OS X finally. Yeah OS X...
2008-12-03 Tobias MarkmannUsing new LFLAGS variable.
2008-12-03 Matthew WildAdded an error log message for this case
2008-12-03 Matthew WildQuick fix for an issue that needs more looking into
2008-12-03 Matthew WildAutomated merge with http://waqas.ath.cx/
2008-12-03 Waqas HussainFix for handling latin1 encoded hostnames in SASL
2008-12-03 Matthew WildFix GPL'ing MIT/X licensed code :)
2008-12-03 Matthew WildUpdate HACKERS
2008-12-03 Matthew WildFill blank with URL
2008-12-03 Matthew WildRemove stray merge marker
2008-12-03 Matthew WildMerge from waqas
2008-12-03 Matthew WildFix license (left some boilerplate in)
2008-12-03 Waqas Hussainconfig and data directories taken from path, and quoted...
2008-12-03 Waqas HussainConverted prosody.cfg.lua.dist to use windows end-of...
2008-12-03 Matthew Wildand the C files too
2008-12-03 Matthew WildInsert copyright/license headers
2008-12-03 Matthew WildFix port number in mod_console instructions
2008-12-03 Matthew Wildlxmppd -> Prosody
2008-11-30 Matthew WildFix macosx ostype target
2008-11-30 Matthew WildFix debian ostype target
2008-11-30 Matthew WildChange sed usage back into one sed script for incompete...
2008-11-30 Matthew WildUse install to strip symbols
2008-11-30 Matthew Wild'install' libs to util before top-level make install
2008-11-30 Matthew WildPotential fixes for building on Mac OSX
2008-11-30 Matthew WildNo need for the placeholder file in tests/ because...
2008-11-30 Matthew WildAdd test for latin1toutf8 (which passes)
2008-11-30 Tobias MarkmannConverting latin encoded responsed to utf-8 when needed.
2008-11-30 Tobias MarkmannAutomerge with waqas.
2008-11-30 Waqas HussainAdded function latin1toutf8 to sasl.lua, for processing...
2008-11-30 Matthew WildMakefile fix for creating datadir in correct place...
2008-11-30 Tobias MarkmannAutomated merge with h-h.
2008-11-30 Matthew WildInstallation improvements (auto-creation of data direct...
2008-11-30 Tobias MarkmannRemove that idn stuff for realm because it's either...
2008-11-30 Matthew WildDon't overwrite config on make install if it already...
2008-11-30 Waqas HussainPath fix for auto-creating directories
2008-11-30 Matthew WildMerge from waqas
2008-11-30 Waqas HussainAuto-create data directories on start
2008-11-30 Matthew WildMerge with Tobias
2008-11-30 Tobias Markmannidna-to-unicode so password_handler looks for the right...
2008-11-30 Matthew WildYet another fix for the makefile :)
2008-11-29 Tobias MarkmannDo idna-to-ascii to the realm we send first in Digest...
2008-11-29 Matthew WildFix missing prosody.cfg.lua.install
2008-11-29 Matthew WildDon't write to prosody.cfg.lua from Makefile. Much...
2008-11-29 Matthew WildAdd -fPIC to util-src/Makefile
2008-11-29 Tobias MarkmannAnother automatic merge, this gets annoying."
2008-11-29 Waqas HussainFixed the ejabberd importer to work with the pipe sign...
2008-11-29 Tobias MarkmannAutocommit.
2008-11-29 Matthew WildMake ejabberd2prosody.lua a little more cross-platform :)
next