prosody.git
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 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
2008-11-22 Waqas HussainAccount deletion support
2008-11-22 Matthew WildAll the people who don't use TLS, this one's for you.
2008-11-22 Matthew WildAdd helper function for adding message bodies to stanzas
2008-11-22 Waqas HussainCheck to prevent error for IQs from completely unhandle...
2008-11-22 Waqas HussainRemoved useless check
2008-11-21 Matthew WildNow possible to specify nil origin to core_route_stanza...
2008-11-21 Matthew WildImport initial configmanager, not sure if it works...
2008-11-21 Matthew WildUpdate test.lua with a work-in-progress
2008-11-21 Matthew WildBetter names for variables
2008-11-21 Matthew WildRemove old TODO
2008-11-21 Matthew WildRemove some declarations I added while debugging
2008-11-21 Matthew WildImprove jid.split() and jid.bare() to pass new test...
2008-11-20 Matthew WildAdd jid.bare() helper function
2008-11-20 Matthew WildAdding selftests module, but not enabling in config
2008-11-20 Matthew WildOops, never added the tests for s2smanager to the repo
2008-11-20 Matthew WildAdd run_tests.sh
2008-11-20 Matthew WildUpdate unit testing to output coverage reports
2008-11-20 Matthew WildRemove or comment useless prints, or change them to...
2008-11-20 Matthew WildAdd event for server startup completed: server-started
2008-11-20 Matthew WildDon't error reply to stanzas direct over the s2s stream...
2008-11-20 Matthew WildUse a stanza for c2s stream features instead of an...
2008-11-20 Matthew WildLog number of open sessions on session creation
2008-11-20 Matthew WildRemove a debug print() from xmlhandlers
2008-11-20 Matthew WildRemove version=1.0 on s2s stream headers, again.
2008-11-19 Matthew WildRemove an old FIXME comment
2008-11-19 Matthew WildFix the reversed to/from on the final db:result. Fixes...
2008-11-19 Matthew WildComments and logging fixes
2008-11-19 Matthew WildSend version=1.0 again in s2s stream header
2008-11-19 Matthew WildFix for setting the correct host on the socket, seems...
2008-11-19 Matthew WildShow which session got disconnected in log message
2008-11-19 Matthew WildDon't error if the original s2s connection has closed...
2008-11-19 Matthew WildDon't send version 1.0. Who cares about Gmail?
2008-11-19 Matthew WildSend version=1.0 in s2s stream header. Send s2s stream...
2008-11-19 Matthew WildDon't attempt to auth connection unless stanzas are...
2008-11-19 Matthew WildLog sent s2s stanzas
next