ii, branch HEAD irc it, simple FIFO based irc client 236114cf1fa4754da6679f68f01b5ab39553fe7c 2022-10-04T17:23:36Z 2022-10-04T17:23:36Z bump version to 2.0 Hiltjo Posthuma hiltjo@codemadness.org commit 236114cf1fa4754da6679f68f01b5ab39553fe7c parent b751e4f08ddaa56585407abebc0534d848cb4ba5 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Tue, 4 Oct 2022 19:23:36 +0200 bump version to 2.0 b751e4f08ddaa56585407abebc0534d848cb4ba5 2022-10-01T11:18:02Z 2022-10-01T11:18:02Z rename clean() to cleanup() Hiltjo Posthuma hiltjo@codemadness.org commit b751e4f08ddaa56585407abebc0534d848cb4ba5 parent c25c3793466e2516395e40e2061134ffe553cfe8 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Sat, 1 Oct 2022 13:18:02 +0200 rename clean() to cleanup() c25c3793466e2516395e40e2061134ffe553cfe8 2022-09-29T08:40:48Z 2022-10-01T11:17:34Z Always clean before exit Petr Vaněk arkamar@atlas.cz commit c25c3793466e2516395e40e2061134ffe553cfe8 parent 39907c79a4c5509db8500b4ad3fb7947eb7b94d9 Author: Petr Vaněk <arkamar@atlas.cz> Date: Thu, 29 Sep 2022 10:40:48 +0200 Always clean before exit This improves situations when ii exits unexpectedly, due to a ping timeout or closed remote connection, for example. If this happens, all "in" FIFOs are removed before exit in similar fashion to regular exit issued with "/q" command. 39907c79a4c5509db8500b4ad3fb7947eb7b94d9 2022-09-04T09:26:26Z 2022-09-05T21:19:14Z usage: Normalize a bit the usage and man-page Quentin Rameau quinq@fifth.space commit 39907c79a4c5509db8500b4ad3fb7947eb7b94d9 parent 25c000bf98735aa4f07b4ab90506111118426e2f Author: Quentin Rameau <quinq@fifth.space> Date: Sun, 4 Sep 2022 11:26:26 +0200 usage: Normalize a bit the usage and man-page 25c000bf98735aa4f07b4ab90506111118426e2f 2022-09-02T10:25:11Z 2022-09-02T10:25:11Z ii.1: fix some lint warnings from mandoc -Tlint Hiltjo Posthuma hiltjo@codemadness.org commit 25c000bf98735aa4f07b4ab90506111118426e2f parent 5bd50577a911f806cc09d909a31605d2461df53e Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Fri, 2 Sep 2022 12:25:11 +0200 ii.1: fix some lint warnings from mandoc -Tlint 5bd50577a911f806cc09d909a31605d2461df53e 2022-09-02T10:23:40Z 2022-09-02T10:23:40Z ii: fix mistake in usage, the host is actually mandatory Hiltjo Posthuma hiltjo@codemadness.org commit 5bd50577a911f806cc09d909a31605d2461df53e parent 00698e45ead4ee1cec0e17b9f209dc4332c6f07b Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Fri, 2 Sep 2022 12:23:40 +0200 ii: fix mistake in usage, the host is actually mandatory Reported by Petr Vaněk <arkamar@atlas.cz>, thanks! 00698e45ead4ee1cec0e17b9f209dc4332c6f07b 2022-09-02T09:52:58Z 2022-09-02T09:52:58Z Makefile: fix make dist if it is run more than once Hiltjo Posthuma hiltjo@codemadness.org commit 00698e45ead4ee1cec0e17b9f209dc4332c6f07b parent 3fab03ea0be7ed61aa9900bb378db328fe83e34b Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Fri, 2 Sep 2022 11:52:58 +0200 Makefile: fix make dist if it is run more than once ... and stream directly to compressed tarball. 3fab03ea0be7ed61aa9900bb378db328fe83e34b 2022-09-02T09:50:51Z 2022-09-02T09:50:51Z remove unmaintained changelog Hiltjo Posthuma hiltjo@codemadness.org commit 3fab03ea0be7ed61aa9900bb378db328fe83e34b parent 36c77931fd8905ad1ca0459fedb209929cb8d596 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Fri, 2 Sep 2022 11:50:51 +0200 remove unmaintained changelog 36c77931fd8905ad1ca0459fedb209929cb8d596 2022-09-02T09:49:34Z 2022-09-02T09:49:34Z Makefile: simplify and use system flags by default Hiltjo Posthuma hiltjo@codemadness.org commit 36c77931fd8905ad1ca0459fedb209929cb8d596 parent acbc72748d9d2493e4c21c05f58bed4ede84448f Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Fri, 2 Sep 2022 11:49:34 +0200 Makefile: simplify and use system flags by default acbc72748d9d2493e4c21c05f58bed4ede84448f 2022-09-02T09:23:27Z 2022-09-02T09:35:15Z LICENSE: bump license year Hiltjo Posthuma hiltjo@codemadness.org commit acbc72748d9d2493e4c21c05f58bed4ede84448f parent 2d0480ce81d5bc4329686fe8ef7f0b440bf35ec0 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Fri, 2 Sep 2022 11:23:27 +0200 LICENSE: bump license year 2d0480ce81d5bc4329686fe8ef7f0b440bf35ec0 2022-09-02T09:23:08Z 2022-09-02T09:33:46Z ii.1: improve documentation of usage options Hiltjo Posthuma hiltjo@codemadness.org commit 2d0480ce81d5bc4329686fe8ef7f0b440bf35ec0 parent 71c1e50da069b17e9e5073b32e83a9be8672b954 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Fri, 2 Sep 2022 11:23:08 +0200 ii.1: improve documentation of usage options * Also improve the order of options and consistency with the usage in ii.c. * Remove some redundant sections. Adapted from a patch by Petr Vaněk <arkamar@atlas.cz>, thanks! 71c1e50da069b17e9e5073b32e83a9be8672b954 2022-08-09T15:52:36Z 2022-08-12T07:10:20Z ii: Add a die() function to replace fprintf(3) + exit(3) calls Tom Schwindl schwindl@posteo.de commit 71c1e50da069b17e9e5073b32e83a9be8672b954 parent 01537d014b9c7d4a534244531b5230d0d415d396 Author: Tom Schwindl <schwindl@posteo.de> Date: Tue, 9 Aug 2022 15:52:36 +0000 ii: Add a die() function to replace fprintf(3) + exit(3) calls 01537d014b9c7d4a534244531b5230d0d415d396 2022-01-07T11:37:48Z 2022-01-07T11:37:48Z bump version to 1.9 Hiltjo Posthuma hiltjo@codemadness.org commit 01537d014b9c7d4a534244531b5230d0d415d396 parent cfb3464c6e64618ff106babb98ccddb258b2fec5 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Fri, 7 Jan 2022 12:37:48 +0100 bump version to 1.9 cfb3464c6e64618ff106babb98ccddb258b2fec5 2021-12-23T21:11:08Z 2021-12-25T11:12:54Z Reduce effective buffer size per channel input. Christoph Lohmann 20h@r-36.net commit cfb3464c6e64618ff106babb98ccddb258b2fec5 parent d9be11ad05a8d60dc1aee3c7e7f872625641314d Author: Christoph Lohmann <20h@r-36.net> Date: Thu, 23 Dec 2021 22:11:08 +0100 Reduce effective buffer size per channel input. This will curb the easy way to trigger a too long line sent to the server and prevent this error and connection drop. d9be11ad05a8d60dc1aee3c7e7f872625641314d 2021-12-23T21:11:07Z 2021-12-25T11:10:10Z Increase ping timeout for bad connections. Christoph Lohmann 20h@r-36.net commit d9be11ad05a8d60dc1aee3c7e7f872625641314d parent ecf390259cfe193e7a41fbd1b7a4380621b8f677 Author: Christoph Lohmann <20h@r-36.net> Date: Thu, 23 Dec 2021 22:11:07 +0100 Increase ping timeout for bad connections. ecf390259cfe193e7a41fbd1b7a4380621b8f677 2020-07-05T20:32:13Z 2020-07-05T20:32:13Z ewritestr: Remove duplicate shift of offset Hiltjo Posthuma hiltjo@codemadness.org commit ecf390259cfe193e7a41fbd1b7a4380621b8f677 parent 49e239fbb19f1dc880f269a1adb0543dadc1f4e9 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Sun, 5 Jul 2020 22:32:13 +0200 ewritestr: Remove duplicate shift of offset Patch by mizmar@protonmail.com, thanks. 49e239fbb19f1dc880f269a1adb0543dadc1f4e9 2020-01-17T13:06:13Z 2020-01-17T13:55:06Z remove useless c->next = NULL David Demelier markand@malikania.fr commit 49e239fbb19f1dc880f269a1adb0543dadc1f4e9 parent a192aa3113a2e171b6061a827bba6e955de7bb11 Author: David Demelier <markand@malikania.fr> Date: Fri, 17 Jan 2020 14:06:13 +0100 remove useless c->next = NULL a192aa3113a2e171b6061a827bba6e955de7bb11 2019-12-16T17:28:10Z 2019-12-16T17:28:10Z minor style fix for ARGEND Hiltjo Posthuma hiltjo@codemadness.org commit a192aa3113a2e171b6061a827bba6e955de7bb11 parent 1411224b169b5a2d134111b068e17f3020753ca9 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Mon, 16 Dec 2019 18:28:10 +0100 minor style fix for ARGEND see: https://9fans.github.io/plan9port/man/man3/arg.html 1411224b169b5a2d134111b068e17f3020753ca9 2019-12-16T17:26:01Z 2019-12-16T17:26:01Z fix undefined behaviour of use of isalpha, isdigit and tolower Hiltjo Posthuma hiltjo@codemadness.org commit 1411224b169b5a2d134111b068e17f3020753ca9 parent bf06f141882477d60a9d30390dd9e43a49fccc11 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Mon, 16 Dec 2019 18:26:01 +0100 fix undefined behaviour of use of isalpha, isdigit and tolower "The argument c must be EOF or representable as an unsigned char; otherwise, the result is undefined." bf06f141882477d60a9d30390dd9e43a49fccc11 2019-05-26T02:27:36Z 2019-05-26T13:38:52Z Fix traversal of addrinfo list Michael Forney mforney@mforney.org commit bf06f141882477d60a9d30390dd9e43a49fccc11 parent dfecb5c0f4eda76cbad3319a2e76244e76c566be Author: Michael Forney <mforney@mforney.org> Date: Sat, 25 May 2019 19:27:36 -0700 Fix traversal of addrinfo list Although the loop is executed once for every result, in each iteration it connects to the first result. dfecb5c0f4eda76cbad3319a2e76244e76c566be 2019-02-12T17:13:24Z 2019-02-12T17:14:18Z fix typo in NOTICE messages Hiltjo Posthuma hiltjo@codemadness.org commit dfecb5c0f4eda76cbad3319a2e76244e76c566be parent b25423f765690d34e4b4eb1e90a27f42d8d41035 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Tue, 12 Feb 2019 18:13:24 +0100 fix typo in NOTICE messages b25423f765690d34e4b4eb1e90a27f42d8d41035 2018-07-23T19:42:59Z 2018-07-23T19:42:59Z check input length before reading Hiltjo Posthuma hiltjo@codemadness.org commit b25423f765690d34e4b4eb1e90a27f42d8d41035 parent 51cb204eb2a7ee840a86cc66b762ddfff56f01b2 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Mon, 23 Jul 2018 21:42:59 +0200 check input length before reading thanks halbeno and quinq for the patches and feedback. 51cb204eb2a7ee840a86cc66b762ddfff56f01b2 2018-05-29T16:34:52Z 2018-06-02T12:25:28Z Add a config option to link against system or shipped strlcpy Quentin Rameau quinq@fifth.space commit 51cb204eb2a7ee840a86cc66b762ddfff56f01b2 parent e32415744c0e7f2d75d4669addefc1b50f977cd6 Author: Quentin Rameau <quinq@fifth.space> Date: Tue, 29 May 2018 18:34:52 +0200 Add a config option to link against system or shipped strlcpy e32415744c0e7f2d75d4669addefc1b50f977cd6 2018-05-29T16:27:36Z 2018-06-02T12:25:15Z Refactor Makefile Quentin Rameau quinq@fifth.space commit e32415744c0e7f2d75d4669addefc1b50f977cd6 parent 25ee995ead94f3343edee8aed797eea1140a6bfb Author: Quentin Rameau <quinq@fifth.space> Date: Tue, 29 May 2018 18:27:36 +0200 Refactor Makefile Declare it as POSIX-compliant Use $() instead of ${} Separate stock CFLAGS from user CFLAGS 25ee995ead94f3343edee8aed797eea1140a6bfb 2018-05-22T06:43:32Z 2018-05-22T06:43:32Z fix typo in comment Hiltjo Posthuma hiltjo@codemadness.org commit 25ee995ead94f3343edee8aed797eea1140a6bfb parent 804cb7266640c54d98fb5c4edf2ba7b5ad52649f Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Tue, 22 May 2018 08:43:32 +0200 fix typo in comment pointed out by halbeno 804cb7266640c54d98fb5c4edf2ba7b5ad52649f 2018-05-09T18:50:09Z 2018-05-10T09:25:54Z Remove .hgtags David Demelier markand@malikania.fr commit 804cb7266640c54d98fb5c4edf2ba7b5ad52649f parent 9288de612641074069940e187f72f14e6908d5f5 Author: David Demelier <markand@malikania.fr> Date: Wed, 9 May 2018 20:50:09 +0200 Remove .hgtags 9288de612641074069940e187f72f14e6908d5f5 2018-02-04T13:07:03Z 2018-02-04T13:11:39Z bump version to 1.8 Hiltjo Posthuma hiltjo@codemadness.org commit 9288de612641074069940e187f72f14e6908d5f5 parent 95963c46ebcafd9542e9cd8e16ee158aca043ce7 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Sun, 4 Feb 2018 14:07:03 +0100 bump version to 1.8 95963c46ebcafd9542e9cd8e16ee158aca043ce7 2017-12-03T21:17:36Z 2017-12-03T21:34:14Z Makefile: add a dependency on arg.h Quentin Rameau quinq@fifth.space commit 95963c46ebcafd9542e9cd8e16ee158aca043ce7 parent fd867aebd1b5ccf1b427e55cf0724137461c3ee9 Author: Quentin Rameau <quinq@fifth.space> Date: Sun, 3 Dec 2017 22:17:36 +0100 Makefile: add a dependency on arg.h fd867aebd1b5ccf1b427e55cf0724137461c3ee9 2017-12-03T21:16:59Z 2017-12-03T21:34:14Z Fix arg.h Quentin Rameau quinq@fifth.space commit fd867aebd1b5ccf1b427e55cf0724137461c3ee9 parent 31b2445000b7f5f88e363f85de1e70e91c2adbaf Author: Quentin Rameau <quinq@fifth.space> Date: Sun, 3 Dec 2017 22:16:59 +0100 Fix arg.h 31b2445000b7f5f88e363f85de1e70e91c2adbaf 2017-11-18T11:35:33Z 2017-11-18T11:35:33Z don't modify argv, use a counter Hiltjo Posthuma hiltjo@codemadness.org commit 31b2445000b7f5f88e363f85de1e70e91c2adbaf parent 0fedff44e3cf7d1f1edfb15f160320dcc6746bd8 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Sat, 18 Nov 2017 12:35:33 +0100 don't modify argv, use a counter on some platforms (OpenBSD) this changes the exposed argv in tools using the kvm_* interface, such as ps and pgrep. 0fedff44e3cf7d1f1edfb15f160320dcc6746bd8 2017-11-18T11:28:30Z 2017-11-18T11:28:30Z Makefile: simplify Hiltjo Posthuma hiltjo@codemadness.org commit 0fedff44e3cf7d1f1edfb15f160320dcc6746bd8 parent bb1e5569d0b85c00f1dd78f31b5f2b5e9f2690a8 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Sat, 18 Nov 2017 12:28:30 +0100 Makefile: simplify bb1e5569d0b85c00f1dd78f31b5f2b5e9f2690a8 2017-07-09T10:28:08Z 2017-07-09T10:28:08Z allow some more characters in the channel name Hiltjo Posthuma hiltjo@codemadness.org commit bb1e5569d0b85c00f1dd78f31b5f2b5e9f2690a8 parent 704ab925e92097778821d36954699f665028254d Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Sun, 9 Jul 2017 12:28:08 +0200 allow some more characters in the channel name 704ab925e92097778821d36954699f665028254d 2017-06-02T07:54:54Z 2017-06-02T07:54:54Z merge my changes to master Hiltjo Posthuma hiltjo@codemadness.org commit 704ab925e92097778821d36954699f665028254d parent 714bd0cb6ae1eae57ca69b4dbe9fb5243c7a9456 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Fri, 2 Jun 2017 09:54:54 +0200 merge my changes to master Special thanks to: - Wolfgang Corcoran-Mathe for sending patches and testing. - Nico Golde for maintaining ii for so long. 714bd0cb6ae1eae57ca69b4dbe9fb5243c7a9456 2016-10-13T22:21:47Z 2016-10-13T22:21:47Z define EXIT_TIMEOUT and use that on ping timeouts. thanks Evan Gates for the idea! Nico Golde nico@ngolde.de commit 714bd0cb6ae1eae57ca69b4dbe9fb5243c7a9456 parent f8f3a096bc6d812b7d506d8010ca3063c3f70999 Author: Nico Golde <nico@ngolde.de> Date: Thu, 13 Oct 2016 15:21:47 -0700 define EXIT_TIMEOUT and use that on ping timeouts. thanks Evan Gates for the idea! f8f3a096bc6d812b7d506d8010ca3063c3f70999 2016-09-07T19:17:12Z 2016-09-07T19:17:12Z errm eprint isnt declared here. thanks Ali H. Fardan Nico Golde nico@ngolde.de commit f8f3a096bc6d812b7d506d8010ca3063c3f70999 parent 584290f2642eeacbe1b24e7174e49139d6787252 Author: Nico Golde <nico@ngolde.de> Date: Wed, 7 Sep 2016 21:17:12 +0200 errm eprint isnt declared here. thanks Ali H. Fardan 584290f2642eeacbe1b24e7174e49139d6787252 2016-09-06T17:58:28Z 2016-09-06T17:58:28Z use pledge by default if compiled on openbsc and provide errno string Nico Golde nico@ngolde.de commit 584290f2642eeacbe1b24e7174e49139d6787252 parent a4434536cd80325016309edbb02cbd27cd43b42d Author: Nico Golde <nico@ngolde.de> Date: Tue, 6 Sep 2016 19:58:28 +0200 use pledge by default if compiled on openbsc and provide errno string a4434536cd80325016309edbb02cbd27cd43b42d 2016-09-02T16:43:08Z 2016-09-02T16:43:08Z fix double backslash Nico Golde nico@ngolde.de commit a4434536cd80325016309edbb02cbd27cd43b42d parent 18580a159febc9c9658d82d73b90b53895c1ec00 Author: Nico Golde <nico@ngolde.de> Date: Fri, 2 Sep 2016 18:43:08 +0200 fix double backslash 18580a159febc9c9658d82d73b90b53895c1ec00 2016-09-02T14:13:43Z 2016-09-02T14:13:43Z add OpenBSD pledge support - thanks Gleydson Soares Nico Golde nico@ngolde.de commit 18580a159febc9c9658d82d73b90b53895c1ec00 parent f79e2f09534d92a6fe4e062b06449a925fef1c41 Author: Nico Golde <nico@ngolde.de> Date: Fri, 2 Sep 2016 16:13:43 +0200 add OpenBSD pledge support - thanks Gleydson Soares f79e2f09534d92a6fe4e062b06449a925fef1c41 2016-02-14T11:07:17Z 2016-02-24T22:02:19Z Fix channel use after freeing in main loop Vasily Kolobkov none@none.none commit f79e2f09534d92a6fe4e062b06449a925fef1c41 parent 165638e3c81213956a6b41d5889ba05186f4f771 Author: Vasily Kolobkov <none@none.none> Date: Sun, 14 Feb 2016 13:07:17 +0200 Fix channel use after freeing in main loop Signed-off-by: Nico Golde <nico@ngolde.de> 165638e3c81213956a6b41d5889ba05186f4f771 2016-02-13T19:25:07Z 2016-02-24T22:02:13Z Check up on server messages Vasily Kolobkov none@none.none commit 165638e3c81213956a6b41d5889ba05186f4f771 parent 1bc3e103c0cc59b32018c3680f8c97bad4191cce Author: Vasily Kolobkov <none@none.none> Date: Sat, 13 Feb 2016 21:25:07 +0200 Check up on server messages Signed-off-by: Nico Golde <nico@ngolde.de> 1bc3e103c0cc59b32018c3680f8c97bad4191cce 2015-11-05T00:35:23Z 2015-11-05T00:35:23Z prevent nick collisions by only setting the nick after the server accepted it and print a message about change to server log Nico Golde nion@suckless.org commit 1bc3e103c0cc59b32018c3680f8c97bad4191cce parent 29ff454e808d0ccc8bc53a84d10e5b3df4e0aa5e Author: Nico Golde <nion@suckless.org> Date: Wed, 4 Nov 2015 19:35:23 -0500 prevent nick collisions by only setting the nick after the server accepted it and print a message about change to server log 29ff454e808d0ccc8bc53a84d10e5b3df4e0aa5e 2015-11-05T00:35:20Z 2015-11-05T00:35:20Z remove duplicate word, thanks Michael Stevens! Nico Golde nion@suckless.org commit 29ff454e808d0ccc8bc53a84d10e5b3df4e0aa5e parent 63b5736e6efb83bf9b617f83ecbeed38a1b3add4 Author: Nico Golde <nion@suckless.org> Date: Wed, 4 Nov 2015 19:35:20 -0500 remove duplicate word, thanks Michael Stevens! 63b5736e6efb83bf9b617f83ecbeed38a1b3add4 2015-03-22T12:37:53Z 2015-03-22T12:37:53Z use _POSIX_PIPE_BUF if PIPE_BUF is not defined (as on FreeBSD); thanks Gleydson Soares! Nico Golde nion@debian.org commit 63b5736e6efb83bf9b617f83ecbeed38a1b3add4 parent 41ce43bf8c859231d593f8f3a4541313ab37fb5b Author: Nico Golde <nion@debian.org> Date: Sun, 22 Mar 2015 13:37:53 +0100 use _POSIX_PIPE_BUF if PIPE_BUF is not defined (as on FreeBSD); thanks Gleydson Soares! 41ce43bf8c859231d593f8f3a4541313ab37fb5b 2013-10-12T08:34:32Z 2013-10-12T08:34:32Z add gitignore Nico Golde nion@debian.org commit 41ce43bf8c859231d593f8f3a4541313ab37fb5b parent 28feb9a40e4ac3f7717be4dec72526d98edbf0a5 Author: Nico Golde <nion@debian.org> Date: Sat, 12 Oct 2013 10:34:32 +0200 add gitignore 28feb9a40e4ac3f7717be4dec72526d98edbf0a5 2013-04-25T07:00:54Z 2013-04-25T07:00:54Z fix "typo" in manpage, thanks Enrique Garbi Nico Golde nion@debian.org commit 28feb9a40e4ac3f7717be4dec72526d98edbf0a5 parent 76e6ff5a4b2994e5ab915c5b671eae00b00da4f7 Author: Nico Golde <nion@debian.org> Date: Thu, 25 Apr 2013 09:00:54 +0200 fix "typo" in manpage, thanks Enrique Garbi 76e6ff5a4b2994e5ab915c5b671eae00b00da4f7 2013-01-05T13:26:47Z 2013-01-05T13:26:47Z 1.7 release Nico Golde nion@debian.org commit 76e6ff5a4b2994e5ab915c5b671eae00b00da4f7 parent 7a99152ce64d7006730006094b333edbecbe505a Author: Nico Golde <nion@debian.org> Date: Sat, 5 Jan 2013 14:26:47 +0100 1.7 release 7a99152ce64d7006730006094b333edbecbe505a 2012-08-14T09:57:30Z 2012-08-14T09:57:30Z add respective header for select and not implicitely include it Nico Golde nion@suckless.org commit 7a99152ce64d7006730006094b333edbecbe505a parent aed65ee703fcc9b0e0a4c2ff61ee8789fb88009c Author: Nico Golde <nion@suckless.org> Date: Tue, 14 Aug 2012 11:57:30 +0200 add respective header for select and not implicitely include it aed65ee703fcc9b0e0a4c2ff61ee8789fb88009c 2012-07-03T15:43:56Z 2012-07-03T15:43:56Z convert slashes to , rather than _ in channel names. , is not allowed by the RFC, _ is. Nico Golde nion@suckless.org commit aed65ee703fcc9b0e0a4c2ff61ee8789fb88009c parent a5a7d1b3766546d7466f174f9c1c0be2f9f505f2 Author: Nico Golde <nion@suckless.org> Date: Tue, 3 Jul 2012 17:43:56 +0200 convert slashes to , rather than _ in channel names. , is not allowed by the RFC, _ is. a5a7d1b3766546d7466f174f9c1c0be2f9f505f2 2012-06-28T13:41:57Z 2012-06-28T13:41:57Z fix parsing of JOIN messages for certain servers, thanks van Kanakarakis Nico Golde nion@suckless.org commit a5a7d1b3766546d7466f174f9c1c0be2f9f505f2 parent 9a0ea4ada1533bdd7292557cf7087a58bf478810 Author: Nico Golde <nion@suckless.org> Date: Thu, 28 Jun 2012 15:41:57 +0200 fix parsing of JOIN messages for certain servers, thanks van Kanakarakis 9a0ea4ada1533bdd7292557cf7087a58bf478810 2012-06-16T15:00:51Z 2012-06-16T15:00:51Z mark 1.7 as the next release version Nico Golde nion@suckless.org commit 9a0ea4ada1533bdd7292557cf7087a58bf478810 parent c68beccf597984396c7ef22dd5b1a8eed4ab69a1 Author: Nico Golde <nion@suckless.org> Date: Sat, 16 Jun 2012 17:00:51 +0200 mark 1.7 as the next release version c68beccf597984396c7ef22dd5b1a8eed4ab69a1 2012-06-16T15:00:31Z 2012-06-16T15:00:31Z -k now points to an environment variable containing the password Nico Golde nion@suckless.org commit c68beccf597984396c7ef22dd5b1a8eed4ab69a1 parent 2bcd27c9e8bd1e4ce4da5af9218024736c1976e4 Author: Nico Golde <nion@suckless.org> Date: Sat, 16 Jun 2012 17:00:31 +0200 -k now points to an environment variable containing the password 2bcd27c9e8bd1e4ce4da5af9218024736c1976e4 2011-10-31T20:35:12Z 2011-10-31T20:35:12Z a little cleanup by Connor Lane Smith, thanks! Nico Golde nion@suckless.org commit 2bcd27c9e8bd1e4ce4da5af9218024736c1976e4 parent 6e0a38ee6c7d9589f4eda684ac46a9e017e7dc63 Author: Nico Golde <nion@suckless.org> Date: Mon, 31 Oct 2011 21:35:12 +0100 a little cleanup by Connor Lane Smith, thanks! 6e0a38ee6c7d9589f4eda684ac46a9e017e7dc63 2011-01-31T20:47:02Z 2011-01-31T20:47:02Z Added tag 1.6 for changeset f09f802a8037 Nico Golde nion@suckless.org commit 6e0a38ee6c7d9589f4eda684ac46a9e017e7dc63 parent 7c229817900bd138cbe131f31cd4be440b2a005e Author: Nico Golde <nion@suckless.org> Date: Mon, 31 Jan 2011 21:47:02 +0100 Added tag 1.6 for changeset f09f802a8037 7c229817900bd138cbe131f31cd4be440b2a005e 2011-01-31T20:47:00Z 2011-01-31T20:47:00Z update CHANGES and makefile config for 1.6 Nico Golde nion@suckless.org commit 7c229817900bd138cbe131f31cd4be440b2a005e parent 542bc7b5bf6d4442e9382d3e72cdf5ea017899cc Author: Nico Golde <nion@suckless.org> Date: Mon, 31 Jan 2011 21:47:00 +0100 update CHANGES and makefile config for 1.6 542bc7b5bf6d4442e9382d3e72cdf5ea017899cc 2011-01-31T20:45:52Z 2011-01-31T20:45:52Z restructuring to stay under 500 lines ;) fix regression from 1.5 on handling unknown commands Nico Golde nion@suckless.org commit 542bc7b5bf6d4442e9382d3e72cdf5ea017899cc parent b156bc96f2bef391d858a64c9d2e623f2dc67628 Author: Nico Golde <nion@suckless.org> Date: Mon, 31 Jan 2011 21:45:52 +0100 restructuring to stay under 500 lines ;) fix regression from 1.5 on handling unknown commands b156bc96f2bef391d858a64c9d2e623f2dc67628 2011-01-24T16:52:38Z 2011-01-24T16:52:38Z Added tag 1.5 for changeset 550ee1100719 Nico Golde nion@suckless.org commit b156bc96f2bef391d858a64c9d2e623f2dc67628 parent beb466138132439f538008a8bbd8ad43355e687d Author: Nico Golde <nion@suckless.org> Date: Mon, 24 Jan 2011 17:52:38 +0100 Added tag 1.5 for changeset 550ee1100719 beb466138132439f538008a8bbd8ad43355e687d 2011-01-24T16:52:35Z 2011-01-24T16:52:35Z document implication of autojoin patch and now tag 1.5 for real :) Nico Golde nion@suckless.org commit beb466138132439f538008a8bbd8ad43355e687d parent 85c6300bfb9f9319ae9986e571e02e511b5b0f1f Author: Nico Golde <nion@suckless.org> Date: Mon, 24 Jan 2011 17:52:35 +0100 document implication of autojoin patch and now tag 1.5 for real :) 85c6300bfb9f9319ae9986e571e02e511b5b0f1f 2011-01-24T15:52:15Z 2011-01-24T15:52:15Z Added tag 1.5 for changeset 6f504f412a59 Nico Golde nion@suckless.org commit 85c6300bfb9f9319ae9986e571e02e511b5b0f1f parent ab9c9b7aa04be0abe6bae1e6b0cd7d92e41a36f3 Author: Nico Golde <nion@suckless.org> Date: Mon, 24 Jan 2011 16:52:15 +0100 Added tag 1.5 for changeset 6f504f412a59 ab9c9b7aa04be0abe6bae1e6b0cd7d92e41a36f3 2011-01-24T15:51:58Z 2011-01-24T15:51:58Z add changelog entry about autojoin patch Nico Golde nion@suckless.org commit ab9c9b7aa04be0abe6bae1e6b0cd7d92e41a36f3 parent 59f6c6d017b2ea0954ac410ba4b8c98132fd36ae Author: Nico Golde <nion@suckless.org> Date: Mon, 24 Jan 2011 16:51:58 +0100 add changelog entry about autojoin patch 59f6c6d017b2ea0954ac410ba4b8c98132fd36ae 2011-01-24T15:47:27Z 2011-01-24T15:47:27Z merge in forgotten changes Nico Golde nion@suckless.org commit 59f6c6d017b2ea0954ac410ba4b8c98132fd36ae parent e09845c9a433a8228f6b04da3ffff3333fbc06eb Author: Nico Golde <nion@suckless.org> Date: Mon, 24 Jan 2011 16:47:27 +0100 merge in forgotten changes e09845c9a433a8228f6b04da3ffff3333fbc06eb 2011-01-24T15:46:34Z 2011-01-24T15:46:34Z Added tag 1.5 for changeset 4c6892284a9a Nico Golde nion@suckless.org commit e09845c9a433a8228f6b04da3ffff3333fbc06eb parent e048dac3dfcdc38d9869af04a18593046908a0a5 Author: Nico Golde <nion@suckless.org> Date: Mon, 24 Jan 2011 16:46:34 +0100 Added tag 1.5 for changeset 4c6892284a9a e048dac3dfcdc38d9869af04a18593046908a0a5 2011-01-24T15:46:25Z 2011-01-24T15:46:25Z minor changes, fix fd leak due to case insensitive channel name comparison, fix treatment of raw irc commands (thanks samurai) Nico Golde nion@suckless.org commit e048dac3dfcdc38d9869af04a18593046908a0a5 parent 566fa01e471cbbe318640150b44fa59bfe50f9a8 Author: Nico Golde <nion@suckless.org> Date: Mon, 24 Jan 2011 16:46:25 +0100 minor changes, fix fd leak due to case insensitive channel name comparison, fix treatment of raw irc commands (thanks samurai) 566fa01e471cbbe318640150b44fa59bfe50f9a8 2011-01-24T15:13:04Z 2011-01-24T15:13:04Z create in FIFO on receiving a PRIVMSG Nico Golde nion@suckless.org commit 566fa01e471cbbe318640150b44fa59bfe50f9a8 parent 9dfc1526f92a033d8f5cb90b2b4a523e91bd621e Author: Nico Golde <nion@suckless.org> Date: Mon, 24 Jan 2011 16:13:04 +0100 create in FIFO on receiving a PRIVMSG 3bf53e363e4f0b6319ecf262383e99111bafa1ef 2010-06-25T08:55:05Z 2010-06-25T08:55:05Z document /a for away, patch by Even Gates Nico Golde nion@suckless.org commit 3bf53e363e4f0b6319ecf262383e99111bafa1ef parent 27191f4012fd854d605647a669c430526470db0a Author: Nico Golde <nion@suckless.org> Date: Fri, 25 Jun 2010 10:55:05 +0200 document /a for away, patch by Even Gates 27191f4012fd854d605647a669c430526470db0a 2009-06-01T11:39:01Z 2009-06-01T11:39:01Z replace echo with printf so it doesnt rely on xsi extension of susv3 Nico Golde nion@suckless.org commit 27191f4012fd854d605647a669c430526470db0a parent 53500aea6ecee6f8ed5a220ed1cf39fe2970e588 Author: Nico Golde <nion@suckless.org> Date: Mon, 1 Jun 2009 13:39:01 +0200 replace echo with printf so it doesnt rely on xsi extension of susv3 53500aea6ecee6f8ed5a220ed1cf39fe2970e588 2009-05-23T15:17:46Z 2009-05-23T15:17:46Z remove bashism, isnt needed anyway Nico Golde nion@suckless.org commit 53500aea6ecee6f8ed5a220ed1cf39fe2970e588 parent 9dfc1526f92a033d8f5cb90b2b4a523e91bd621e Author: Nico Golde <nion@suckless.org> Date: Sat, 23 May 2009 17:17:46 +0200 remove bashism, isnt needed anyway 9dfc1526f92a033d8f5cb90b2b4a523e91bd621e 2008-08-09T11:45:55Z 2008-08-09T11:45:55Z Added tag 1.4 for changeset 7c7c000b4f42 Nico Golde nion@suckless.org commit 9dfc1526f92a033d8f5cb90b2b4a523e91bd621e parent 36ec5bc4250b500a4661949fa3c55ec06635bbaf Author: Nico Golde <nion@suckless.org> Date: Sat, 9 Aug 2008 13:45:55 +0200 Added tag 1.4 for changeset 7c7c000b4f42 36ec5bc4250b500a4661949fa3c55ec06635bbaf 2008-08-09T11:45:46Z 2008-08-09T11:45:46Z - 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) Nico Golde nion@suckless.org commit 36ec5bc4250b500a4661949fa3c55ec06635bbaf parent ddb0f6db0240c4f4766980a65678b168a52f3707 Author: Nico Golde <nion@suckless.org> Date: Sat, 9 Aug 2008 13:45:46 +0200 - 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) ddb0f6db0240c4f4766980a65678b168a52f3707 2008-07-22T17:02:47Z 2008-07-22T17:02:47Z fix manual Nico Golde nion@suckless.org commit ddb0f6db0240c4f4766980a65678b168a52f3707 parent 081c33b7868a7a834d6ab3063e75acb8cb3a77ed Author: Nico Golde <nion@suckless.org> Date: Tue, 22 Jul 2008 19:02:47 +0200 fix manual 081c33b7868a7a834d6ab3063e75acb8cb3a77ed 2007-07-16T06:00:48Z 2007-07-16T06:00:48Z fixed possible NULL pointer reference on sparc Nico Golde nion@suckless.org commit 081c33b7868a7a834d6ab3063e75acb8cb3a77ed parent 79b934f3fee8a8f103f79c7f855833a215170505 Author: Nico Golde <nion@suckless.org> Date: Mon, 16 Jul 2007 08:00:48 +0200 fixed possible NULL pointer reference on sparc 79b934f3fee8a8f103f79c7f855833a215170505 2007-07-14T19:23:41Z 2007-07-14T19:23:41Z Added tag ii-1.3 for changeset 987fc9d57808 Nico Golde nion@suckless.org commit 79b934f3fee8a8f103f79c7f855833a215170505 parent a07ffe2c08d52f92901af1db93e7030e68b5eb5a Author: Nico Golde <nion@suckless.org> Date: Sat, 14 Jul 2007 21:23:41 +0200 Added tag ii-1.3 for changeset 987fc9d57808 a07ffe2c08d52f92901af1db93e7030e68b5eb5a 2007-07-14T18:39:36Z 2007-07-14T18:39:36Z release date Nico Golde nion@suckless.org commit a07ffe2c08d52f92901af1db93e7030e68b5eb5a parent 9deaa7b3a6ae3fbb00970b0cba848c04f866cd81 Author: Nico Golde <nion@suckless.org> Date: Sat, 14 Jul 2007 20:39:36 +0200 release date 9deaa7b3a6ae3fbb00970b0cba848c04f866cd81 2007-07-14T11:12:01Z 2007-07-14T11:12:01Z 1.2->1.3 Nico Golde nion@suckless.org commit 9deaa7b3a6ae3fbb00970b0cba848c04f866cd81 parent 81ed7e3c159f61b2fe9c125772283b298b6e7073 Author: Nico Golde <nion@suckless.org> Date: Sat, 14 Jul 2007 13:12:01 +0200 1.2->1.3 81ed7e3c159f61b2fe9c125772283b298b6e7073 2007-07-14T11:11:09Z 2007-07-14T11:11:09Z workaround, server messages about users dont open a user directory anymore, output will be sent to the server out file Nico Golde nion@suckless.org commit 81ed7e3c159f61b2fe9c125772283b298b6e7073 parent 91f3f2efb37df275a70b9985acd7118184de84b7 Author: Nico Golde <nion@suckless.org> Date: Sat, 14 Jul 2007 13:11:09 +0200 workaround, server messages about users dont open a user directory anymore, output will be sent to the server out file 91f3f2efb37df275a70b9985acd7118184de84b7 2007-06-23T11:37:48Z 2007-06-23T11:37:48Z tagging ii-1.2 Nico Golde nion@suckless.org commit 91f3f2efb37df275a70b9985acd7118184de84b7 parent cc0f9866ec1bfb40121dd38b3abd33ba2ba8e10e Author: Nico Golde <nion@suckless.org> Date: Sat, 23 Jun 2007 13:37:48 +0200 tagging ii-1.2 cc0f9866ec1bfb40121dd38b3abd33ba2ba8e10e 2007-06-23T11:37:46Z 2007-06-23T11:37:46Z Changelog added Nico Golde nion@suckless.org commit cc0f9866ec1bfb40121dd38b3abd33ba2ba8e10e parent 50319692c170b490e693f4e0abd85d47c4d560bb Author: Nico Golde <nion@suckless.org> Date: Sat, 23 Jun 2007 13:37:46 +0200 Changelog added 50319692c170b490e693f4e0abd85d47c4d560bb 2007-06-23T11:37:31Z 2007-06-23T11:37:31Z tagging ii-1.2 Nico Golde nion@suckless.org commit 50319692c170b490e693f4e0abd85d47c4d560bb parent cc58fcc0683cd305858fda6bafdabade5a4cde3e Author: Nico Golde <nion@suckless.org> Date: Sat, 23 Jun 2007 13:37:31 +0200 tagging ii-1.2 cc58fcc0683cd305858fda6bafdabade5a4cde3e 2007-06-23T11:37:05Z 2007-06-23T11:37:05Z changes for ii-1.2 Nico Golde nion@suckless.org commit cc58fcc0683cd305858fda6bafdabade5a4cde3e parent e27930f4cd56aa339d1d975c0cde70a9492c24d6 Author: Nico Golde <nion@suckless.org> Date: Sat, 23 Jun 2007 13:37:05 +0200 changes for ii-1.2 e27930f4cd56aa339d1d975c0cde70a9492c24d6 2007-06-22T11:45:57Z 2007-06-22T11:45:57Z added note about changelog nion@aurora unknown commit e27930f4cd56aa339d1d975c0cde70a9492c24d6 parent fcef69cf32b83dbe2e013e094fe5ee6c02c6fb51 Author: nion@aurora <unknown> Date: Fri, 22 Jun 2007 13:45:57 +0200 added note about changelog fcef69cf32b83dbe2e013e094fe5ee6c02c6fb51 2007-06-22T11:40:24Z 2007-06-22T11:40:24Z enabled joining channels with password nion@aurora unknown commit fcef69cf32b83dbe2e013e094fe5ee6c02c6fb51 parent ab89c0c4f51e6b22ec6ba254e753b8b4a91a2096 Author: nion@aurora <unknown> Date: Fri, 22 Jun 2007 13:40:24 +0200 enabled joining channels with password ab89c0c4f51e6b22ec6ba254e753b8b4a91a2096 2007-06-12T09:05:33Z 2007-06-12T09:05:33Z regression fix Nico Golde nion@suckless.org commit ab89c0c4f51e6b22ec6ba254e753b8b4a91a2096 parent 2e9a70e67ddcab24751f98411d6a1ff91c438e6a Author: Nico Golde <nion@suckless.org> Date: Tue, 12 Jun 2007 11:05:33 +0200 regression fix 2e9a70e67ddcab24751f98411d6a1ff91c438e6a 2007-05-03T17:06:39Z 2007-05-03T17:06:39Z fixed manpage section Nico Golde nion@suckless.org commit 2e9a70e67ddcab24751f98411d6a1ff91c438e6a parent 1cf5526ce429a7261a5e5e8e416cb76810ced635 Author: Nico Golde <nion@suckless.org> Date: Thu, 3 May 2007 19:06:39 +0200 fixed manpage section 1cf5526ce429a7261a5e5e8e416cb76810ced635 2007-04-28T16:01:28Z 2007-04-28T16:01:28Z copyright adjustments Nico Golde nion@suckless.org commit 1cf5526ce429a7261a5e5e8e416cb76810ced635 parent 8fa368185351c195958863f3c76c576a190888a1 Author: Nico Golde <nion@suckless.org> Date: Sat, 28 Apr 2007 18:01:28 +0200 copyright adjustments 8fa368185351c195958863f3c76c576a190888a1 2007-04-28T15:57:33Z 2007-04-28T15:57:33Z -v option removed from manual since it is not implemented Nico Golde nion@suckless.org commit 8fa368185351c195958863f3c76c576a190888a1 parent c8c4d76195851ff0e14812c9da89bf34d1a8460b Author: Nico Golde <nion@suckless.org> Date: Sat, 28 Apr 2007 17:57:33 +0200 -v option removed from manual since it is not implemented c8c4d76195851ff0e14812c9da89bf34d1a8460b 2007-04-04T08:35:33Z 2007-04-04T08:35:33Z ii-1.1 Nico Golde nion@suckless.org commit c8c4d76195851ff0e14812c9da89bf34d1a8460b parent debf23c6b509769dfb993e8aa8fc990678eaadfd Author: Nico Golde <nion@suckless.org> Date: Wed, 4 Apr 2007 10:35:33 +0200 ii-1.1 debf23c6b509769dfb993e8aa8fc990678eaadfd 2007-02-24T16:46:21Z 2007-02-24T16:46:21Z fixed wrong parsing in commands like WHOIS and NAMES Nico Golde nion@suckless.org commit debf23c6b509769dfb993e8aa8fc990678eaadfd parent dd0fe21a09f18751542aa29fef61857f145e4b5c Author: Nico Golde <nion@suckless.org> Date: Sat, 24 Feb 2007 17:46:21 +0100 fixed wrong parsing in commands like WHOIS and NAMES dd0fe21a09f18751542aa29fef61857f145e4b5c 2007-02-04T11:14:20Z 2007-02-04T11:14:20Z initialization Nico Golde nion@suckless.org commit dd0fe21a09f18751542aa29fef61857f145e4b5c parent 6a29c85a38902e360d4dd55b7d00b8f6b7354580 Author: Nico Golde <nion@suckless.org> Date: Sun, 4 Feb 2007 12:14:20 +0100 initialization 6a29c85a38902e360d4dd55b7d00b8f6b7354580 2007-02-03T19:15:41Z 2007-02-03T19:15:41Z license fixed Nico Golde nion@suckless.org commit 6a29c85a38902e360d4dd55b7d00b8f6b7354580 parent 770ff215b27d643dc99f4745e65227fe123b6c82 Author: Nico Golde <nion@suckless.org> Date: Sat, 3 Feb 2007 20:15:41 +0100 license fixed 770ff215b27d643dc99f4745e65227fe123b6c82 2007-02-03T18:45:18Z 2007-02-03T18:45:18Z fix race Nico Golde nion@suckless.org commit 770ff215b27d643dc99f4745e65227fe123b6c82 parent f927bae102094a34ef463aa9ae291a4e816efc9f Author: Nico Golde <nion@suckless.org> Date: Sat, 3 Feb 2007 19:45:18 +0100 fix race f927bae102094a34ef463aa9ae291a4e816efc9f 2007-02-03T16:35:16Z 2007-02-03T16:35:16Z a bit of beautify Nico Golde nion@suckless.org commit f927bae102094a34ef463aa9ae291a4e816efc9f parent 4fcd8047d21081424b05ec9226a87c6ec3d213a2 Author: Nico Golde <nion@suckless.org> Date: Sat, 3 Feb 2007 17:35:16 +0100 a bit of beautify 4fcd8047d21081424b05ec9226a87c6ec3d213a2 2007-02-03T12:36:39Z 2007-02-03T12:36:39Z small adjustments Nico Golde nion@suckless.org commit 4fcd8047d21081424b05ec9226a87c6ec3d213a2 parent 71bda09b276b578de8992d1c9b2603f6482c3206 Author: Nico Golde <nion@suckless.org> Date: Sat, 3 Feb 2007 13:36:39 +0100 small adjustments 71bda09b276b578de8992d1c9b2603f6482c3206 2007-02-03T12:10:12Z 2007-02-03T12:10:12Z small makefile adjustments Nico Golde nion@suckless.org commit 71bda09b276b578de8992d1c9b2603f6482c3206 parent 29eb17dea0830a540fe1234c582c073678e4faa9 Author: Nico Golde <nion@suckless.org> Date: Sat, 3 Feb 2007 13:10:12 +0100 small makefile adjustments 29eb17dea0830a540fe1234c582c073678e4faa9 2007-02-03T12:09:13Z 2007-02-03T12:09:13Z makefile needs to install new files Nico Golde nion@suckless.org commit 29eb17dea0830a540fe1234c582c073678e4faa9 parent b2188116d16b82c4f76dda1904c867928ae9e24a Author: Nico Golde <nion@suckless.org> Date: Sat, 3 Feb 2007 13:09:13 +0100 makefile needs to install new files b2188116d16b82c4f76dda1904c867928ae9e24a 2007-02-03T11:58:13Z 2007-02-03T11:58:13Z documentation fixes and query.sh added nion@h4447.serverkompetenz.net unknown commit b2188116d16b82c4f76dda1904c867928ae9e24a parent f763ac712f2be5ca85cc7e538e57bff639959cc2 Author: nion@h4447.serverkompetenz.net <unknown> Date: Sat, 3 Feb 2007 12:58:13 +0100 documentation fixes and query.sh added f763ac712f2be5ca85cc7e538e57bff639959cc2 2007-02-02T12:47:08Z 2007-02-02T12:47:08Z SLOC -> LOC Nico Golde nion@suckless.org commit f763ac712f2be5ca85cc7e538e57bff639959cc2 parent 3e66765243cd94bc3e843967d40ab4f761749482 Author: Nico Golde <nion@suckless.org> Date: Fri, 2 Feb 2007 13:47:08 +0100 SLOC -> LOC 3e66765243cd94bc3e843967d40ab4f761749482 2007-02-01T11:00:59Z 2007-02-01T11:00:59Z solaris compile fix nion@h4447.serverkompetenz.net unknown commit 3e66765243cd94bc3e843967d40ab4f761749482 parent c8ea25a172b026708bc2df0dfc944db4ec8f1c61 Author: nion@h4447.serverkompetenz.net <unknown> Date: Thu, 1 Feb 2007 12:00:59 +0100 solaris compile fix c8ea25a172b026708bc2df0dfc944db4ec8f1c61 2007-02-01T10:56:45Z 2007-02-01T10:56:45Z release prepared nion@h4447.serverkompetenz.net unknown commit c8ea25a172b026708bc2df0dfc944db4ec8f1c61 parent 7e890e305dcdf52f6887f966bee86cc18fc41251 Author: nion@h4447.serverkompetenz.net <unknown> Date: Thu, 1 Feb 2007 11:56:45 +0100 release prepared 7e890e305dcdf52f6887f966bee86cc18fc41251 2007-02-01T10:21:52Z 2007-02-01T10:21:52Z harden ii a bit nion@h4447.serverkompetenz.net unknown commit 7e890e305dcdf52f6887f966bee86cc18fc41251 parent e1af846735f8a7ff7acfd9ddacb7cfd8e494a998 Author: nion@h4447.serverkompetenz.net <unknown> Date: Thu, 1 Feb 2007 11:21:52 +0100 harden ii a bit e1af846735f8a7ff7acfd9ddacb7cfd8e494a998 2007-02-01T10:04:47Z 2007-02-01T10:04:47Z use TOK_CMD more safely nion@h4447.serverkompetenz.net unknown commit e1af846735f8a7ff7acfd9ddacb7cfd8e494a998 parent 62963ef5b632876aa8604c83980ab27ddf911f4d Author: nion@h4447.serverkompetenz.net <unknown> Date: Thu, 1 Feb 2007 11:04:47 +0100 use TOK_CMD more safely 62963ef5b632876aa8604c83980ab27ddf911f4d 2007-02-01T09:59:36Z 2007-02-01T09:59:36Z indent stuff nion@h4447.serverkompetenz.net unknown commit 62963ef5b632876aa8604c83980ab27ddf911f4d parent c1e10adfad06fd38aada1d10c96447faaf7b51c8 Author: nion@h4447.serverkompetenz.net <unknown> Date: Thu, 1 Feb 2007 10:59:36 +0100 indent stuff