log

age author description
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