Commit Graph

105 Commits

Author SHA1 Message Date
Nico Golde
29ff454e80 remove duplicate word, thanks Michael Stevens! 2015-11-04 19:35:20 -05:00
Nico Golde
63b5736e6e use _POSIX_PIPE_BUF if PIPE_BUF is not defined (as on FreeBSD); thanks Gleydson Soares! 2015-03-22 13:37:53 +01:00
Nico Golde
41ce43bf8c add gitignore 2013-10-12 10:34:32 +02:00
Nico Golde
28feb9a40e fix "typo" in manpage, thanks Enrique Garbi 2013-04-25 09:00:54 +02:00
Nico Golde
76e6ff5a4b 1.7 release 2013-01-05 14:26:47 +01:00
Nico Golde
7a99152ce6 add respective header for select and not implicitely include it 2012-08-14 11:57:30 +02:00
Nico Golde
aed65ee703 convert slashes to , rather than _ in channel names. , is not allowed by the RFC, _ is. 2012-07-03 17:43:56 +02:00
Nico Golde
a5a7d1b376 fix parsing of JOIN messages for certain servers, thanks van Kanakarakis 2012-06-28 15:41:57 +02:00
Nico Golde
9a0ea4ada1 mark 1.7 as the next release version 2012-06-16 17:00:51 +02:00
Nico Golde
c68beccf59 -k now points to an environment variable containing the password 2012-06-16 17:00:31 +02:00
Nico Golde
2bcd27c9e8 a little cleanup by Connor Lane Smith, thanks! 2011-10-31 21:35:12 +01:00
Nico Golde
6e0a38ee6c Added tag 1.6 for changeset f09f802a8037 2011-01-31 21:47:02 +01:00
Nico Golde
7c22981790 update CHANGES and makefile config for 1.6 2011-01-31 21:47:00 +01:00
Nico Golde
542bc7b5bf restructuring to stay under 500 lines ;) fix regression from 1.5 on handling unknown commands 2011-01-31 21:45:52 +01:00
Nico Golde
b156bc96f2 Added tag 1.5 for changeset 550ee1100719 2011-01-24 17:52:38 +01:00
Nico Golde
beb4661381 document implication of autojoin patch and now tag 1.5 for real :) 2011-01-24 17:52:35 +01:00
Nico Golde
85c6300bfb Added tag 1.5 for changeset 6f504f412a59 2011-01-24 16:52:15 +01:00
Nico Golde
ab9c9b7aa0 add changelog entry about autojoin patch 2011-01-24 16:51:58 +01:00
Nico Golde
59f6c6d017 merge in forgotten changes 2011-01-24 16:47:27 +01:00
Nico Golde
e09845c9a4 Added tag 1.5 for changeset 4c6892284a9a 2011-01-24 16:46:34 +01:00
Nico Golde
e048dac3df minor changes, fix fd leak due to case insensitive channel name comparison, fix treatment of raw irc commands (thanks samurai) 2011-01-24 16:46:25 +01:00
Nico Golde
566fa01e47 create in FIFO on receiving a PRIVMSG 2011-01-24 16:13:04 +01:00
Nico Golde
3bf53e363e document /a for away, patch by Even Gates 2010-06-25 10:55:05 +02:00
Nico Golde
27191f4012 replace echo with printf so it doesnt rely on xsi extension of susv3 2009-06-01 13:39:01 +02:00
Nico Golde
53500aea6e remove bashism, isnt needed anyway 2009-05-23 17:17:46 +02:00
Nico Golde
9dfc1526f9 Added tag 1.4 for changeset 7c7c000b4f42 2008-08-09 13:45:55 +02:00
Nico Golde
36ec5bc425 - 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)
2008-08-09 13:45:46 +02:00
Nico Golde
ddb0f6db02 fix manual 2008-07-22 19:02:47 +02:00
Nico Golde
081c33b786 fixed possible NULL pointer reference on sparc 2007-07-16 08:00:48 +02:00
Nico Golde
79b934f3fe Added tag ii-1.3 for changeset 987fc9d57808 2007-07-14 21:23:41 +02:00
Nico Golde
a07ffe2c08 release date 2007-07-14 20:39:36 +02:00
Nico Golde
9deaa7b3a6 1.2->1.3 2007-07-14 13:12:01 +02:00
Nico Golde
81ed7e3c15 workaround, server messages about users dont open a user directory anymore, output will be sent to the server out file 2007-07-14 13:11:09 +02:00
Nico Golde
91f3f2efb3 tagging ii-1.2 2007-06-23 13:37:48 +02:00
Nico Golde
cc0f9866ec Changelog added 2007-06-23 13:37:46 +02:00
Nico Golde
50319692c1 tagging ii-1.2 2007-06-23 13:37:31 +02:00
Nico Golde
cc58fcc068 changes for ii-1.2 2007-06-23 13:37:05 +02:00
nion@aurora
e27930f4cd added note about changelog 2007-06-22 13:45:57 +02:00
nion@aurora
fcef69cf32 enabled joining channels with password 2007-06-22 13:40:24 +02:00
Nico Golde
ab89c0c4f5 regression fix 2007-06-12 11:05:33 +02:00
Nico Golde
2e9a70e67d fixed manpage section 2007-05-03 19:06:39 +02:00
Nico Golde
1cf5526ce4 copyright adjustments 2007-04-28 18:01:28 +02:00
Nico Golde
8fa3681853 -v option removed from manual since it is not implemented 2007-04-28 17:57:33 +02:00
Nico Golde
c8c4d76195 ii-1.1 2007-04-04 10:35:33 +02:00
Nico Golde
debf23c6b5 fixed wrong parsing in commands like WHOIS and NAMES 2007-02-24 17:46:21 +01:00
Nico Golde
dd0fe21a09 initialization 2007-02-04 12:14:20 +01:00
Nico Golde
6a29c85a38 license fixed 2007-02-03 20:15:41 +01:00
Nico Golde
770ff215b2 fix race 2007-02-03 19:45:18 +01:00
Nico Golde
f927bae102 a bit of beautify 2007-02-03 17:35:16 +01:00
Nico Golde
4fcd8047d2 small adjustments 2007-02-03 13:36:39 +01:00