Commit Graph

  • a665c369e3
    change default server master Alexander Popov 2022-09-24 14:27:42 +0300
  • f7b307bb34
    update (c) Alexander Popov 2022-09-24 13:49:53 +0300
  • 058547e707 util: trim() fix for UB on pointer arithmetic Hiltjo Posthuma 2021-05-06 12:18:21 +0200
  • 68c1c4e511 README: fix a minor typo and make a small rewording Hiltjo Posthuma 2021-05-06 01:42:38 +0200
  • f2c5daa9fe Makefile improvements Hiltjo Posthuma 2021-05-06 01:39:46 +0200
  • 81533f966e util: dial: no need for a static struct hints Hiltjo Posthuma 2021-05-06 01:16:13 +0200
  • b188c78432 util: fix a shadowed variable name `srv` Hiltjo Posthuma 2021-05-06 01:14:21 +0200
  • d9bda20849 fix undefined behaviour of using isspace ctype function Hiltjo Posthuma 2021-05-06 01:09:21 +0200
  • df4c061136 fix an out-of-bounds read if the input is "" Hiltjo Posthuma 2021-05-06 01:04:35 +0200
  • ec293427a0 fix include: include sys/select.h for select(2) and FD_(ZERO|SET) Hiltjo Posthuma 2020-10-11 14:51:35 +0200
  • 9bb34de449 added Joerg Jung's pledge patch Anselm R Garbe 2017-03-18 19:24:55 +0100
  • 7f0141bbe9 applied Troels unbuffer stdin patch, thanks Anselm R Garbe 2014-12-22 11:34:35 +0100
  • 6ae3c37e30 fix dist target, thanks Dimitris! Anselm R Garbe 2014-11-19 14:28:49 +0100
  • 6d4fd01fc1 missed to remove old .hgtags Anselm R Garbe 2014-11-14 16:07:17 +0100
  • 6703fe4592 applied 3 additional patches by Dimitris Anselm R Garbe 2014-11-14 16:06:28 +0100
  • 5eaa0fff0d applied Eric's follow up patch Anselm R Garbe 2014-11-12 11:18:50 +0100
  • f87d3f5bef applied Eric's config.def.h patch Anselm R Garbe 2014-11-02 09:23:48 +0100
  • 7cfa52d6eb version bump Anselm R Garbe 2013-08-02 22:45:08 +0200
  • 16c1c2df60 fixed a silly bug, reported by several people, including Mark Edgar Anselm R Garbe 2013-08-02 22:20:48 +0200
  • fe525b3209 prepared a new release 1.2 Anselm R Garbe 2013-05-05 17:42:52 +0200
  • a28f8b49c8 a few corrections to manpage Connor Lane Smith 2012-04-20 00:15:32 +0100
  • bade9ccb6c reversed the -u switch anselm@garbe.us 2012-02-05 16:47:38 +0100
  • 2831ca36c3 applied Quentin Carbonneaux's user patch garbeam@gmail.com 2012-01-22 18:27:17 +0100
  • 3b5d848cd4 applied Jeroen's manpage patch, thanks! Anselm R Garbe 2011-04-08 12:51:16 +0000
  • efb5435694 applied Dimitris patches, thanks Anselm R Garbe 2011-03-06 07:37:21 +0000
  • fdaf2adbc9 fixed issue reported by serge on irc, util.c was excluded in dist target anselm@garbe.us 2010-08-06 09:52:12 +0100
  • a4ba8e3b08 Added tag 1.1 for changeset d6140e3685b8 Kris Maglione 2010-05-25 12:03:25 -0400
  • 6af1b812ae cleanup 1.1 Anselm R Garbe 2010-05-14 18:01:20 +0100
  • 75d42255f2 applied anonymous cleanup patch, thanks anonymous! Anselm R Garbe 2010-04-17 11:12:54 +0100
  • dad75aa6ba removed debug line Anselm R Garbe 2010-03-23 18:00:37 +0000
  • d78d10d1a1 bugfix anselm@garbe.us 2010-03-22 13:29:33 +0000
  • 1a4256ef71 merged kris' changes into mainstream sic Anselm R Garbe 2009-11-28 12:16:35 +0000
  • 9c7027fcbf applied clamiax' patch for null messages Anselm R Garbe 2009-10-30 09:34:59 +0000
  • 7f1961d4c6 Update sic/util.c to match sic.c tip. Kris Maglione 2009-09-23 12:52:13 -0400
  • 2b85380411 Update kris/util.c strlcpy Kris Maglione 2009-09-23 11:26:48 -0400
  • 14e430ac5b added kris' sic.c and util.c temporarily, will need some time to see what will and won't be integrated into mainstream sic.c Anselm R Garbe 2009-09-23 14:32:20 +0100
  • 261dc71e58 applied portions of Mark Edgars patch Anselm R Garbe 2009-09-23 14:21:03 +0100
  • 4a4f924fee applied Martin Kopta's splint patch Anselm R Garbe 2009-08-07 08:37:09 +0100
  • b3ed5f414f thanks to Matthias-Christian Ott for this hint Anselm R Garbe 2009-02-21 19:14:13 +0000
  • ca6ba9a64a applied Jeroen Schot's patch a@null 2009-02-14 11:53:47 +0000
  • f3827eec2a applied Matthias-Christian Ott's remark about trailing newlines a@null 2009-02-14 11:42:45 +0000
  • 8b2eeee541 Added tag 1.0 for changeset b8794f3ed15e Anselm R Garbe 2008-07-29 19:22:08 +0100
  • 2a372e2df1 made Makefile consistent 1.0 Anselm R Garbe 2008-07-29 19:18:03 +0100
  • 888ab22725 updated LICENSE Anselm R Garbe 2008-07-29 19:11:07 +0100
  • 8a58b25cb7 updated sic anselm@aab 2008-07-06 13:29:19 +0100
  • 589cce35c5 minor update Anselm R Garbe 2008-07-02 21:29:57 +0100
  • 5463bed7ed updating copyright notice in sic as well Anselm R. Garbe 2007-04-13 11:50:51 +0200
  • aa40ba1f3d applied a fix inspired by recent wmii commit Anselm R. Garbe 2007-02-21 11:00:12 +0100
  • ef99e720ff removed LD as well, this is misleading Anselm R. Garbe 2007-02-14 10:05:41 +0100
  • f9f6f8a19c Added tag 0.9 for changeset 96eb1bfede5b Anselm R. Garbe 2007-02-13 17:02:42 +0100
  • 82946e102d setting the topic must not be supported, its a trivial IRC command (*and rarely used btw*) 0.9 Anselm R. Garbe 2007-02-13 16:14:52 +0100
  • 7ef7529687 I believe I have fixed the issue, why sic didn't handled PINGs correctly arg@suckless.org 2007-02-13 16:06:28 +0100
  • bcda402396 fixed sic man page Anselm R. Garbe 2007-02-09 17:07:29 +0100
  • 1160be7ffa removed fullname, added support for tracking NICK changes Anselm R. Garbe 2007-02-09 16:16:06 +0100
  • 75f0af7c42 added eprint() Anselm R. Garbe 2007-02-09 16:04:49 +0100
  • 81238e16fe consistency patch Anselm R. Garbe 2007-02-09 15:40:58 +0100
  • 60fc462aa9 changing the special command operator Anselm R. Garbe 2007-02-09 15:18:08 +0100
  • 9b093ac5c6 removed debug output Anselm R. Garbe 2007-02-09 15:04:57 +0100
  • 264f8e9422 changed output Anselm R. Garbe 2007-02-09 15:02:56 +0100
  • fe1e3560be small fix Anselm R. Garbe 2007-02-09 14:42:40 +0100
  • 1edd94af86 some changes Anselm R. Garbe 2007-02-09 14:40:11 +0100
  • a3abf3b3ef Don't use sic's hg tip, it is broken atm... Anselm R. Garbe 2007-02-08 20:42:29 +0100
  • e3cbbe71c2 adding debug support Anselm R. Garbe 2007-02-08 15:32:51 +0100
  • 93842a5fe0 fixed part message Anselm R. Garbe 2007-02-08 15:10:47 +0100
  • 1f1228547c small fix Anselm R. Garbe 2007-02-08 15:10:10 +0100
  • ea71b6e88e small fix, don't write message to server if channel is not given Anselm R. Garbe 2007-02-08 15:03:42 +0100
  • cb68ce9e2c some more simplifications Anselm R. Garbe 2007-02-08 14:51:04 +0100
  • 5569a14e8e testing some simplifications Anselm R. Garbe 2007-02-08 14:27:39 +0100
  • 2e945e48fb small changes, bigger simplifications are on its way Anselm R. Garbe 2007-02-06 16:42:17 +0100
  • a63ccb4600 Added tag 0.8 for changeset 07fb3efaa2e9 Anselm R. Garbe 2007-02-01 08:22:31 +0100
  • 0a903a0c79 using Tcmd successors more carefully 0.8 Anselm R. Garbe 2007-01-31 11:01:34 +0100
  • 8edb0e23f4 Added tag 0.7 for changeset 643a6e8b8634 Anselm R. Garbe 2007-01-11 11:44:41 +0100
  • 44e0417e14 applied some segfault patches of Adrien Krunch Kunysz (thanks to Adrien!) 0.7 Anselm R. Garbe 2007-01-11 11:35:02 +0100
  • 148029905b V7 arg@mig29 2006-12-14 16:52:12 +0100
  • f8d2e7f236 fixed sizeof stuff arg@mig29 2006-11-26 15:53:33 +0100
  • dc15c0d639 Added tag 0.6 for changeset d7923d9e717c1c6f1ed3b17ec90bfdd7e7bfcca0 arg@mig29 2006-11-09 17:38:01 +0100
  • 73e181ce5b fixed a small grammar typo 0.6 arg@mig29 2006-11-09 17:37:57 +0100
  • 9197fee8a9 new time info arg@mig29 2006-11-03 14:32:05 +0100
  • 45ff5ccf31 Added tag 0.5 for changeset 70d49a37b35695f2f771bddaf309f05ea60af8bc arg@mig29 2006-10-26 12:16:42 +0200
  • fe306465d0 same problem in sic as in dmenu 0.5 Anselm R. Garbe 2006-10-23 10:56:06 +0200
  • 1f3f048ab7 Added tag 0.4 for changeset a3549fb4c72ff0edb816c8c29be7ff289db5b003 Anselm R. Garbe 2006-10-13 11:10:41 +0200
  • 3160fd2bed hotfix 0.4 Anselm R. Garbe 2006-10-12 08:03:37 +0200
  • 560111d4ba hotfix Anselm R. Garbe 2006-10-11 18:23:03 +0200
  • 48fc6f1b10 removed useless crap Anselm R. Garbe 2006-10-09 18:01:26 +0200
  • 4120182a49 changed version Anselm R. Garbe 2006-10-09 07:28:43 +0200
  • 516c1cafaf fixed arg processing Anselm R. Garbe 2006-10-09 07:26:24 +0200
  • 3a24553892 code polishing, removed useless crap Anselm R. Garbe 2006-10-09 07:20:07 +0200
  • 83e05870ce small change to man page arg@zarathustra 2006-09-26 17:52:37 +0200
  • 089bad0eb0 updated README arg@mmvi 2006-09-26 14:32:24 +0200
  • 1ad6394622 Added tag 0.3 for changeset d77f00af559258679a0fad5d264685d663e6975a arg@mmvi 2006-09-26 14:27:34 +0200
  • 78e0c4f9ee new tag 0.3 arg@mmvi 2006-09-26 14:27:31 +0200
  • b3412f0a14 new stuff arg@wmii.de 2006-09-26 14:24:26 +0200
  • 1230561e3d Added tag 0.3 for changeset dc05747ec127039afaa350094add73d151d17b72 arg@mmvi 2006-09-26 14:14:48 +0200
  • b8950627a7 hotfix arg@wmii.de 2006-09-20 11:18:27 +0200
  • 5d19f0415e simplified sic arg@mmvi 2006-09-19 16:54:52 +0200
  • 2c257c70bc fixed several annoyances Anselm R. Garbe 2006-09-05 09:47:15 +0200
  • fb185a5e18 removed html crap Anselm R. Garbe 2006-09-05 07:32:24 +0200
  • c9668b78f2 preparing new sic version Anselm R. Garbe 2006-09-05 07:31:46 +0200
  • c2fcf48e6d applied Adriens patch Anselm R. Garbe 2006-09-04 08:54:14 +0200
  • ee77b8efae Added tag 0.2 for changeset 56350a01f27753cfbdbb3dbc25f2a53dd4c2ac45 arg@10ksloc.org 2006-07-21 21:12:33 +0200