mod_muc: Remove some old TODO comments
[prosody.git] / plugins /
2013-05-21 Matthew Wildmod_muc: Remove some old TODO comments
2013-05-21 Matthew Wildmod_muc: Fix incorrect variable name
2013-05-21 Matthew Wildmod_muc: Remove unused variable
2013-05-21 Matthew Wildmod_muc: Use stanza:maptags() instead of custom filteri...
2013-05-21 Matthew Wildmod_muc: Replace getText() with get_child_text(), 1...
2013-05-18 Matthew WildMerge
2013-05-18 Matthew Wildmod_muc: Pass actor (requesting JID) when generating...
2013-05-18 Matthew Wildmod_muc: Add getter/setter for 'whois' (fixes traceback)
2013-05-18 Kim AlvefurMerge 0.9->trunk
2013-05-18 Kim Alvefurmod_admin_telnet: Verify that the host exists in user...
2013-05-18 Kim Alvefurmod_admin_telnet: Don't rely on getpeerchain returning...
2013-05-18 Matthew WildMerge 0.9->trunk
2013-05-18 Matthew Wildmod_s2s: Fix interaction between s2s_secure_auth and...
2013-05-17 Kim Alvefurmod_admin_telnet: Use stanza:get_child_text()
2013-05-17 Kim Alvefurmod_admin_telnet: List session flags (encryption, compr...
2013-05-16 Matthew Wildmod_muc: Refactor config form handling, and allow for...
2013-05-16 Matthew Wildmod_admin_telnet: Add server:memory() command to view...
2013-05-14 Matthew WildMerge 0.9->trunk
2013-05-14 Matthew Wildmod_muc: Fire muc-room-created and muc-room-destroyed...
2013-05-11 Matthew WildMerge 0.9->trunk
2013-05-10 Kim AlvefurMerge 0.9->trunk
2013-05-10 Kim Alvefurmod_c2s: Fix session:close() when a stanza is passed...
2013-05-10 Matthew WildMerge 0.9->trunk
2013-05-10 Matthew WildMerge 0.9->trunk
2013-05-09 Kim Alvefurmod_pubsub: Remove nodeid check added in 989acb4ad1de...
2013-05-07 Kim Alvefurmod_admin_telnet: Add some DNS commands.
2013-05-01 Matthew WildMerge tls branch
2013-05-01 Matthew WildMerge s2s branch
2013-05-01 Matthew WildMerge sasl branch
2013-05-01 Matthew WildMerge 0.9->trunk
2013-05-01 Matthew WildMerge with Florob
2013-04-30 Florian Zeitzutil.rfc{3484,6724}: Update to RFC 6724
2013-04-29 Matthew WildMerge 0.9->trunk
2013-04-29 Matthew WildMUC: Allow actor == true to set roles (like affiliations)
2013-04-29 Matthew WildMUC: Allow plugins to add and handle options in the...
2013-04-29 Matthew WildMerge with Florob
2013-04-29 Matthew WildMerge 0.9->trunk
2013-04-29 Matthew Wildmod_saslauth, mod_compression: Fix some cases where...
2013-04-28 Matthew WildMerge 0.9->trunk
2013-04-28 Matthew Wildmod_s2s: Ensure that to/from on stream headers are...
2013-04-26 Matthew WildMerge 0.9->trunk
2013-04-26 Matthew Wildmod_s2s: Obey tcp_keepalives option for s2s too, and...
2013-04-25 Matthew WildMerge 0.9->trunk
2013-04-25 Matthew Wildmod_admin_telnet: Add muc:create(room) (thanks SkyBlue)
2013-04-25 Matthew WildMUC: add __tostring on room metatable
2013-04-25 Kim Alvefurmod_c2s: Refactor <stream:error> building to allways...
2013-04-23 Matthew WildMerge 0.9->trunk
2013-04-23 Matthew WildMerges all the way down
2013-04-23 Matthew WildMerge 0.9->trunk
2013-04-23 Matthew WildMerge
2013-04-23 Matthew Wildmod_auth_internal_plain: Don't log passwords, even...
2013-04-23 Florian Zeitzmod_admin_adhoc: Use util.adhoc
2013-04-22 Matthew Wildmod_c2s, mod_s2s, net.http, net.http.server: Improve...
2013-04-22 Matthew Wildmod_c2s, mod_s2s, net.http, net.http.server: Improve...
2013-04-19 Kim AlvefurMerge 0.9->trunk
2013-04-19 Kim Alvefurmod_auth_internal_hashed, mod_auth_internal_plain,...
2013-04-18 Matthew WildMerge 0.9->trunk
2013-04-18 Matthew Wildmod_storage_sql2 (temporary name), sql.lib, util.sql...
2013-04-17 Kim AlvefurMerge 0.9->trunk
2013-04-17 Matthew Wildmod_pubsub: Only assign id to item element if there...
2013-04-17 Matthew WildMerge 0.9->trunk
2013-04-17 Matthew Wildmod_pubsub: Add id to stored item when auto-generated...
2013-04-15 Matthew WildMerge 0.9->trunk
2013-04-15 Kim Alvefurmod_s2s: Add missing space
2013-04-08 Kim AlvefurMerge 0.9->trunk
2013-04-08 Kim Alvefurmod_s2s: Adjust priority of route/remote hooks to negat...
2013-04-08 Matthew WildMerge 0.9->trunk
2013-04-08 Matthew Wildmod_posix: Improve error message for a pposix version...
2013-04-08 Matthew Wildmod_posix, util.pposix: Bump version for API change
2013-04-08 Matthew Wildmod_posix: Pass logger name to syslog, so that sources...
2013-04-08 Matthew WildMerge 0.9->trunk
2013-04-08 Matthew Wildmod_pubsub: Send bad-request when no action specified...
2013-04-08 Matthew WildMerge 0.9->trunk
2013-04-08 Matthew Wildmod_pubsub: Don't attempt to handle iq stanzas with...
2013-04-05 Matthew WildMerge 0.9->trunk
2013-04-05 Matthew WildMerge with Maranda
2013-04-05 Matthew Wildmod_storage_none: A null-like storage provider that...
2013-04-04 Marco Cirillomod_http: disable ssl peer verification by default.
2013-04-04 Kim Alvefurmod_s2s: Add COMPAT cahin verification code for older...
2013-04-03 Matthew WildMerge 0.9->trunk
2013-04-03 Matthew Wildmod_pubsub: Don't send current items to new subscribers...
2013-04-03 Matthew Wildmod_groups: Remove unused import
2013-04-03 Matthew Wildmod_groups: Add a public function other modules can...
2013-04-03 Matthew Wildmod_presence: Remove some unused variables
2013-04-01 Matthew Wildmod_s2s: Close incoming s2s with stream error when...
2013-03-28 Matthew WildMerge 0.9->trunk
2013-03-28 Matthew Wildmod_muc/muc.lib: Don't add messages without a body...
2013-03-28 Matthew WildMerge 0.9->trunk
2013-03-28 Tobias Markmannmod_privacy: Drop stanzas of type groupchat, so users...
2013-03-28 Tobias Markmannmod_privacy: Drop stanzas of type groupchat, so users...
2013-03-27 Kim Alvefurmod_s2s: Prevent s2s to and from hosts we serve locally
2013-03-26 Kim Alvefurmod_s2s: Prevent traceback when replying to incoming...
2013-03-25 Kim Alvefurmod_s2s: Reset secure flag on new connection attempt
2013-03-25 Kim Alvefurmod_s2s: session.from_host does not allways exist on...
2013-03-23 Kim Alvefurmod_s2s: Keep the dns answer object around a while...
2013-03-23 Kim AlvefurMerge 0.9->trunk
2013-03-23 Kim Alvefurmod_tls: More use of config sections removed
2013-03-23 Kim AlvefurMUC: Access prosody.hosts instead of the old global...
2013-03-23 Kim Alvefurmod_proxy65: Fix typo in comment
2013-03-23 Kim Alvefurmod_http: Import portmanager
next