Automated merge with http://waqas.ath.cx:8000/
|
Matthew Wild |
2009-04-14 |
Stopped using presencemanager in stanza_router
|
Waqas Hussain |
2009-04-14 |
Automated merge with http://waqas.ath.cx:8000/
|
Matthew Wild |
2009-04-14 |
mod_presence: initial commit
|
Waqas Hussain |
2009-04-14 |
core/eventmanager2 - new event manager
|
Waqas Hussain |
2009-04-14 |
core.s2smanager: Buffer data sent before connection
|
Matthew Wild |
2009-04-20 |
core.s2smanager: Logging improvements
|
Matthew Wild |
2009-04-20 |
net.adns: Call handler for records already cached
|
Matthew Wild |
2009-04-18 |
componentmanager: Set host.connected = nil when deregistering a component so that we fully restore it when we reload
|
Matthew Wild |
2009-04-18 |
core.xmlhandlers: expat is the XML parser, not us. Don't reject valid XML.
|
Matthew Wild |
2009-04-18 |
Merge
|
Matthew Wild |
2009-04-17 |
prosody: Simple whitespace fix in error output
|
Matthew Wild |
2009-04-17 |
core.configmanager: Fire event when (re)loading config file
|
Matthew Wild |
2009-04-17 |
net.server: Fix potential nil handler usage
|
Matthew Wild |
2009-04-17 |
Allow setting LFLAGS with ./configure --lflags=
|
Matthew Wild |
2009-04-14 |
mod_debug: Set default interface to 127.0.0.1
|
Matthew Wild |
2009-04-12 |
net.server: Simple logging fix
|
Matthew Wild |
2009-04-12 |
core.s2smanager: Don't initiate dialback if we don't have a connection yet
|
Matthew Wild |
2009-04-12 |
net.server: Remove some debug code which slipped through
|
Matthew Wild |
2009-04-12 |
Makefiles: Add signal.so to install targets
|
Matthew Wild |
2009-04-12 |
prosody: Add prosody_shutdown() function to initiate a server shutdown, add code to gracefully close connections before stopping
|
Matthew Wild |
2009-04-12 |
mod_posix: Allow logging and pidfile options to take effect without needing to daemonize. Add the ability to catch SIGTERM.
|
Matthew Wild |
2009-04-12 |
xmppserver_listener: Add session:close() method to outgoing s2s connections too
|
Matthew Wild |
2009-04-12 |
net.server: Add server.setquitting() to gracefully quit the socket loop
|
Matthew Wild |
2009-04-12 |
util.lsignal: Add lsignal library for catching POSIX signals
|
Matthew Wild |
2009-04-12 |
Makefiles, util.signal: Add lsignal library for catching POSIX signals
|
Matthew Wild |
2009-04-12 |
componentmanager: Set core_route_stanza after stanza_router is loaded
|
Matthew Wild |
2009-04-11 |
componentmanager: Use core_route_stanza to reply in the default component
|
Matthew Wild |
2009-04-11 |
componentmanager: Restore default component when unregistering
|
Matthew Wild |
2009-04-11 |
componentmanager: Small logging fix
|
Matthew Wild |
2009-04-11 |
componentmanager: Improve default component stanza handler
|
Matthew Wild |
2009-04-11 |
mod_component: Deregister component on disconnect
|
Matthew Wild |
2009-04-11 |
net.adns: Flush buffer after sending DNS request
|
Matthew Wild |
2009-04-11 |
mod_component: Update for new net_activate_ports
|
Matthew Wild |
2009-04-10 |
Allow config to specify listening interfaces
|
Matthew Wild |
2009-04-10 |
Remove more debugging code which was accidentally committed (don't trust hg)
|
Matthew Wild |
2009-04-10 |
core.s2smanager: Remove some debugging
|
Matthew Wild |
2009-04-10 |
Merge
|
Matthew Wild |
2009-04-10 |
Merge
|
Matthew Wild |
2009-04-10 |
net.adns: Catch errors in DNS response callbacks
|
Matthew Wild |
2009-04-10 |
prosody: Don't look to use SSL when LuaSec not available (thanks Florob)
|
Matthew Wild |
2009-04-09 |
Merge
|
Matthew Wild |
2009-04-08 |
sessionmanager, componentmanager: Fix some wacky indentation (thanks greyback!)
|
Matthew Wild |
2009-04-08 |
mod_debug: Run on a different port, and use a different listener to mod_console
|
Matthew Wild |
2009-04-08 |
Automated merge with http://waqas.ath.cx:8000/
|
Matthew Wild |
2009-04-08 |
Fixed: Send correct error reply for IQs directed at unavailable resources
|
Waqas Hussain |
2009-04-06 |
Fixed: Issue with presence error routing
|
Waqas Hussain |
2009-04-06 |
mod_muc: Fix malformed presence stanzas (thanks elmex)
|
Matthew Wild |
2009-04-08 |
util.stanza: stanza:reset() method to reset building state
|
Matthew Wild |
2009-04-08 |
core.s2smanager: Look away... wait for it... now! Hopefully s2s should be back to normal.
|
Matthew Wild |
2009-04-08 |
net.server: Ensure some logging parameters are strings
|
Matthew Wild |
2009-04-08 |
componentmanager: Reply with service-unavailable for unconnected components
|
Matthew Wild |
2009-04-08 |
core.s2smanager: Check for valid host and port before attempting connection
|
Matthew Wild |
2009-04-06 |
sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when client closes stream
|
Matthew Wild |
2009-04-05 |
net.httpserver: Don't log that a request has been left open if it is destroyed
|
Matthew Wild |
2009-04-05 |
util.dataforms: Allow form layouts to specify default values for fields
|
Matthew Wild |
2009-04-05 |
util.dataforms: Set form type when generating a form
|
Matthew Wild |
2009-04-05 |
util.dataforms: Support for retriving the field value data from forms
|
Matthew Wild |
2009-04-04 |
util.dataforms: Fixes for hidden field type
|
Matthew Wild |
2009-04-04 |
util.dataforms: Fix some field types which didn't render properly
|
Matthew Wild |
2009-04-04 |