prosody.git
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 :)
2008-11-29 Tobias MarkmannAutomated merge.
2008-11-29 Tobias MarkmannAutomated merge.
2008-11-29 Matthew WildMake ejabberd2prosody.lua eecutable
2008-11-29 Matthew WildAutomated merge with http://waqas.ath.cx/
2008-11-29 Waqas Hussainejabberd db dump importer for Prosody
2008-11-29 Matthew WildMore Makefile improvements (install the certificates...
2008-11-29 Matthew WildUpdate Makefile to set correct paths on install with...
2008-11-29 Matthew WildAdd some example certificates and update the config...
2008-11-29 Matthew WildAdd COPYING, remove LICENSE
2008-11-29 Matthew WildMerfe from Tobias
2008-11-29 Matthew WildFix for loading connlisteners when running without...
2008-11-29 Tobias MarkmannApply IDNA to ASCII on hostnames.
2008-11-29 Tobias MarkmannForced merge.
2008-11-29 Matthew WildAlso look for binary modules in the parent directory...
2008-11-29 Matthew WildAutomated merge with http://waqas.ath.cx/
2008-11-29 Matthew WildUpdate Makefile to now pass config paths to prosody...
2008-11-29 Matthew WildFix for configmanager when config file can't be found
2008-11-29 Waqas HussainMoved incoming c2s presence handling from stanza_router...
2008-11-29 Matthew WildRename and update config. Update Makefile for this...
2008-11-29 Matthew WildMore Makefile improvements
2008-11-29 Matthew WildAdd a top-level Makefile and ./configure script. Update...
2008-11-29 Matthew WildRemoving pull_from_sh. Use hg fetch instead.
2008-11-29 Waqas HussainLoad prosody instead of main.lia in mod_console
2008-11-29 Matthew WildMake prosody executable
2008-11-29 Matthew WildAutomated merge with http://waqas.ath.cx/
2008-11-29 Matthew Wildmain.lua -> prosody
2008-11-29 Waqas HussainAdded a FIXME
2008-11-29 Waqas HussainImproved the regexp used to parse the client response...
2008-11-29 Waqas HussainFixed logging in datamanager
2008-11-28 Tobias MarkmannUse unsigned int instead of uint because uint is alread...
2008-11-28 Matthew WildMerge from waqas
2008-11-28 Waqas HussainQuickfix for dns.lua to not crash on failed connection...
2008-11-28 Tobias MarkmannTo use free you should include stdlib.h rather than...
2008-11-28 Tobias MarkmannDo idna_to_ascii when building own response.
2008-11-28 Waqas HussainAdded option core.data_path
2008-11-28 Matthew WildNo more reading 1 byte at a time from sockets
2008-11-27 Matthew WildMerge from waqas
2008-11-27 Matthew WildAdd module:unload() to mod_console, and allow module...
2008-11-27 Waqas HussainCompletely switched to new hashes library from the...
2008-11-27 Waqas HussainSwitched from md5 to sha256 for dialback key generation
2008-11-27 Waqas HussainStopped using the lbase64 library
2008-11-27 Waqas HussainAdded make.bat for windows
2008-11-27 Waqas HussainRemoved MS specific preprocessor statements from the...
2008-11-27 Matthew WildMerge from waqas
2008-11-27 Matthew WildSome mod_console updates
2008-11-27 Matthew Wildis_loaded() and incomplete unload() for modules
2008-11-27 Waqas HussainMakefile now works on windows with Microsoft's compiler
2008-11-27 Waqas HussainMinor changes to C files (to prevent compiler warnings)
2008-11-27 Matthew WildBumper commit for the new modulemanager API \o/ Updates...
2008-11-27 Matthew WildNice enhancement for logging output
2008-11-27 Matthew WildRemoving servermanager... it is no longer used
2008-11-26 Matthew WildLog reason for connection failure
2008-11-26 Matthew Wild(Basic) IDNA and SRV fallback support
2008-11-26 Matthew WildFix to make a global configmanager instance
2008-11-26 Matthew WildFix for hashes.c and encodings.c to rename luaopen...
2008-11-26 Matthew WildFix a waqas copy/paste error. It was my fault again...
2008-11-26 Matthew WildMerge from waqas
2008-11-26 Waqas HussainAdded options to limit the number of resources and...
2008-11-26 Matthew WildUpdate mod_selftests to use the hosts on xmpp.org/inter...
2008-11-26 Matthew WildYes, we don't put these things in here, we put them...
2008-11-26 Waqas HussainWrapped a core_process_stanza call in an xpcall call
2008-11-26 Waqas HussainAdded mod_ping with support for [XEP-0199: XMPP Ping]
2008-11-26 Waqas HussainChanged format for XEP-0090 to the legacy format
2008-11-26 Waqas HussainAdded mod_time with support for [XEP-0202: Entity Time...
2008-11-26 Matthew WildMerge from waqas
2008-11-26 Waqas HussainModules now sending disco replies
2008-11-26 Waqas HussainMinor bug fix
2008-11-26 Waqas HussainAdded helper method to discomanager
2008-11-26 Matthew WildAdd rough Makefile for util-src/
2008-11-25 Waqas HussainRemoved commented code
2008-11-25 Waqas HussainAdded util-src/hashes.c - support for sha1, sha256...
2008-11-25 Waqas HussainAdded util-src/encodings.c - support for base64, string...
2008-11-25 Matthew WildUpdate TODO
2008-11-25 Matthew WildRefuse to run without SSL/TLS unless run_without_ssl...
2008-11-25 Matthew WildChange loading order of modules, config before dependen...
2008-11-25 Matthew WildSome mod_console changes
2008-11-25 Matthew WildTrivial whitespace fix in the missing dependency message
2008-11-25 Matthew WildAdd MD5 to the list of checked dependencies
2008-11-25 Matthew WildFriendlier messages on missing dependencies
2008-11-25 Matthew WildFix softreq, so it reports when no suitable MD5 library...
2008-11-25 Matthew WildSSL library is optional, not a fatal error
2008-11-23 Tobias MarkmannSome ends too much.
2008-11-23 Tobias MarkmannSome changes to report more correct SASL failures....
2008-11-23 Tobias MarkmannMerging with main branch.
2008-11-23 Tobias MarkmannChecking some variables for nil so no errors occur...
next