prosody.git
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
2008-11-19 Matthew WildIncorrect function set as callback
2008-11-19 Matthew WildDon't error if streamopened/streamclosed callback is...
2008-11-19 Matthew WildExtra checks before sending error replies to incoming...
2008-11-19 Matthew WildFix sending of unavailable presence on disconnect
2008-11-19 Matthew WildDon't forget to escape XML in attributes. Thanks to...
2008-11-18 Matthew WildWe have SRV resolving \o/
2008-11-18 Matthew WildSmall fix for servermanager
2008-11-18 Matthew WildFix to prevent send retry when connection is already...
2008-11-18 Matthew Wild*ahem* Yes, move along please... though really, quite...
2008-11-18 Matthew Wildsession:disconnect() -> session:close() for consistency...
2008-11-18 Matthew WildRemove useless check for unavailable presence (which...
2008-11-18 Matthew WildQuite some changes, to:
2008-11-18 Matthew Wilds2s sessions can now be disconnected, with or without...
2008-11-18 Matthew WildAllow us to close client connections, with or without...
2008-11-18 Matthew WildFlush write queue before closing socket
2008-11-17 Waqas HussainFixed s2s manager's send queue to not store recieved...
2008-11-17 Waqas HussainSend unsubscribe and unsubscribed on roster item delete...
2008-11-17 Waqas HussainAdding logging for outbound presence broadcasts (change...
2008-11-17 Waqas HussainAdding logging for outbound presence broadcasts
2008-11-17 Waqas HussainSecond fix for broadcasting presence of available resou...
2008-11-17 Waqas HussainFix for broadcasting presence of available resources...
2008-11-17 Waqas HussainMoved presence subscription code from stanza_router...
2008-11-16 Tobias MarkmannRemoving some debug messages.
2008-11-16 Matthew WildMerge with waqas
2008-11-16 Matthew WildFix for putting TLS in stream:features for connections...
2008-11-16 Matthew WildFix logging in some cases for client disconnects
2008-11-16 Waqas HussainRemoved unused function send_to_session from sessionman...
2008-11-16 Waqas HussainFixed mod_tls to use session.send for sending stanzas
2008-11-16 Waqas HussainFixed servermanager to use session.send for sending...
next