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.
|
2009-11-26 |
Waqas Hussain |
mod_srvinjection: Added support for resolving "localhost" and "127.0.0.1".
|
2009-11-25 |
Thilo Cestonaro |
mod_proxy65: correct log level, be more descriptive
|
2009-11-25 |
Florian Zeitz |
mod_adhoc_cmd_admin: Fix global access
|
2009-11-23 |
Waqas Hussain |
mod_srvinjection: Initial commit.
|
2009-11-17 |
Thilo Cestonaro |
mod_proxy65: hopefully remove a memory leak (thx waqas!)
|
2009-11-17 |
Thilo Cestonaro |
mod_muc_log: split into mod_muc_log and mod_muc_log_http
|
2009-11-14 |
Florian Zeitz |
mod_adhoc: Check for global and host admins
|
2009-11-13 |
Florian Zeitz |
mod_adhoc_cmd_admin: Change to upcoming XEP version
|
2009-11-12 |
Florian Zeitz |
mod_adhoc_cmd_admin: Implement Get User Password
|
2009-11-10 |
Thilo Cestonaro |
mod_muc_log: specified day is now part of the url not a query. days are sorted, newest top.
|
2009-11-10 |
Waqas Hussain |
mod_muc_log: Changed absolute URL paths to be relative.
|
2009-11-09 |
Thilo Cestonaro |
mod_muc_log: can handle now more components and should be used as global module! HTTP Path changed to http://...../muc_log/<component>/<room>/
|
2009-11-09 |
Thilo Cestonaro |
mod_muc_log: add show/hide join/leave and status changes checkboxes. Add two config values showJoin and showStatus as the default values.
|
2009-11-08 |
Thilo Cestonaro |
mod_muc_log: retrieving the room config, is not a kick of a person!! :) (thx again to flo spotting it!)
|
2009-11-08 |
Thilo Cestonaro |
mod_muc_log: Do not log other muc-component's rooms then the module was loaded for. Do neither log nor provide access to possible existing log if a room is private. (thx flo for spotting this)
|
2009-11-06 |
Florian Zeitz |
mod_adhoc_cmd_admin: Implement "Delete User" command
|
2009-11-01 |
Thilo Cestonaro |
mod_proxy65: make it work from external initiators, too
|
2009-11-01 |
Thilo Cestonaro |
mod_proxy65: never use global varnames as local varnames, it can break your brain!
|
2009-11-01 |
Thilo Cestonaro |
mod_muc_log: revert changes of last commit (bed9a6b40f)
|
2009-11-01 |
Thilo Cestonaro |
mod_proxy65: basic white list - access control list
|
2009-11-01 |
Thilo Cestonaro |
mod_proxy65: answer with correct disco#info data on a disco#info request
|
2009-11-01 |
Waqas Hussain |
mod_discoitems: Initial commit.
|
2009-11-01 |
Thilo Cestonaro |
mod_proxy65: close unknown connection with no authentication data, close target if initator hangs up and vica versa
|
2009-11-01 |
Matthew Wild |
mod_pastebin: Send Content-Type header to specify plain UTF-8 text
|
2009-11-01 |
Matthew Wild |
mod_pastebin: Rename pastebin_message() to pastebin_text() and make it global so it can be called by other plugins
|
2009-10-31 |
Thilo Cestonaro |
mod_proxy65: make it work again
|
2009-10-31 |
Thilo Cestonaro |
mod_proxy65: changed the listener name to be unique on a per component basis and display a good error description when connlistener register fails
|
2009-10-31 |
Thilo Cestonaro |
mod_proxy65: component register and deregister are with "_component" appended
|
2009-10-31 |
Paul Aurich |
mod_pastebin: Fix finding of XHTML content.
|
2009-10-31 |
Matthew Wild |
mod_proxy65: Remove unused bin2hex function, and compact more code. Finally down <200 lines :)
|
2009-10-31 |
Thilo Cestonaro |
mod_proxy65: removed unneeded var and session stuff
|
2009-10-31 |
Matthew Wild |
mod_proxy65: Reviewed and re-factored the code, added proxy_address to specify the address which the proxy advertises for clients to connect to
|
2009-10-30 |
Florian Zeitz |
mod_adhoc_cmd_admin: Add announce command
|
2009-10-28 |
Thilo Cestonaro |
mod_proxy65: done! Who wants to test? :)
|
2009-10-27 |
Thilo Cestonaro |
mod_proxy65: tcp connection of initiator and target are established
|
2009-10-26 |
Thilo Cestonaro |
mod_proxy65: remove the proxy65 folder
|
2009-10-26 |
Thilo Cestonaro |
mod_proxy65: create connection listener, interface a. port are configureable but not needed
|
2009-10-25 |
Thilo Cestonaro |
mod_muc_log: using datamanager to store the logging.
|
2009-10-21 |
Thilo Cestonaro |
mod_muc_log: display room's current title; show kicked messages with and without reason
|
2009-10-21 |
Thilo Cestonaro |
mod_muc_log: escape nicknames and status messages too. (thx waqas for finding it; Hope you had fun :P )
|
2009-10-20 |
Thilo Cestonaro |
mod_muc_log: better presence and message parsing; react on subject changes
|
2009-10-20 |
Thilo Cestonaro |
mod_privacy: save the part already coded for presence-out/-in getting active stuff but disabled it.
|
2009-10-19 |
Thilo Cestonaro |
mod_muc_log: set content-type header; escape some html stuff in messages (>, <, \n, http://....)
|
2009-10-19 |
Thilo Cestonaro |
mod_muc_log: templify the html stuff
|
2009-10-19 |
Thilo Cestonaro |
mod_muc_log: make it recognize s2s messages/presences
|
2009-10-18 |
Matthew Wild |
Fix some muclogging -> muc_log issues I brought back in the merge
|
2009-10-18 |
Matthew Wild |
mod_muc_log: Use new httpserver.new_from_config syntax
|
2009-10-18 |
Thilo Cestonaro |
mod_muclogging: renamed to mod_muc_log; s/muclogging/muc_log/
|
2009-10-18 |
Thilo Cestonaro |
mod_muclogging: removed devel debug message stuff
|
2009-10-18 |
Thilo Cestonaro |
mod_muclogging: with http_server part for viewing
|
2009-10-16 |
Florian Zeitz |
mod_adhoc, mod_adhoc_cmd_admin: Check permissions in one place for all commands
|
2009-10-16 |
Florian Zeitz |
mod_adhoc_cmd_admin: Fix session leak
|
2009-10-16 |
Thilo Cestonaro |
mod_muclogging: initial checkin
|
2009-10-16 |
Thilo Cestonaro |
mod_privacy: nicer debug logging ...
|
2009-10-16 |
Thilo Cestonaro |
mod_privacy: it says "from" not "form" (thx flo for reporting!)
|
2009-10-15 |
Florian Zeitz |
mod_adhoc_cmd_admin: Possibility to limit number of received answers
|
2009-10-15 |
Florian Zeitz |
mod_adhoc, mod_adhoc_cmd_admin: Show only commands they may execute to the user
|
2009-10-15 |
Thilo Cestonaro |
mod_privacy: decrease the log messages count.
|
2009-10-15 |
Thilo Cestonaro |
mod_privacy: fix bug where priority was nil and compared to a number (Thx flo for reporting!)
|
2009-10-13 |
Florian Zeitz |
mod_adhoc_cmd_admin: Add Get List of Online Users command
|
2009-10-13 |
Thilo Cestonaro |
mod_privacy: never block communications from one of a user's resources to another.
|
2009-10-12 |
Florian Zeitz |
mod_adhoc_cmd_uptime: Initial commit
|
2009-10-12 |
Thilo Cestonaro |
merge
|
2009-10-10 |
Florian Zeitz |
mod_adhoc: add adhoc.lib.lua to ease implementing new commands (as a consequence mod_adhoc is a directory now)
|
2009-10-10 |
Matthew Wild |
mod_adhoc_cmd_admin: Fixed style, some typos, and got down to <100LOC. Perhaps we need util.adhoc?
|
2009-10-10 |
Florian Zeitz |
mod_adhoc_cmd_admin: Define form layout only once.
|
2009-10-10 |
Florian Zeitz |
mod_adhoc_cmd_admin: More utils.dataforms sugar
|
2009-10-10 |
Florian Zeitz |
mod_adhoc_cmd_admin: switch to utils.dataforms. Thanks MattJ for making this possible ;)
|
2009-10-12 |
Thilo Cestonaro |
mod_proxy65: new component proxy65; currently only disco#info and disco#items done
|
2009-10-09 |
Thilo Cestonaro |
merge ...
|
2009-10-09 |
Florian Zeitz |
mod_adhoc_cmd_admin: Initial commit
|
2009-10-09 |
Florian Zeitz |
mod_adhoc, mod_adhoc_cmd_ping: Code cleanup
|
2009-10-09 |
Thilo Cestonaro |
mod_privacy: make the block function work; retrieve the roster groups correctly
|
2009-10-06 |
Florian Zeitz |
mod_swedishchef: Added configurable trigger
|
2009-10-02 |
Matthew Wild |
mod_pastebin: Comment some debug logging on every message
|
2009-10-02 |
Matthew Wild |
mod_pastebin: Expire pastes after 'pastebin_expire_after' hours, 24 by default
|
2009-10-02 |
Matthew Wild |
mod_pastebin: Allow per-host pastebin_threshold
|
2009-10-02 |
Florian Zeitz |
mod_swedishchef: Initial commit
|
2009-10-01 |
Matthew Wild |
mod_pastebin: Small fix to read the pastebin URL from the config
|
2009-09-30 |
Thilo Cestonaro |
mod_privacy: overworked error returns while creating, editing, deleting or de/activating lists.
|
2009-09-29 |
Thilo Cestonaro |
mod_privacy: removed trunk dependency; make it work when no lists already are exiting
|
2009-09-28 |
Thilo Cestonaro |
mod_privacy: make finding the right session working
|
2009-09-28 |
Thilo Cestonaro |
mod_privacy: prepare everything for the "is used" checking stuff...
|
2009-09-28 |
Thilo Cestonaro |
mod_privacy: order must be non-negativ integer and unique, group must be existing in the roster, subscription can only be to,from,both or none, action must be either deny or allow.
|
2009-09-26 |
Thilo Cestonaro |
merge with repos
|
2009-09-25 |
Matthew Wild |
mod_privacy: Make tmp variable a local
|
2009-09-25 |
Matthew Wild |
mod_pastebin: Set default of 500 chars for pastebin_threshold
|
2009-09-25 |
Matthew Wild |
mod_pastebin: Allow configurable message length threshold
|
2009-09-26 |
Thilo Cestonaro |
do the first real blocking actions
|
2009-09-25 |
Thilo Cestonaro |
some error reporting during list editing
|
2009-09-25 |
ephraim |
thx to Florob:
|
2009-09-25 |
Thilo Cestonaro |
adds mod_privacy; lists creating, editing and deletion working.
|
2009-09-25 |
Thilo Cestonaro |
adds mod_adhoc_cmd_ping which provides 'ping' adhoc command.
|
2009-09-25 |
Thilo Cestonaro |
adds mod_adhoc
|
2009-09-25 |
Matthew Wild |
mod_pastebin: Initial commit
|
2009-09-25 |
Matthew Wild |
mod_webpresence: Initial commit
|
2009-09-13 |
Dwayne Bent |
mod_openid: Initial commit
|
2009-09-10 |
Jeff Mitchell |
Initial commit of mod_onhold, using configuration in prosody config file.
|
2009-09-10 |
Waqas Hussain |
mod_support_contact: Initial commit.
|
2009-08-22 |
Matthew Wild |
mod_offline_email: Initial commit
|