| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-04-25 | fix "typo" in manpage, thanks Enrique GarbiHEADmaster | Nico Golde | 1 | -1/+1 |
| 2013-01-05 | 1.7 releasev1.7 | Nico Golde | 1 | -1/+1 |
| 2012-08-14 | add respective header for select and not implicitely include it | Nico Golde | 1 | -2/+3 |
| 2012-07-03 | convert slashes to , rather than _ in channel names. , is not allowed by the ... | Nico Golde | 2 | -1/+4 |
| 2012-06-28 | fix parsing of JOIN messages for certain servers, thanks van Kanakarakis | Nico Golde | 2 | -7/+5 |
| 2012-06-16 | mark 1.7 as the next release version | Nico Golde | 1 | -1/+1 |
| 2012-06-16 | -k now points to an environment variable containing the password | Nico Golde | 3 | -6/+10 |
| 2011-10-31 | a little cleanup by Connor Lane Smith, thanks! | Nico Golde | 1 | -17/+14 |
| 2011-01-31 | Added tag 1.6 for changeset f09f802a8037 | Nico Golde | 1 | -0/+1 |
| 2011-01-31 | update CHANGES and makefile config for 1.61.6 | Nico Golde | 2 | -1/+4 |
| 2011-01-31 | restructuring to stay under 500 lines ;) fix regression from 1.5 on handling ... | Nico Golde | 1 | -7/+7 |
| 2011-01-24 | Added tag 1.5 for changeset 550ee1100719 | Nico Golde | 1 | -0/+2 |
| 2011-01-24 | document implication of autojoin patch and now tag 1.5 for real :)1.5 | Nico Golde | 2 | -3/+5 |
| 2011-01-24 | Added tag 1.5 for changeset 6f504f412a59 | Nico Golde | 1 | -0/+2 |
| 2011-01-24 | add changelog entry about autojoin patch | Nico Golde | 1 | -0/+2 |
| 2011-01-24 | merge in forgotten changes | Nico Golde | 2 | -1/+4 |
| 2011-01-24 | Added tag 1.5 for changeset 4c6892284a9a | Nico Golde | 1 | -0/+1 |
| 2011-01-24 | minor changes, fix fd leak due to case insensitive channel name comparison, f... | Nico Golde | 3 | -12/+19 |
| 2011-01-24 | create in FIFO on receiving a PRIVMSG | Nico Golde | 1 | -0/+1 |
| 2010-06-25 | document /a for away, patch by Even Gates | Nico Golde | 1 | -0/+3 |
| 2009-06-01 | replace echo with printf so it doesnt rely on xsi extension of susv3 | Nico Golde | 1 | -1/+1 |
| 2009-05-23 | remove bashism, isnt needed anyway | Nico Golde | 1 | -1/+1 |
| 2008-08-09 | Added tag 1.4 for changeset 7c7c000b4f42 | Nico Golde | 1 | -0/+1 |
| 2008-08-09 | - prepare 1.4 release1.4 | Nico Golde | 6 | -31/+42 |
| 2008-07-22 | fix manual | Nico Golde | 1 | -1/+1 |
| 2007-07-16 | fixed possible NULL pointer reference on sparc | Nico Golde | 1 | -1/+1 |
| 2007-07-14 | Added tag ii-1.3 for changeset 987fc9d57808 | Nico Golde | 1 | -0/+1 |
| 2007-07-14 | release dateii-1.3 | Nico Golde | 1 | -1/+1 |
| 2007-07-14 | 1.2->1.3 | Nico Golde | 1 | -2/+2 |
| 2007-07-14 | workaround, server messages about users dont open a user directory anymore, o... | Nico Golde | 3 | -1/+10 |
| 2007-06-23 | tagging ii-1.2 | Nico Golde | 1 | -0/+1 |
| 2007-06-23 | Changelog addedii-1.2 | Nico Golde | 1 | -0/+4 |
| 2007-06-23 | tagging ii-1.2 | Nico Golde | 1 | -0/+1 |
| 2007-06-23 | changes for ii-1.2 | Nico Golde | 4 | -19/+16 |
| 2007-06-22 | added note about changelog | nion@aurora | 1 | -0/+6 |
| 2007-06-22 | enabled joining channels with password | nion@aurora | 1 | -2/+3 |
| 2007-06-12 | regression fix | Nico Golde | 1 | -5/+3 |
| 2007-05-03 | fixed manpage section | Nico Golde | 1 | -1/+1 |
| 2007-04-28 | copyright adjustments | Nico Golde | 3 | -3/+6 |
| 2007-04-28 | -v option removed from manual since it is not implemented | Nico Golde | 1 | -1/+0 |
| 2007-04-04 | ii-1.1 | Nico Golde | 2 | -2/+2 |
| 2007-02-24 | fixed wrong parsing in commands like WHOIS and NAMES | Nico Golde | 1 | -4/+7 |
| 2007-02-04 | initialization | Nico Golde | 1 | -1/+1 |
| 2007-02-03 | license fixed | Nico Golde | 1 | -1/+1 |
| 2007-02-03 | fix race | Nico Golde | 1 | -1/+0 |
| 2007-02-03 | a bit of beautify | Nico Golde | 1 | -13/+11 |
| 2007-02-03 | small adjustments | Nico Golde | 1 | -5/+4 |
| 2007-02-03 | small makefile adjustments | Nico Golde | 1 | -3/+4 |
| 2007-02-03 | makefile needs to install new files | Nico Golde | 2 | -1/+9 |
| 2007-02-03 | documentation fixes and query.sh added | nion@h4447.serverkompetenz.net | 3 | -4/+51 |