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
|
2010-06-13 |
Waqas Hussain |
mod_blocking: Fixed a syntax error.
|
2010-06-13 |
shinysky |
mod_archive: The element auto MAY include a 'scope' attribute; Added message hook.
|
2010-06-12 |
Florian Zeitz |
mod_adhoc_cmd_admin: Check whether action is to be performed on the host the command was sent to.
|
2010-06-11 |
Matthew Wild |
mod_adhoc: Scan through list of items on load, in case items have been added before we were loaded
|
2010-06-10 |
Florian Zeitz |
mod_adhoc, mod_adhoc_cmd_admin: Handle errors according to XEP
|
2010-06-10 |
Matthew Wild |
mod_auth_external: Renamed from mod_extauth. Update logging and options (external_auth_protocol, external_auth_command)
|
2010-06-09 |
Matthew Wild |
mod_pastebin: Fix trigger_string matching when no trigger is set, and add support for counting lines (pastebin_line_threshold, default: 4)
|
2010-06-09 |
Waqas Hussain |
mod_extauth: Updated to provide a SASL handler.
|
2010-06-05 |
shinysky |
mod_archive: preference handling is done.
|
2010-06-03 |
Matthew Wild |
mod_blocking: Support for the "unblock all JIDs" case, and fix saving of rules after removing a JID
|
2010-06-03 |
Matthew Wild |
mod_blocking: Only count rules with action == "deny" as blocked JIDs
|
2010-06-03 |
Matthew Wild |
mod_throttle_presence: Buffer up presence for up to flush_presence_seconds and send latest presence stanzas for each contact at once
|
2010-06-03 |
Matthew Wild |
mod_blocking: XEP-0191 Simple Communications Blocking, should work, but not tested. Requires mod_privacy be loaded.
|
2010-06-03 |
Matthew Wild |
mod_smacks: XEP-0198 Stream Management acks. Initial commit - very rough, useful mainly for testing at the moment, most certainly contains bugs :)
|
2010-05-29 |
shinysky |
mod_archive: Added features: Determining Server Support & Determining Preferences
|
2010-05-28 |
Jeff Mitchell |
Add "generic" script support to mod_extauth, as well as lpc support until waqas fixes process
|
2010-05-24 |
shinysky |
initial commitment of mod_archive
|
2010-05-23 |
Florian Zeitz |
mod_pastebin: Optionally bin if message starts with a configurable trigger string
|
2010-05-21 |
Florian Zeitz |
mod_adhoc_cmd_admin: Add "Get User Statistics" command
|
2010-05-19 |
Matthew Wild |
mod_ircd: Log error when receiving a message without a valid nick
|
2010-05-19 |
Matthew Wild |
mod_tcpproxy: Handle gracefully invalid base64 data, fixes #2 (thanks dersd)
|
2010-05-15 |
Waqas Hussain |
mod_extauth: Initial commit.
|
2010-05-13 |
Waqas Hussain |
mod_ircd: Fixed handling of empty <subject/> elements.
|
2010-05-13 |
Waqas Hussain |
mod_ircd: Fixed handling of empty <body/> elements.
|
2010-04-15 |
Florian Zeitz |
mod_adhoc: default action is "execute"
|
2010-04-13 |
Matthew Wild |
mod_tcpproxy: Add web/ folder containing demo JS client
|
2010-04-13 |
Matthew Wild |
mod_tcpproxy: Initial commit. The moment you didn't know you've been waiting for is here... the dawn of TCP over XMPP.
|
2010-03-29 |
Thilo Cestonaro |
mod_muc_log_http: bugfix: multiple roomlogs in the same overview
|
2010-03-24 |
Florian Zeitz |
mod_adhoc_cmd_admin: Use new set_password function if available
|
2010-03-12 |
Florian Zeitz |
mod_adhoc_cmd_admin: "Get User Roster" command (with not very good™ XML formatting for now)
|
2010-03-11 |
Thilo Cestonaro |
mod_muc_log_http: handle empty status message tags; handle a nil-parameter in htmlEscape
|
2010-03-06 |
Waqas Hussain |
mod_sift: Iterate on user sessions, not on the user itself, when sifting stanzas to bare JIDs.
|
2010-03-06 |
Waqas Hussain |
mod_sift: Don't disallow stanzas to bare JIDs when sifting is not in force for any resources.
|
2010-03-06 |
Waqas Hussain |
mod_sift: Don't sift IQ errors and results.
|
2010-03-06 |
Waqas Hussain |
mod_sift: Fix for IQ children without an xmlns attribute (default to jabber:client).
|
2010-03-06 |
Waqas Hussain |
mod_sift: Use event.session, and not event.origin in the resource-unbind handler.
|
2010-03-06 |
Waqas Hussain |
mod_sift: Initial commit.
|
2010-03-06 |
Waqas Hussain |
mod_ipcheck: Updated XEP number and URL in comments to the newly published XEP.
|
2010-03-06 |
Waqas Hussain |
mod_ipcheck: Change error from 'item-not-found' to 'service-unavailable' for missing IP.
|
2010-03-06 |
Waqas Hussain |
mod_ipcheck: Fixed: 'service-unavailable' was sent instead of 'forbidden' on unauthorized access.
|
2010-02-25 |
Florian Zeitz |
mod_adhoc_cmd_admin: Add "Shut Down Service" command
|
2010-02-22 |
Florian Zeitz |
mod_ircd: Add PING command / Echo PART back
|
2010-02-19 |
Waqas Hussain |
mod_ipcheck: Change error from 'not-authorized' to 'forbidden', as specified in the XEP.
|
2010-02-19 |
Waqas Hussain |
mod_ipcheck: Initial commit. An implementation of the Server IP Check proto-XEP.
|
2010-02-08 |
Ali Sabil |
mod_websocket: Initial commit
|
2010-01-29 |
Florian Zeitz |
mod_adhoc_cmd_admin: Add "End User Session" command. Also end sessions before deleting a user
|
2010-01-28 |
Matthew Wild |
mod_s2s_idle_timeout: Close idle connections after s2s_idle_timeout seconds, default 300s
|
2010-01-27 |
Matthew Wild |
mod_latex: New (well, kind of) module for rendering LaTeX in messages and replacing with a rendered embedded image
|
2010-01-25 |
Florian Zeitz |
mod_adhoc: Use hashtable instead of array, coding style
|
2010-01-23 |
Florian Zeitz |
mod_adhoc*: Move state handling to mod_adhoc itself
|
2010-01-22 |
Florian Zeitz |
mod_adhoc, mod_adhoc_cmd_admin: use util.datforms for type="result" forms
|
2010-01-22 |
Florian Zeitz |
mod_adhoc: Add more features described in XEP-0050
|
2010-01-22 |
Florian Zeitz |
mod_adhoc: Major refactoring. Actuall data exchange happens here now
|
2010-01-15 |
Thilo Cestonaro |
mod_muc_log_http: inverse year sort order
|
2010-01-15 |
Thilo Cestonaro |
mod_muc_log_http: support next, previous day calculations from one month/year to the next or visa versa
|
2010-01-15 |
Thilo Cestonaro |
mod_muc_log_http: gsub return not only the string in cases the pattern is not found.
|
2010-01-14 |
Thilo Cestonaro |
mod_muc_log_http: support even more evil url stuff, don't forget %-signs
|
2010-01-14 |
Thilo Cestonaro |
mod_muc_log_http: support escaped urls
|
2010-01-04 |
Matthew Wild |
mod_muc_log_http: Replace remaining <font> tags with CSS equivalents
|
2010-01-04 |
Matthew Wild |
mod_muc_log_http: Replace <font> tags with the more correct <span>
|
2009-12-30 |
Marco Cirillo |
Renamed mod_regredirect to mod_register_url, thanks MattJ for the suggestion.
|
2009-12-30 |
Marco Cirillo |
mod_regredirect: initial commit.
|
2009-12-23 |
Matthew Wild |
mod_ircd: Initial commit of a wonderfully hacky but working IRC->XMPP interface for Prosody
|
2009-12-10 |
Florian Zeitz |
mod_adhoc_cmd_admin: Add Change User Password command
|
2009-12-09 |
Florian Zeitz |
mod_adhoc_cmd*: Don't explicitly remove items. Handled by Prosody itself already
|
2009-12-08 |
Thilo Cestonaro |
mod_muc_log_http: corrected the merged stuff
|
2009-12-08 |
Thilo Cestonaro |
mod_muc_log_http: merge
|
2009-12-05 |
fthiessen |
mod_muc_log_http: Changed some headlines and fixed a typo.
|
2009-12-08 |
Thilo Cestonaro |
mod_muc_log_http: themified ...
|
2009-12-02 |
Thilo Cestonaro |
mod_muc_log_http: show only months where log is actually available
|
2009-12-02 |
Thilo Cestonaro |
mod_muc_log: make that it logs again
|
2009-12-02 |
Thilo Cestonaro |
mod_muc_log_http: double check if muc_hosts is not nil, less logging, config var renamed to http_port back again
|
2009-12-02 |
Thilo Cestonaro |
mod_muc_log_http: display available days in a calendar view
|
2009-11-30 |
Waqas Hussain |
mod_support_contact: Added support for remote support contact.
|