aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* util.logger: Fix for attempting to call a tableMatthew Wild2009-04-211-1/+1
* prosody: Remove logging code and instead load core.loggingmanager to set up l...Matthew Wild2009-04-211-6/+6
* core.loggingmanager: A new manager (yay!) to manage log outputMatthew Wild2009-04-211-0/+49
* util.logger: Revamped logger library, but backwards-compatible for users of l...Matthew Wild2009-04-211-25/+88
* core.s2smanager: Buffer data sent before connectionMatthew Wild2009-04-201-0/+31
* core.s2smanager: Logging improvementsMatthew Wild2009-04-201-1/+9
* net.adns: Call handler for records already cachedMatthew Wild2009-04-181-5/+9
* componentmanager: Set host.connected = nil when deregistering a component so ...Matthew Wild2009-04-181-0/+1
* core.xmlhandlers: expat is the XML parser, not us. Don't reject valid XML.Matthew Wild2009-04-181-2/+2
* MergeMatthew Wild2009-04-171-0/+3
|\
| * Allow setting LFLAGS with ./configure --lflags=Matthew Wild2009-04-141-0/+3
* | prosody: Simple whitespace fix in error outputMatthew Wild2009-04-171-1/+1
* | core.configmanager: Fire event when (re)loading config fileMatthew Wild2009-04-171-0/+5
* | net.server: Fix potential nil handler usageMatthew Wild2009-04-171-4/+8
|/
* mod_debug: Set default interface to 127.0.0.1Matthew Wild2009-04-121-1/+1
* net.server: Simple logging fixMatthew Wild2009-04-121-1/+1
* core.s2smanager: Don't initiate dialback if we don't have a connection yetMatthew Wild2009-04-121-1/+1
* net.server: Remove some debug code which slipped throughMatthew Wild2009-04-121-1/+0
* Makefiles: Add signal.so to install targetsMatthew Wild2009-04-122-2/+2
* prosody: Add prosody_shutdown() function to initiate a server shutdown, add c...Matthew Wild2009-04-121-18/+53
* mod_posix: Allow logging and pidfile options to take effect without needing t...Matthew Wild2009-04-121-45/+72
* xmppserver_listener: Add session:close() method to outgoing s2s connections tooMatthew Wild2009-04-121-1/+2
* net.server: Add server.setquitting() to gracefully quit the socket loopMatthew Wild2009-04-121-2/+11
* util.lsignal: Add lsignal library for catching POSIX signalsMatthew Wild2009-04-121-0/+387
* Makefiles, util.signal: Add lsignal library for catching POSIX signalsMatthew Wild2009-04-122-1/+9
* componentmanager: Set core_route_stanza after stanza_router is loadedMatthew Wild2009-04-111-0/+1
* componentmanager: Use core_route_stanza to reply in the default componentMatthew Wild2009-04-111-2/+3
* componentmanager: Restore default component when unregisteringMatthew Wild2009-04-111-3/+4
* componentmanager: Small logging fixMatthew Wild2009-04-111-1/+1
* componentmanager: Improve default component stanza handlerMatthew Wild2009-04-111-1/+5
* mod_component: Deregister component on disconnectMatthew Wild2009-04-111-3/+4
* net.adns: Flush buffer after sending DNS requestMatthew Wild2009-04-111-1/+1
* mod_component: Update for new net_activate_portsMatthew Wild2009-04-101-1/+1
* Allow config to specify listening interfacesMatthew Wild2009-04-101-6/+11
* Remove more debugging code which was accidentally committed (don't trust hg)Matthew Wild2009-04-102-4/+0
* core.s2smanager: Remove some debuggingMatthew Wild2009-04-101-8/+2
* MergeMatthew Wild2009-04-101-1/+1
|\
| * prosody: Don't look to use SSL when LuaSec not available (thanks Florob)Matthew Wild2009-04-091-1/+1
* | MergeMatthew Wild2009-04-103-21/+49
* | net.adns: Catch errors in DNS response callbacksMatthew Wild2009-04-101-2/+5
|/
* MergeMatthew Wild2009-04-083-11/+12
|\
| * mod_debug: Run on a different port, and use a different listener to mod_consoleMatthew Wild2009-04-081-2/+3
| * Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-04-085-10/+39
| |\
| * | Fixed: Send correct error reply for IQs directed at unavailable resourcesWaqas Hussain2009-04-071-2/+2
| * | Fixed: Issue with presence error routingWaqas Hussain2009-04-072-7/+7
* | | sessionmanager, componentmanager: Fix some wacky indentation (thanks greyback!)Matthew Wild2009-04-082-27/+25
| |/ |/|
* | mod_muc: Fix malformed presence stanzas (thanks elmex)Matthew Wild2009-04-081-1/+1
* | util.stanza: stanza:reset() method to reset building stateMatthew Wild2009-04-081-0/+8
* | core.s2smanager: Look away... wait for it... now! Hopefully s2s should be bac...Matthew Wild2009-04-081-1/+1
* | net.server: Ensure some logging parameters are stringsMatthew Wild2009-04-081-7/+7