2010-08-22 |
Florian Zeitz |
mod_adhoc: Fix typo introduced during refactoring
|
2010-08-21 |
Florian Zeitz |
mod_adhoc: Code restructuring
|
2010-08-13 |
shinysky |
mod_archive: added some config options.
|
2010-08-12 |
Florian Zeitz |
mod_adhoc_cmd_admin: Be more tollerant towards client/user errors.
|
2010-08-12 |
Florian Zeitz |
mod_adhoc_cmd_modules: Fix error message
|
2010-08-10 |
shinysky |
mod_archive_muc: clean up '\n ' in preference stanza
|
2010-08-10 |
shinysky |
mod_archive: use usermanager to check if some user exists
|
2010-08-10 |
shinysky |
mod_archive_muc: use usermanager to check if some user exists; use rostermanager to check if someone is in the roster; minor fixes.
|
2010-08-09 |
shinysky |
mod_archive: minor fix;
|
2010-08-05 |
Matthew Wild |
mod_ircd: Fix "nickname in use" reply
|
2010-08-05 |
Florian Zeitz |
mod_adhoc_cmd_modules: Make required fields required, be more tollerant towards buggy clients
|
2010-08-04 |
Jeff Mitchell |
Add new motd_sequential module. This module lets you define numbered messages shown to each user in order, but only once per user, and persistent across server restarts. Useful for notifying users of added features and changes in an
|
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
|