prosody.git
2009-06-12 Waqas Hussainmodulemanager: Change the ideitity attribute typ to...
2009-06-12 Matthew Wildmod_console: Redirect print() to console session when...
2009-06-12 Matthew Wildmod_console: Fix syntax error
2009-06-12 Matthew Wildmod_console: Add s2s:close() to close s2s sessions...
2009-06-12 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-06-12 Matthew Wildmod_dialback: Change FIXME comment to COMPAT
2009-06-12 Waqas Hussainmod_pep: Add pubsub#publsih disco feature to host
2009-06-12 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-06-12 Matthew Wildnet.http: (Re-)add url[en|de]code functions
2009-06-12 Waqas Hussainmod_pep: Add host identity pubsub/pep
2009-06-12 Waqas Hussainmodulemanager: Added function add_identity(category...
2009-06-12 Waqas HussainMerge
2009-06-12 Waqas Hussainmod_pep: Fix a nil index bug
2009-06-08 Matthew Wildmodulemanager: Use module_name in log entry to fix...
2009-06-07 Matthew Wildmod_message: Require stanza lib to prevent traceback...
2009-06-07 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-06-07 Waqas Hussainmod_pep: Give the presence handler a higher than defaul...
2009-06-07 Waqas Hussainmodulemanager: Allow setting a priority while adding...
2009-06-07 Waqas Hussainmod_pep: Send items to contacts coming online
2009-06-07 Waqas Hussainmod_pep: Fix undefined global access
2009-06-06 Matthew Wildmod_console: Show total incoming/outgoing s2s connections
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-06 Waqas Hussainmod_pep: Maintain user nodes for delayed delivery
2009-06-05 Matthew Wildmod_console: Allow running code in the global environme...
2009-06-05 Matthew Wildmod_console: Some "improvements" to the useless server...
2009-06-05 Matthew Wildmod_console: Much improved module load/unload/reload...
2009-06-05 Matthew Wildprosody: prosody_reload_config => prosody.reload_config...
2009-06-05 Matthew Wildprosody: Prefix hg: to changeset ids in the version
2009-06-05 Matthew Wildmod_version: Use version from prosody.version
2009-06-05 Matthew Wildprosody: Read version from prosody.version file and...
2009-06-05 Matthew WildMakefile: Experimental support for recording the versio...
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 Hussainutil.sasl: Remove some nastiness
2009-06-04 Waqas Hussainutil.uuid: Added function seed(string) to allow further...
2009-06-04 Matthew WildMakefile: Set data directory permissions to 750 on...
2009-06-04 Matthew WildMakefile: Specify permissions on installed executables...
2009-06-04 Matthew Wildprosody: Add support for general 'interface' option...
2009-06-04 Matthew Wildnet.server: Display server port in error messages
2009-06-04 Matthew WildAdding .hgignore
2009-06-04 Waqas Hussainutil.uuid: Now generates RFC 4122 complaint UUIDs ...
2009-06-04 Waqas Hussainutil.uuid: More uniqueness!
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 Hussainmod_privacy: Initial commit
2009-06-03 Waqas Hussainstanza_router: Remove the 'to' attribute when it's...
2009-06-02 Matthew Wildprosody.cfg.lua.dist: Enable mod_register by default...
2009-06-02 Matthew Wildsessionmanager: It's username@host, not host@username :)
2009-06-02 Waqas Hussainmod_message: Fix global access
2009-06-02 Waqas Hussainmod_iq: Limit sub-events to get and set IQs
2009-06-02 Waqas Hussainmod_presence: Fix a global access
2009-06-02 Waqas Hussainmod_presence: Check for nil 'to' attribute in all cases...
2009-06-02 Waqas Hussainmod_presence: Check for nil 'to' attribute in all cases...
2009-06-02 Waqas Hussainmod_presence: return true from incoming presence handle...
2009-06-02 Waqas Hussainmod_presence: Handle non-subscription presence and...
2009-06-02 Waqas Hussainmod_presence: Handle subscriptions and probes
2009-06-02 Waqas Hussainmod_presence: Add hooks for inbound presence
2009-06-02 Waqas Hussainmod_presence: Fix a comment
2009-06-02 Waqas Hussainmod_presence: Handle all outbound presence stanzas
2009-06-02 Waqas Hussainmod_presence: A little cleanup
2009-06-02 Waqas Hussainmod_presence: Remove JIDs from directed presence list...
2009-06-02 Waqas Hussainmod_presence: Handle outbound presence to full JIDs
2009-06-01 Waqas Hussainmod_message: A little cleanup
2009-06-01 Waqas Hussainmod_message: mod_message now handles all cases
2009-06-01 Waqas Hussainstanza_router: Reply with an error on groupchat message...
2009-06-01 Waqas Hussainmod_message: Added code to handle error groupchat and...
2009-06-01 Waqas Hussainmod_message: Move bare JID processing to it's own function
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 Waqas Hussainmod_iq: Correctly handle the lack of 'to' on IQs
2009-06-01 Waqas Hussainmod_iq: Immediately return an error for IQs to non...
2009-06-01 Waqas Hussainmod_iq: Include event data in sub-events
2009-06-01 Waqas Hussainmod_iq: Error reply for IQ to non-existing session...
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-06-01 Waqas Hussainmod_iq: Fire sub-events for IQs directed at bare JIDs...
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 Matthew Wildnet.xmppclient_listener: Add small comment
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 Hussainmod_welcome: Use module:hook instead of module:add_even...
2009-05-30 Waqas Hussainmod_watchregistrations: Use module:hook instead of...
2009-05-30 Waqas Hussainmodulemanager: module:fire_event now fires on the globa...
2009-05-30 Waqas Hussainxmppcomponent_listener: Removed unused reference to...
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 Hussainmod_presence: Changed to use the prosody.events object...
2009-05-30 Waqas Hussainstanza_router: Changed to use the prosody.events object...
next