prosody.git
2009-07-01 Matthew WildMakefile: Install fallbacks/ directory
2009-07-01 Waqas Hussainmod_offline: Initial commit
2009-07-01 Waqas HussainMerged with trunk
2009-07-01 Waqas Hussainmod_pep: Fixed boolean indexing error while casting...
2009-07-01 Matthew WildSend xml:lang in stream headers, fixes #78
2009-07-01 Tobias MarkmannMaking sure the node is in unicode when passing it...
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 Hussainprosody.cfg.lua.dist: Removed 'presence' from default...
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 Waqas Hussainutil.pluginloader: Append "@" to chunk names (fixes...
2009-06-28 Waqas Hussainmod_pep: Fixed a nil access error
2009-06-28 Waqas Hussainmod_pep: Use cached caps
2009-06-28 nolan@nolan-eeeSerialize unknown stanza before logging.
2009-06-28 Waqas HussainMerged with trunk
2009-06-28 Waqas Hussainmod_pep: Entity capabilities
2009-06-28 Matthew WildMerge with nolan
2009-06-28 Matthew Wildnet.httpserver: Don't upset logger when response is nil
2009-06-28 nolan@nolan-eeeLog stanza if stanza.to isn't set for some component...
2009-06-28 Matthew Wildmod_console: Reload/unload a module on a component...
2009-06-27 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-06-27 Waqas Hussainutil.stanza: Serializer optimizations, and nicer output...
2009-06-26 Waqas Hussainmod_pep: Broadcast only to available recipients with...
2009-06-26 Waqas Hussainmod_pep: Ignore presence subscriptions when extractng...
2009-06-26 Waqas Hussainmod_pep: Added function get_caps_hash_from_presence
2009-06-26 Waqas Hussainutil.muc: Fixed duplicate parameter names in function...
2009-06-26 Waqas Hussainutil.muc: Fixed incorrect parameters for a function...
2009-06-26 Matthew Wildmod_message: Advertise offline message support as per...
2009-06-26 Waqas Hussainmod_pep: Removed some YODO comments
2009-06-26 Waqas Hussainmod_pep: Added handler for disco responses
2009-06-26 Matthew Wildxmppclient_listener: Pass session close reason to destr...
2009-06-26 Waqas Hussainmod_iq: Change sub-event names for IQ errors and result...
2009-06-26 Matthew Wildutil.stanza: Add stanza:get_text() to retrieve all...
2009-06-26 Matthew Wildstanza_router: Fire events also for stanzas to components
2009-06-26 Waqas Hussainmod_message, mod_presence: Maintain list of top resourc...
2009-06-26 Waqas Hussainutil.events: Replaced ipairs with slightly faster numer...
2009-06-25 Waqas Hussainutil.stanza: Rewrote stanza_mt.__tostring. 20-30% faste...
2009-06-25 Waqas Hussainutil.stanza: Remove numeric attributes while deserializing
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-25 Matthew Wildmod_component: Rewrite jabber:client stanzas to jabber...
2009-06-24 Waqas Hussainmod_pep: Use new style events
2009-06-24 Waqas Hussainmod_iq: Fire sub-events for IQ results and errors
2009-06-24 Waqas Hussainmod_pep: Broadcast from the user's bare JID, not full JID
2009-06-24 Waqas Hussainmod_pep: Remove data when a user disables a node
2009-06-24 Waqas Hussainmod_pep: Added some comments
2009-06-24 Waqas Hussainmod_pep: Fixed detection of contact presence changes
2009-06-23 Waqas Hussainmod_muc: Now based on util.muc
2009-06-23 Waqas Hussainmod_announce: Work with non-local admins
2009-06-23 Waqas Hussainmod_announce: Use usermanager.is_admin to verify admin...
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 WildREADME: Update for new MUC address
2009-06-23 Matthew Wildprosodyctl: Allow commands to be implemented in modules
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 Wildmod_groups: Support for public groups, and extra logging
2009-06-22 Matthew Wildutil.pluginloader: Remove unnecessary return value...
2009-06-22 Matthew Wildmodulemanager: Fix copy/paste error, should be name...
2009-06-22 Matthew Wildmod_announce: New module to send a message to all onlin...
2009-06-22 Matthew Wildmod_httpserver: Allow configuration of ports and base...
2009-06-22 Matthew Wildmod_groups: Experimental shared roster support
2009-06-22 Matthew Wildprosody: Switch anonymous_login check to use the new...
2009-06-22 Matthew Wildutil.datamanager: Allow multiple data storage callbacks...
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 Matthew Wildutil.array: Add support for + operator to create a...
2009-06-20 Matthew Wildutil.array: Make array:reverse() and array:shuffle...
2009-06-20 Matthew Wildutil.array: Add array:append() method, to append a...
2009-06-20 Tobias MarkmannAdjust PLAIN and DIGEST-MD5 mechanisms to new password_...
2009-06-20 Tobias MarkmannAdding a parameter for realm to the password_callback.
2009-06-20 Tobias MarkmannAdding COMPAT comment.
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-20 Waqas HussainMain: Don't use empty event data objects for some globa...
2009-06-20 Waqas HussainMain: removed some eventmanager references (replaced...
2009-06-20 Waqas HussainFire global events using prosody.events
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 Hussainutil.pluginloader: Initial commit - a plugin resource...
next