prosody.git
2009-06-01 Matthew WildBacked out changeset 98f0e9eadf3b (better fix on the...
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-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...
2009-05-26 Matthew Wildmod_roster: Don't send a query element in roster respon...
2009-05-22 Matthew WildMerge with 0.4
2009-05-22 Matthew WildTagging 0.4.2
2009-05-22 Matthew WildClose std{in,out,err} when daemonizing
2009-05-22 Matthew WildTagging 0.4.2
2009-05-22 Matthew WildMerge with 0.4
2009-05-22 Matthew WildFinally add README and INSTALL files
2009-05-21 Matthew WildMerge with 0.4
2009-05-21 Matthew Wildstanza_router: Fix for subscriptions to users on compon...
2009-05-21 Matthew Wildmod_register: Attach session to user-registered and...
2009-05-20 Waqas Hussaincore: hosts[*].events
2009-05-19 Matthew WildMerge with 0.4
2009-05-19 Matthew Wildmod_welcome: New plugin to welcome users who register...
2009-05-19 Matthew Wildmod_register: Fire events and log on account creation...
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-18 Matthew Wildmod_saslauth: Fix logic error which prevented SASL...
2009-05-16 Waqas Hussainutil.events: Dispatch code now accepts a variable numbe...
2009-05-16 Waqas Hussainutil.events: Much more efficient index building
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 Matthew Wildprosody.cfg.lua.dist: Update example to a better one
2009-05-16 Waqas Hussainutil.events: handler priorities
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 Hussainutil.jid: Eliminate global method use
2009-05-15 Waqas Hussainutil.muc: Made internal methods local
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 Tobias Markmann.
2009-05-15 Tobias MarkmannSome beauty treatment.
2009-05-15 Tobias MarkmannAdding minimal support for authorization identities...
2009-05-15 Tobias Markmannadding RFC comment
next