mod_bosh: Strip BOSH namespace from stanzas to allow for some clients which may send...
[prosody.git] / core /
2009-08-08 Matthew WildMerge with albert and waqas
2009-08-07 Matthew WildMerge with 0.5
2009-08-05 Matthew WildMerge with 0.5
2009-08-05 Matthew WildMerge with 0.5
2009-08-03 Matthew WildMerge with 0.5
2009-07-29 Matthew WildMerge with 0.5
2009-07-28 Matthew WildMerge with 0.5
2009-07-28 Matthew Wildconfigmanager: Default options appearing before Host...
2009-07-28 Matthew Wildhostmanager: Warn when user puts port configuration...
2009-07-28 Matthew Wildcore.loggingmanager: Enable timestamps by default for...
2009-07-27 Matthew WildMerge with 0.5
2009-07-27 Waqas HussainFixed: Possible duplicate error replies for unhandled...
2009-07-27 Matthew WildMerge with 0.5
2009-07-25 Waqas Hussainusermanager: Reduced some code
2009-07-25 Waqas Hussainusermanager: Removed an unnecessary check
2009-07-25 Waqas Hussainmodulemanager: Added get_option(name, default_value...
2009-07-24 nick@lupine.me.ukSwitch to using a more generic credentials_callback...
2009-07-10 Matthew WildRemove version number from copyright headers
2009-07-10 Matthew WildAdd copyright header to those files missing one
2009-07-10 Matthew Wildstanza_router: Catch and log an error case which I...
2009-07-10 Matthew Wildeventmanager: Convert from Windows line endings
2009-07-09 Matthew Wilddiscomanager: Convert from Windows line endings
2009-07-09 Matthew Wildmodulemanager: Small code improvement, move autoloaded...
2009-07-09 Matthew Wildconfigmanager, modulemanager: Allow components to have...
2009-07-08 Matthew Wilds2smanager: Fix to correctly bounce stanzas if first...
2009-07-05 Tobias MarkmannMerge with main branch.
2009-07-05 Waqas HussainMoved automatic unavailable presence generation on...
2009-07-05 Waqas Hussainsessionmanager: Replace raw session by an event data...
2009-07-03 Matthew Wildsessionmanager: Reset bare_sessions[user] after resourc...
2009-07-03 Matthew Wildsessionmanager: Newly created sessions shouldn't have...
2009-07-03 Matthew Wilds2smanager: Log the hostname and address when s2s conne...
2009-07-03 Matthew Wildhostmanager: Add disallow_s2s to config, defaults to...
2009-07-03 Matthew Wildstanza_router: Check host.disallow_s2s before routing...
2009-07-01 Waqas HussainMerged with trunk
2009-07-01 Matthew WildSend xml:lang in stream headers, fixes #78
2009-06-29 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-06-29 Matthew WildMerge with nolan
2009-06-29 Waqas Hussainmodulemanager: Don't close stream on stream:error with...
2009-06-29 Waqas Hussainstanza_router: Removed unnecessary xmlns check
2009-06-29 Waqas Hussainstanza_router: Don't fire preprocessing events if stanz...
2009-06-28 nolan@nolan-eeeSerialize unknown stanza before logging.
2009-06-28 Waqas HussainMerged with trunk
2009-06-28 Matthew WildMerge with nolan
2009-06-28 nolan@nolan-eeeLog stanza if stanza.to isn't set for some component...
2009-06-26 Matthew Wildstanza_router: Fire events also for stanzas to components
2009-06-25 Waqas Hussainxmlhandlers: Remove numeric attributes
2009-06-25 Waqas Hussainstanza_router: Remove unused variables and code
2009-06-25 Waqas Hussainstanza_router: A little refactoring
2009-06-25 Waqas Hussainstanza_router: Remove unused variables
2009-06-25 Waqas Hussainstanza_router: Remove even more old routing code
2009-06-25 Waqas Hussainstanza_router: Remove some more old routing code
2009-06-25 Waqas Hussainstanza_router: Call core_post_stanza from core_route_st...
2009-06-25 Waqas Hussainstanza_router: Removed unused function: select_best_res...
2009-06-25 Waqas Hussainstanza_router: Removed old routing code
2009-06-23 Waqas Hussainsessionmanager: Fire event on resource unbind
2009-06-23 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-06-23 Matthew Wildmodulemanager: Expose api table to allow others to...
2009-06-22 Waqas Hussainmodulemanager: Enabled access to the module API from...
2009-06-22 Matthew Wildmodulemanager: Fix copy/paste error, should be name...
2009-06-22 Matthew Wildrostermanager: Fire event on roster load
2009-06-22 Matthew Wildsessionmanager: Fire event on resource bind
2009-06-22 Matthew Wildmodulemanager: Call 'load' method when loading a module
2009-06-21 Waqas Hussainmodulemanager: Added simple module:require implementation
2009-06-20 Matthew WildMerge with Tobias
2009-06-20 Waqas Hussainstanza_router: Skip prepping 'to' in many common cases...
2009-06-20 Waqas Hussainstanza_router: Skip prepping 'from' on c2s origins...
2009-06-20 Waqas Hussainstanza_router: Fixed a corner case where processing...
2009-06-20 Waqas Hussainstanza_router: A little refactoring
2009-06-20 Waqas Hussaincomponentmanager: Using prosody.events instead of 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 :)
next