prosody.git
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...
2009-05-30 Waqas Hussaincore.eventmanager2: Now uses the new prosody.events...
2009-05-30 Waqas HussainAdded new prosody.events object
2009-05-30 Matthew Wildmod_console: c2s:show(), c2s:show_secure(), c2s:show_in...
2009-05-30 Matthew Wildmod_console: Allow restricting results to matching...
2009-05-30 Matthew Wildprosody: Remove global functions
2009-05-30 Matthew Wildmod_posix: Use global prosody object
2009-05-30 Matthew Wildprosody: (un)lock_globals() -> prosody.(un)lock_globals()
2009-05-30 Matthew Wildprosody: New global 'prosody' object
2009-05-30 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-05-30 Waqas Hussainmod_message, mod_iq: A little cleanup
2009-05-30 Waqas Hussainmod_iq: Initial commit
2009-05-30 Waqas Hussainmod_message: Initial commit
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 Matthew Wildhttpclient_listener: Don't use print()...
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 Waqas HussainAdded globals bare_sessions and full_sessions, which...
2009-05-29 Waqas HussainRemoved unused global 'session'
2009-05-29 Matthew Wildmod_tls: Add <required/> to stream feature when TLS...
2009-05-29 Matthew Wildmod_legacyauth: Hide stream feature when secure auth...
2009-05-29 Matthew Wildmod_saslauth: Don't offer bind/session when they aren...
2009-05-29 Matthew Wildmod_saslauth, mod_legacyauth: Deny logins to unsecure...
2009-05-29 Matthew Wildxmppclient_listener: A connection is also secure when...
2009-05-29 Matthew Wildnet.server: A connection is not secure if we delay...
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-28 Matthew Wildmod_presence: Lower some log levels to their correct...
2009-05-28 Matthew Wildmod_presence: Use logger supplied by modulemanager
2009-05-28 Matthew Wildmod_presence: Leave alone the from attribute of session...
2009-05-28 Matthew WildAdd log message when DNS lookup is cancelled
2009-05-28 Matthew Wildnet.adns: Fix for calling handler when cancelling DNS...
2009-05-27 Matthew Wildmod_watchregistrations: admin -> admins
2009-05-26 Matthew Wildprosodyctl: Add error message for no-pidfile
2009-05-26 Matthew Wilds2smanager: Timeout DNS requests after 60 seconds ...
2009-05-26 Matthew Wildnet.adns: Add support for cancelling a non-blocking...
2009-05-26 Matthew Wildnet.dns: Add support for cancelling a coroutine-based...
2009-05-26 Matthew Wildmod_watchregistrations: New plugin to send a message...
2009-05-26 Matthew Wildmod_roster: Add some comments for the error cases to...
2009-05-26 Matthew Wilds2smanager: Only send reply </stream:stream> when conne...
next