summary refs log tree commit diff stats
path: root/plugins/checksum/Makefile.am
blob: 747d5de4c7d6f41ac6a76910e15faf0ee0b1d614 (plain) (blame)
1
2
3
4
5
6
7
8
9
EXTRA_DIST = INSTALL LICENSE README

libdir = $(hexchatlibdir)/plugins

lib_LTLIBRARIES = checksum.la
checksum_la_SOURCES = checksum.c
checksum_la_LDFLAGS = -avoid-version -module 
checksum_la_LIBADD = 
INCLUDES = $(COMMON_CFLAGS) -I$(srcdir)/..
re plugin for this encryption protocol. For installation instructions, see the INSTALL file. Features -------- Working: * Sending/receiving messages * Topic decryption * Using unecrypted keys / keys without a password from blow.ini * Pure protocol-level filtering (works with highlighting, nick coloring etc) * Partially encrypted messages (i.e. prefixed with nickname by a bouncer) Not working: * Key exchange * Password-protected key storage * Topic encryption * Remote exploitation (hopefully!) * Plaintext content that contain +OK is decrypted twice Commands -------- /setkey [nick or #channel] password Sets the encryption key for the nick or channel to password. The keys are stored in the configuration file in ~/.xchat2/blow.ini /delkey nick-or-#channel Deletes the given nick or channel from the configuration file.