this is my patched version of ii - the suckless irc client.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
tiyn 5ac9619d3f
readme updated
8 months ago
FAQ base: added base image 8 months ago
LICENSE base: added base image 8 months ago
Makefile ssl: added ssl patch 8 months ago
README readme added 8 months ago
README.md readme updated 8 months ago
arg.h base: added base image 8 months ago
ii-2.0-ssl.diff ssl: added ssl patch 8 months ago
ii.1 ssl: added ssl patch 8 months ago
ii.c ssl: added ssl patch 8 months ago
strlcpy.c base: added base image 8 months ago

README.md

ii

This is my patched version of ii. The base version is directly from suckless.org.

Patches

The list below shows the currently applied patches to the master branch.

  • ii-2.0-ssl.diff (adds SSL compatibility)

Installation

The most basic way is to clone the repository and then invoke make.

  • git clone https://github.com/tiyn/ii
  • make clean install