Backed out changeset 98f0e9eadf3b (better fix on the way)
[prosody.git] / core /
2009-06-01 Matthew WildBacked out changeset 98f0e9eadf3b (better fix on the...
2009-05-31 Matthew Wildstanza_router: Fire global event if host doesn't have...
2009-05-30 Waqas Hussainstanza_router: Fire events for non-jabber:client and...
2009-05-30 Waqas Hussainmodulemanager: Stopped using core.eventmanager in modul...
2009-05-30 Waqas Hussainmodulemanager: module:fire_event now fires on the globa...
2009-05-30 Waqas Hussainmodulemanager: Made some code more concise
2009-05-30 Waqas Hussainmodulemanager: module:hook now allows global modules...
2009-05-30 Waqas HussainRemoved core.eventmanager2
2009-05-30 Waqas Hussainstanza_router: Changed to use the prosody.events object...
2009-05-30 Waqas Hussaincore.eventmanager2: Now uses the new prosody.events...
2009-05-30 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-05-30 Waqas Hussainmodulemanager: Added hook(event, handler) to the plugin API
2009-05-29 Matthew Wildstanza_router: Fix syntax errors
2009-05-29 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-05-29 Waqas Hussainstanza_router: Fire per-host stanza events
2009-05-29 Waqas Hussainsessionmanager: Removed a redundant check
2009-05-29 Waqas Hussainsessionmanager: Fixed an old FIXME: A problem caused...
2009-05-29 Waqas Hussainsessionmanager: Add/remove sessions from full_sessions...
2009-05-29 Waqas Hussainsessionmanager: Added reference to globals full_session...
2009-05-29 Waqas Hussainsessionmanager: Removed reference to global 'sessions'
2009-05-29 Matthew Wildsessionmanager, mod_tls: Mark a session as secure when...
2009-05-28 Matthew Wildstanza_router: Break off resource selection for message...
2009-05-26 Matthew Wilds2smanager: Timeout DNS requests after 60 seconds ...
2009-05-26 Matthew Wilds2smanager: Only send reply </stream:stream> when conne...
2009-05-22 Matthew WildMerge with 0.4
2009-05-22 Matthew WildMerge with 0.4
2009-05-21 Matthew WildMerge with 0.4
2009-05-21 Matthew Wildstanza_router: Fix for subscriptions to users on compon...
2009-05-20 Waqas Hussaincore: hosts[*].events
2009-05-19 Matthew WildMerge with 0.4
2009-05-19 Matthew Wildmodulemanager: Add module:fire_event() to module API
2009-05-18 Waqas Hussainstanza_router: Handle outbound presence if inbound...
2009-05-16 Matthew Wildstanza_router: s/conn/stream/ in log message
2009-05-16 Matthew Wildstanza_router: Remove FIXME and replace with meaningful...
2009-05-16 Matthew Wildcomponentmanager: Don't error on stanzas to bare compon...
2009-05-16 Waqas Hussainmodulemanager: require util.stanza
2009-05-16 Waqas Hussainmodulemanager: Don't close the stream on unhandled...
2009-05-15 Waqas Hussainstanza_router: Added global function core_post_stanza
2009-05-15 Waqas Hussainstanza_router: Improved message routing order
2009-05-15 Waqas HussainDropped support for resource based components
2009-05-15 Waqas Hussainstanza_router: Removed global function core_handle_stanza
2009-05-15 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-05-15 Waqas Hussainstanza_router: Cleaner namespace handling
2009-05-15 Waqas Hussainstanza_router: Refactored core_handle_stanza, and added...
2009-05-15 Waqas Hussainstanza_router: Fire events after all checks
2009-05-15 Tobias MarkmannMerging SASL buggy client workaround with current tip.
2009-05-15 Waqas Hussainstanza_router: Removed some unnecessary code
2009-05-15 Waqas Hussainstanza_router: Removed a FIXME
2009-05-15 Waqas Hussainxmlhandlers: Removed another unnecessary check
2009-05-15 Waqas Hussainxmlhandlers: Removed an unnecessary check
2009-05-15 Waqas Hussaincore.xmlhandlers: Removed unused variables
2009-05-15 Waqas Hussainstanza_router: Fixed an invalid stanza check
2009-05-15 Waqas Hussainstanza_router: Remove unnecessary directed presence...
2009-05-15 Waqas Hussainstanza_router: Prevent further processing of a handled...
2009-05-13 Matthew WildMerge with 0.4
2009-05-13 Matthew Wildstanza_router: Bounce stanzas to/from invalid JIDs...
2009-05-09 Matthew Wildstanza_router: Pass session.to_host to modulemanager...
2009-05-06 Matthew WildMerge with 0.4
2009-05-05 Matthew WildMerge with 0.4
2009-05-05 Matthew WildMerge with 0.4
2009-05-05 Matthew WildMerge with 0.4
2009-05-05 Matthew Wildloggingmanager: File log sinks react to reopen-log...
2009-05-04 Matthew WildMerge with 0.4
2009-05-03 Matthew WildMerge with 0.4
2009-05-03 Matthew Wildloggingmanager: Support for specifying a single sink...
2009-05-03 Matthew WildMerge with 0.4
2009-05-02 Matthew Wildcomponentmanager: Reduce log output at startup to ...
2009-05-02 Matthew Wildhostmanager: Reduce log output at startup to 'debug'
2009-05-02 Matthew Wildmodulemanager: Don't load modules when modules_enable...
2009-05-02 Matthew WildMerge with 0.4
2009-05-01 Matthew WildMerge with 0.4
2009-04-30 Matthew Wildloggingmanager: Add a comment about 'nowhere' sink...
2009-04-30 Matthew WildMerge with 0.4
2009-04-30 Matthew Wildloggingmanager: Support prepending timestamps in file...
2009-04-30 Matthew Wildsessionmanager: Miscellaneous logging improvements...
2009-04-30 Matthew Wilds2smanager: Miscellaneous logging improvements, changin...
2009-04-30 Matthew Wildpresencemanager: Lower log level of a message
2009-04-30 Matthew Wildmodulemanager: Update logger when a module becomes...
2009-04-29 Matthew WildMerge with 0.4
2009-04-29 Matthew Wildloggingmanager: Add ability to set 'log' config option...
2009-04-29 Matthew WildMerge with 0.4
2009-04-29 Matthew Wildcore.componentmanager: Really fix marking components...
2009-04-23 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-04-23 Matthew WildMerge with 0.4 branch
2009-04-23 Matthew Wildxmlhandlers: Fix tag pattern again for the default...
2009-04-23 Matthew WildMerge with 0.4 branch
2009-04-23 Matthew Wildcore.loggingmanager: Reinstating global log() function
2009-04-22 Matthew Wildstanzarouter: Make _G.hosts local
2009-04-22 Matthew Wildcore.componentmanager: Fix global access
2009-05-04 Matthew Wildmodulemanager: No need for print()
2009-04-22 Matthew WildMerge with 0.4.1
2009-04-22 Matthew Wildcore.loggingmanager: Refactoring, converted to a module...
2009-04-21 Matthew WildMerge with 0.4.1
2009-04-21 Matthew Wildcore.loggingmanager: Add default logging settings ...
2009-04-21 Matthew WildMerge with 0.4.1
2009-04-21 Matthew Wildcore.loggingmanager: Filled out most code, and cleaned up
2009-04-21 Matthew WildMerge with 0.4.1
2009-04-21 Matthew Wildcore.loggingmanager: A new manager (yay!) to manage...
2009-04-20 Matthew WildMerge
2009-04-20 Matthew Wildcore.s2smanager: Buffer data sent before connection
next