log

age author description
2010-08-04 shinysky mod_archive: fixed some serious bugs.
2010-08-02 shinysky merge
2010-07-31 Kim Alvefur mod_post_msg: add support for type, subject and body in application/x-www-form-urlencoded
2010-07-29 shinysky mod_archive: make sure result set are sorted in chronological order.
2010-07-31 Waqas Hussain mod_couchdb: Now added as a proper module using the new storage provider system.
2010-07-29 shinysky mod_archive: refactor
2010-07-29 Florian Zeitz mod_adhoc_cmd_admin: Add suport for showing more detail
2010-07-29 shinysky mod_archive: exit for loop as soon as possible.
2010-07-29 shinysky mod_archive: keep collections in REVERSE chronological order(not tested).
2010-07-26 shinysky mod_archive: keep collections in chronological order.
2010-07-25 shinysky mod_archive: Mapping an message to some collection based on timestamp
2010-07-25 shinysky mod_archive: minor fix.
2010-07-24 shinysky mod_archive: interpret preferences when do auto archiving.
2010-07-24 Matthew Wild mod_smacks: Fix the logic for handling outgoing stanzas and ack requests
2010-07-22 Matthew Wild Merge with Zash
2010-07-21 Matthew Wild mod_auth_ldap: Update for new usermanager.test_password syntax
2010-07-21 Matthew Wild mod_auth_external: Update for new usermanager.test_password syntax
2010-07-22 Kim Alvefur mod_post_msg: A plugin that recives a single message by HTTP POST and relays it.
2010-07-16 Gaurav mod_s2s_blackwhitelist: adding blacklist and whitelist plugin for s2s connections
2010-07-16 Gaurav mod_s2s_reload_newcomponent: fix debug logs
2010-07-16 Gaurav initial creation of module for reloading new components
2010-07-14 Bjoern Kalkbrenner fixed broadcast PRIVMSG bug
2010-07-14 Bjoern Kalkbrenner added correct NAME_REPLY on JOIN message reply
2010-07-14 shinysky mod_archive: Replication is done!
2010-07-13 shinysky mod_archive: added a 'access' attribute to the chat element, representing the time last accessed.
2010-07-09 Florian Zeitz mod_adhoc_cmd_modules: Add "Load module" command
2010-07-09 Florian Zeitz mod_adhoc: Add capability to pass data to forms
2010-07-09 Florian Zeitz mod_adhoc_cmd_modules: Add "Unload module" command
2010-07-09 Florian Zeitz mod_adhoc_cmd_modules: Add "Reload module" command
2010-07-09 Waqas Hussain mod_couchdb: Initial commit.
2010-07-08 Florian Zeitz mod_adhoc_cmd_modules: Initial version. Provides a "List loaded modules" cmd for now
2010-07-08 Matthew Wild mod_smacks: Clean outgoing stanza queue correctly on session close
2010-07-08 Matthew Wild mod_smacks: Use filters for catching incoming stanzas (more reliable and efficient), also add some logic to make compatible with the stream resumption module (coming soon)
2010-07-08 Matthew Wild mod_smacks: Better logic for deciding what is a stanza and what is not, and deciding when to send ack requests
2010-07-08 shinysky mod_archive: '7.3 Removing a Collection' is DONE, so '7. Archive Management' is DONE.
2010-07-07 shinysky mod_archive: XEP-0059 Result Set Management for Retrieving a Collection is DONE
2010-07-07 Bjoern Kalkbrenner restart authorize command if crashed or ended; added example shell script
2010-07-07 shinysky mod_archive: XEP-0059 Result Set Management for Retrieving a List of Collections is DONE
2010-07-05 shinysky mod_archive: XEP-0059: Result Set Management - Limiting the Number of Items; Paging Forwards Through a Result Set; Getting the Item Count
2010-07-05 Thilo Cestonaro mod_muc_log_http: show more of the room title
2010-07-05 shinysky mod_archive: Archive Management - Retrieving a List of Collections
2010-07-04 Waqas Hussain mod_muc_log_http: Fixed a traceback on rooms with no subject.
2010-06-30 Waqas Hussain mod_auth_ldap: An auth plugin for authentication against LDAP.
2010-06-28 Matthew Wild mod_pastebin: Better fix for stripping truncated UFT-8 sequences
2010-06-28 Matthew Wild mod_pastebin: Fix to not truncate UTF-8 sequences when creating a snippet summary for XHTML-IM (thanks DaiZW for discovering :) )
2010-06-27 shinysky mod_archive: there can be only one note/previous/next/x element in a collection.
2010-06-27 shinysky mod_archive: first commit for manual archiving, need polishing
2010-06-22 Thilo Cestonaro mod_muc_log_http: prosody theme update
2010-06-22 Thilo Cestonaro merge
2010-06-22 Thilo Cestonaro mod_muc_log_http: ensure a theme was loaded when handling a http request
2010-06-22 Thilo Cestonaro mod_muc_log_http: ensure to have the default being "prosody"
2010-06-21 shinysky mod_archive: now auto archiving is almost done.
2010-06-17 Thilo Cestonaro mod_muc_log_http: remove the rest of the old default theme
2010-06-17 Thilo Cestonaro mod_muc_log_http: default theme changed to "prosody", removed old default theme
2010-06-17 Thilo Cestonaro mod_muc_log_http: started new prosody theme
2010-06-14 shinysky mod_archive: Now we can archive messages, even though not in organized way.
2010-06-14 Matthew Wild mod_blocking: Fix to iterate over blocklist correctly when removing a JID
2010-06-14 Matthew Wild mod_blocking: Ensure that a JID can be in the blocklist at most once, and have helper functions return true/false on success/error
2010-06-13 Waqas Hussain mod_blocking: Fixed a nil global access.
2010-06-13 Matthew Wild mod_blocking: Various small changes to make it actually work, which I forgot to commit