| Name |
Author |
Description |
Type |
| FiSH-AES 1.0
| Emiliano Gonzalez | Blowfish and AES FiSH like for X-Chat in 100% Python Requirements: PyCrypto, and Python 2.5+ Copyright 2011 Emiliano A. Gonzalez http://www.ergio.com.ar Based in works of Nam T. Nguyen (FiSH clone) and Bjorn Edstrom (cryptographic methods for IRC) Released under GPLV3 license Changelog: * 1.0: + Initial release AES256CBC from PyCrypto DESCRIPTION: Based on the original - de facto standard - FiSH encryption for IRC: http://fish.secure.la/ This version add some features that make original system more secure. - At close or unload plugin, the passwords are saved ONLY if is setted a key file password. - Messages are automatically unencrypted in all modes. - Nicks ends in when messages are: + : AES256CBC - : Blowfish ! : not encrypted - Messages can be sended using any mode with prefixes: +p : not encrypted +a : AES256CBC +b : Blowfish COMMANDS: /key <nick|#channel> [<--network> <network>] [new_key] : show information or set key /key_exchange <nick> : exchange a new key via dh1080 /key_list : list keys /key_load : load keys from internal file /key_pass <password> : set key file pass /key_remove <nick|#channel> : remove key /aes #channel/nick [1|0] or [True|False] : set/unset AES256CBC mode (default AES mode) | Python |
| Slapper *
| Kulverstukas | Simple slap script. /slap <nickname> <number> If <number> is not given then random slap will be used. See the script for details. | Python |
| Obsidian˛ 2.0.5
| ender | Highly configurable fserve script for XChat. Features include unlimited number of serving directories, triggers, channels to serve on, queue limited by file size instead of usual slots, support for both CTCP and channel triggers, optional automatic ad display on timer and many more. | Perl |
| urlshorter 1.0
| chakal^-^ | Este plugin para xchat no hace mas que enviar al canal las urls recortadas para evitar los bots spam. | Python |
| URLexpander 2012.01-2
| null | This perl script for XChat has an extensive (although probably nowhere near complete) list of URL obfuscation services (over 200 domains) which get automatically and in-line replaced by the real URL, thus you always know where you're going. To get the necessary information, it utilizes LWP::UserAgent and reads the Location HTTP header sent by the URL obfuscation service. Resolved URLs are by default cached in /tmp/urlexpander.cache, though you can easily change this. You can of course also manually reveal an URL using the /URLexpander command. | Perl |