ii

git clone https://orangeshoelaces.net/git/ii.git

Log

Subject Date
Fix running example 01/15/2019
Explain differences from original ii in README 01/08/2019
Authenticate with SASL EXTERNAL 01/08/2019
Act as a pure protocol handler 01/08/2019
check input length before reading 07/23/2018
Add a config option to link against system or shipped strlcpy 06/02/2018
Refactor Makefile 06/02/2018
fix typo in comment 05/22/2018
Remove .hgtags 05/10/2018
bump version to 1.8 02/04/2018
Makefile: add a dependency on arg.h 12/03/2017
Fix arg.h 12/03/2017
don't modify argv, use a counter 11/18/2017
Makefile: simplify 11/18/2017
allow some more characters in the channel name 07/09/2017
merge my changes to master 06/02/2017
define EXIT_TIMEOUT and use that on ping timeouts. thanks Evan Gates for the idea! 10/13/2016
errm eprint isnt declared here. thanks Ali H. Fardan 09/07/2016
use pledge by default if compiled on openbsc and provide errno string 09/06/2016
fix double backslash 09/02/2016
add OpenBSD pledge support - thanks Gleydson Soares 09/02/2016
Fix channel use after freeing in main loop 02/24/2016
Check up on server messages 02/24/2016
prevent nick collisions by only setting the nick after the server accepted it and print a message about change to server log 11/04/2015
remove duplicate word, thanks Michael Stevens! 11/04/2015
use _POSIX_PIPE_BUF if PIPE_BUF is not defined (as on FreeBSD); thanks Gleydson Soares! 03/22/2015
add gitignore 10/12/2013
fix "typo" in manpage, thanks Enrique Garbi 04/25/2013
1.7 release 01/05/2013
add respective header for select and not implicitely include it 08/14/2012
convert slashes to , rather than _ in channel names. , is not allowed by the RFC, _ is. 07/03/2012
fix parsing of JOIN messages for certain servers, thanks van Kanakarakis 06/28/2012
mark 1.7 as the next release version 06/16/2012
-k now points to an environment variable containing the password 06/16/2012
a little cleanup by Connor Lane Smith, thanks! 10/31/2011
Added tag 1.6 for changeset f09f802a8037 01/31/2011
update CHANGES and makefile config for 1.6 01/31/2011
restructuring to stay under 500 lines ;) fix regression from 1.5 on handling unknown commands 01/31/2011
Added tag 1.5 for changeset 550ee1100719 01/24/2011
document implication of autojoin patch and now tag 1.5 for real :) 01/24/2011
Added tag 1.5 for changeset 6f504f412a59 01/24/2011
add changelog entry about autojoin patch 01/24/2011
merge in forgotten changes 01/24/2011
Added tag 1.5 for changeset 4c6892284a9a 01/24/2011
minor changes, fix fd leak due to case insensitive channel name comparison, fix treatment of raw irc commands (thanks samurai) 01/24/2011
create in FIFO on receiving a PRIVMSG 01/24/2011
document /a for away, patch by Even Gates 06/25/2010
replace echo with printf so it doesnt rely on xsi extension of susv3 06/01/2009
remove bashism, isnt needed anyway 05/23/2009
Added tag 1.4 for changeset 7c7c000b4f42 08/09/2008
- prepare 1.4 release - fix directory traversal using #../../ (not possible to overwrite arbitrary files, thus not marking as security fix) - general cleanup - documentation fixes (url, copyright, formatting) 08/09/2008
fix manual 07/22/2008
fixed possible NULL pointer reference on sparc 07/16/2007
Added tag ii-1.3 for changeset 987fc9d57808 07/14/2007
release date 07/14/2007
1.2->1.3 07/14/2007
workaround, server messages about users dont open a user directory anymore, output will be sent to the server out file 07/14/2007
tagging ii-1.2 06/23/2007
Changelog added 06/23/2007
tagging ii-1.2 06/23/2007
changes for ii-1.2 06/23/2007
added note about changelog 06/22/2007
enabled joining channels with password 06/22/2007
regression fix 06/12/2007
fixed manpage section 05/03/2007
copyright adjustments 04/28/2007
-v option removed from manual since it is not implemented 04/28/2007
ii-1.1 04/04/2007
fixed wrong parsing in commands like WHOIS and NAMES 02/24/2007
initialization 02/04/2007
license fixed 02/03/2007
fix race 02/03/2007
a bit of beautify 02/03/2007
small adjustments 02/03/2007
small makefile adjustments 02/03/2007
makefile needs to install new files 02/03/2007
documentation fixes and query.sh added 02/03/2007
SLOC -> LOC 02/02/2007
solaris compile fix 02/01/2007
release prepared 02/01/2007
harden ii a bit 02/01/2007
use TOK_CMD more safely 02/01/2007
indent stuff 02/01/2007
indents 01/30/2007
fixed fd exhausting 01/30/2007
bugfix if fd is NULL 01/29/2007
right fix at the wrong place reverted 01/29/2007
small fix 01/29/2007
manpage adjustment 01/23/2007
Nico Golde: small fix by Adrien Krunch Kunysz 01/16/2007
compatibility for bitlbee and stuff 11/07/2006
whitespaces removed 07/14/2006
add date to timestamp 07/09/2006
ein libcall weniger 06/17/2006
kacke 06/16/2006
headers swapped 06/16/2006
query and join are now the same 05/28/2006
Cleanup install target 03/16/2006
Do not write PONG answers in the logfile 03/16/2006
Use PING command to detect stale connection to server 03/16/2006
small fix 03/13/2006
fixing retval of tokenize 03/13/2006
added lower function to work only with lowercase channel-names 03/08/2006
appliead Anthonys Makefile patch 02/24/2006
fixes for freebsd 02/12/2006
added missing -f thanks florolf for hin 01/29/2006
removed unneeded memset 01/29/2006
fix incomplete buffer initialization 01/29/2006
fixed channel join bug 01/29/2006
segfault fix with gcc-2.95 thanks florolf for help 01/29/2006
removed get_channel function 01/29/2006
removed CHAN information from quit message because its useless 01/29/2006
applied different patch by Kai 01/29/2006
applied Kai's s/bcopy/memcpy patch 01/28/2006
applied next patch of Kai 01/27/2006
appliead patch by Kai Ruemmler to fix command handling 01/27/2006
fixed list bug 01/25/2006
fix 01/23/2006
simplified add_channel; 01/23/2006
fixed server out issue 01/23/2006
some stylistic changes 01/21/2006
merged 01/19/2006
typo fix 01/18/2006
fixed other stuff 12/29/2005
some other changes 12/29/2005
Nico Golde <nion@wmii.de> fixed away bug 12/27/2005
Nico Golde <nion@wmii.de> 12/27/2005
Nico Golde <nion@wmii.de> some modifications to prepare -rc2 release 12/21/2005
added initial files 12/19/2005