Merge with trunk
[prosody.git] / core /
2009-06-19 Waqas HussainMerge with trunk
2009-06-19 Matthew WildMerge with waqas via albert!
2009-06-19 Matthew Wilds2smanager: Remove srv_hosts from session when connecte...
2009-06-19 Matthew Wildloggingmanager: Log timestamps when using default file...
2009-06-19 Matthew Wildloggingmanager: Enable debug level for default file...
2009-06-14 Waqas Hussainmodulemanager: Removed unused function get_module_filen...
2009-06-14 Waqas Hussainmodulemanager: Changed to use util.pluginloader
2009-06-14 Waqas Hussainstanza_router: Remove unused variables
2009-06-14 Waqas HussainRemoved core.presencemanager. This has been superseded...
2009-06-14 Waqas Hussainstanza_router: Remove all traces of presencemanager
2009-06-14 Waqas Hussainstanza_router: Use stanza.attr.from's host instead...
2009-06-12 Waqas Hussainmodulemanager: Change the ideitity attribute typ to...
2009-06-12 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-06-12 Waqas Hussainmodulemanager: Added function add_identity(category...
2009-06-12 Waqas HussainMerge
2009-06-08 Matthew Wildmodulemanager: Use module_name in log entry to fix...
2009-06-07 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-06-07 Waqas Hussainmodulemanager: Allow setting a priority while adding...
2009-06-06 Matthew Wildmodulemanager: Don't require xmlns to be non-nil
2009-06-06 Matthew Wildmodulemanager: module:log() -> self:log() fix
2009-06-06 Matthew Wildmodulemanager: Allow setting priority of stanza handlers
2009-06-06 Matthew Wildmodulemanager: Add module:hook([xmlns, ] name, handler...
2009-06-04 Waqas Hussainmodulemanager: Load mod_message, mod_iq and mod_presenc...
2009-06-04 Waqas Hussains2smanager: Use a UUID as the dialback secret
2009-06-04 Waqas Hussainstanza_router: Remove unused s2s dialback functions
2009-06-04 Waqas HussainMerge with trunk
2009-06-04 Waqas Hussainsessionmanager: It really is username@host, not host...
2009-06-04 Waqas HussainMy merge!!!!
2009-06-03 Waqas Hussainstanza_router: workaround for a Pidgin bug which sets...
2009-06-03 Waqas Hussainstanza_router: Remove the 'to' attribute when it's...
2009-06-02 Matthew Wildsessionmanager: It's username@host, not host@username :)
2009-06-01 Waqas Hussainstanza_router: Reply with an error on groupchat message...
2009-06-01 Waqas Hussainstanza_router: Don't reply with an error on invalid...
2009-06-01 Waqas Hussainstanza_router: Proper error for clients sending stanzas...
2009-06-01 Matthew Wildcomponentmanager: Create events object for configured...
2009-06-01 Matthew WildMerge backout with following commits
2009-06-01 Matthew WildBacked out changeset 98f0e9eadf3b (better fix on the...
2009-06-01 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-05-31 Matthew Wildstanza_router: Don't route before firing events......
2009-05-31 Matthew Wildcomponentmanager: Add events object to registered compo...
2009-05-31 Matthew Wildstanza_router: Fire global event if host doesn't have...
2009-05-31 Waqas Hussainmodulemanager: Keep track of event handlers added by...
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
next