Commit Graph

411 Commits (b35bf3760e750fa55ea3ad5d4e97c59ba2eda9a1)

Author SHA1 Message Date
Matthew Wild 482dc64bc9 stanza_router: Bounce stanzas to/from invalid JIDs with a jid-malformed error 17 years ago
Matthew Wild 680cdc8f29 stanza_router: Pass session.to_host to modulemanager, fixes modules for s2sin_unauthed 17 years ago
Matthew Wild 7f04c5117e loggingmanager: File log sinks react to reopen-log-files event 17 years ago
Matthew Wild 690c501c98 loggingmanager: Support for specifying a single sink with *sinkname (*syslog should now work) 17 years ago
Matthew Wild f28e5c887c componentmanager: Reduce log output at startup to 'debug' 17 years ago
Matthew Wild de88c377e1 hostmanager: Reduce log output at startup to 'debug' 17 years ago
Matthew Wild dda93565fe modulemanager: Don't load modules when modules_enable is false 17 years ago
Matthew Wild 0e0ebb78ff loggingmanager: Add a comment about 'nowhere' sink type 17 years ago
Matthew Wild a1a1fd2213 loggingmanager: Support prepending timestamps in file/console/stdout log sinks 17 years ago
Matthew Wild 18b7e2867c sessionmanager: Miscellaneous logging improvements, changing levels, improving messages and using session loggers where possible 17 years ago
Matthew Wild 8f3b27b822 s2smanager: Miscellaneous logging improvements, changing levels, improving messages and using session loggers where possible 17 years ago
Matthew Wild eb68ccd978 presencemanager: Lower log level of a message 17 years ago
Matthew Wild 370ef290d1 modulemanager: Update logger when a module becomes global 17 years ago
Matthew Wild 3015c946d1 loggingmanager: Add ability to set 'log' config option to a filename, which causes all levels >= info to be logged to that file 17 years ago
Matthew Wild 3ba4121e11 core.componentmanager: Really fix marking components as disconnected when unregistered 17 years ago
Matthew Wild 82a3b3c3eb xmlhandlers: Fix tag pattern again for the default namespace 17 years ago
Matthew Wild 6b09371d4a core.loggingmanager: Reinstating global log() function 17 years ago
Matthew Wild df7b92f654 stanzarouter: Make _G.hosts local 17 years ago
Matthew Wild a54da72215 core.componentmanager: Fix global access 17 years ago
Matthew Wild 4366e348c5 modulemanager: No need for print() 17 years ago
Matthew Wild 5014c0ddac core.loggingmanager: Refactoring, converted to a module. Now possible to register additional sink types (think syslog) from other modules 17 years ago
Matthew Wild 7f18f6d4a7 core.loggingmanager: Add default logging settings (to console) and fill out code for adding sinks which catch all sources 17 years ago
Matthew Wild 46c517f70b core.loggingmanager: Filled out most code, and cleaned up 17 years ago
Matthew Wild 44084aa0c5 core.loggingmanager: A new manager (yay!) to manage log output 17 years ago
Matthew Wild 7b9dbf5747 core.s2smanager: Buffer data sent before connection 17 years ago
Matthew Wild 27ef148e70 core.s2smanager: Logging improvements 17 years ago
Matthew Wild b6bc449cd3 componentmanager: Set host.connected = nil when deregistering a component so that we fully restore it when we reload 17 years ago
Matthew Wild 05fbcb767c core.xmlhandlers: expat is the XML parser, not us. Don't reject valid XML. 17 years ago
Matthew Wild 3aeff3a7d2 core.configmanager: Fire event when (re)loading config file 17 years ago
Waqas Hussain 85faabc6f4 Stopped using presencemanager in stanza_router 17 years ago
Waqas Hussain 287a14959e core/eventmanager2 - new event manager 17 years ago
Matthew Wild 13db2a926b core.s2smanager: Don't initiate dialback if we don't have a connection yet 17 years ago
Matthew Wild 5e043f29c7 componentmanager: Set core_route_stanza after stanza_router is loaded 17 years ago
Matthew Wild 6175b0f89e componentmanager: Use core_route_stanza to reply in the default component 17 years ago
Matthew Wild e9441f6999 componentmanager: Restore default component when unregistering 17 years ago
Matthew Wild 69787cdf52 componentmanager: Small logging fix 17 years ago
Matthew Wild d3497ece79 componentmanager: Improve default component stanza handler 17 years ago
Matthew Wild e99f46bcda Remove more debugging code which was accidentally committed (don't trust hg) 17 years ago
Matthew Wild d95e52160f core.s2smanager: Remove some debugging 17 years ago
Matthew Wild 8ba629387a Merge 17 years ago
Matthew Wild 921fe046e5 sessionmanager, componentmanager: Fix some wacky indentation (thanks greyback!) 17 years ago
Matthew Wild 493839e2ac core.s2smanager: Look away... wait for it... now! Hopefully s2s should be back to normal. 17 years ago
Matthew Wild a015a200fd componentmanager: Reply with service-unavailable for unconnected components 17 years ago
Matthew Wild 12c59fd50c core.s2smanager: Check for valid host and port before attempting connection 17 years ago
Waqas Hussain 9982558804 Fixed: Send correct error reply for IQs directed at unavailable resources 17 years ago
Waqas Hussain 6951dc1cd2 Fixed: Issue with presence error routing 17 years ago
Matthew Wild a27b839551 sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when client closes stream 17 years ago
Matthew Wild 4ec39b859c core.sessionmanager: Hop out of <status> tag so that MUC doesn't insert into the wrong level 17 years ago
Matthew Wild e619e613a3 core.componentmanager: Fix global set, causing problems with multiple components. Fixes #82. 17 years ago
Waqas Hussain 1dce551e58 Added: componentmanager: Automatically add component.host.name to the disco items list of host.name 17 years ago