prosody.git
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...
2008-11-23 Matthew WildMerge from waqas
2008-11-23 Matthew WildBacked out the backout. Now we're back out.
2008-11-23 Matthew WildReverted my change to modulemanager, to restore those...
2008-11-23 Waqas HussainAdded temporary fix for srv on windows: using opendns...
2008-11-23 Matthew WildBacked out changeset 79bd7a3e906c
2008-11-23 Waqas HussainCheck to prevent error on IQs from completely unhandled...
2008-11-23 Matthew WildMerge from waqas
2008-11-23 Waqas HussainAhem, a bit of an identity crisis..
2008-11-23 Matthew WildRemoving lxmppd.cfg.dist
2008-11-23 Matthew WildTypo prevented modulemanager.load() from returning...
2008-11-23 Matthew WildMerge from waqas
2008-11-23 Matthew WildOnly start console if it is enabled in the config....
2008-11-23 Matthew WildAdd initial mod_console
2008-11-23 Matthew WildComment out remote debug, will later be enabled via...
2008-11-23 Matthew WildSmall fix for connlisteners to accept nil for userdata
2008-11-23 Matthew WildFix various mistakes in dns.lua
2008-11-23 Matthew WildFix dns for poor Windows users, who have never seen...
2008-11-23 Matthew WildAdd new lxmppd.cfg.lua.dist example config file
2008-11-23 Matthew WildNew configmanager. Old-style config files still work...
2008-11-23 Matthew WildFix mod_selftests syntax, and switch it to use config
2008-11-22 Waqas HussainAdded mod_disco
2008-11-22 Waqas HussainAdded discomanager
2008-11-22 Waqas HussainAdded discohelper
next