sic

simple irc client
git clone git://git.suckless.org/sic
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2021-05-06 10:18util: trim() fix for UB on pointer arithmeticHiltjo Posthuma1+3-4
2021-05-05 23:42README: fix a minor typo and make a small rewordingHiltjo Posthuma1+3-3
2021-05-05 23:39Makefile improvementsHiltjo Posthuma3+46-64
2021-05-05 23:16util: dial: no need for a static struct hintsHiltjo Posthuma1+2-2
2021-05-05 23:14util: fix a shadowed variable name `srv`Hiltjo Posthuma1+5-5
2021-05-05 23:09fix undefined behaviour of using isspace ctype functionHiltjo Posthuma2+3-3
2021-05-05 23:04fix an out-of-bounds read if the input is ""Hiltjo Posthuma1+1-1
2020-10-11 12:51fix include: include sys/select.h for select(2) and FD_(ZERO|SET)Hiltjo Posthuma1+2-0
2017-03-18 18:24added Joerg Jung's pledge patchAnselm R Garbe5+55-10
2014-12-22 10:34applied Troels unbuffer stdin patch, thanksAnselm R Garbe1+1-0
2014-11-19 13:28fix dist target, thanks Dimitris!Anselm R Garbe1+1-1
2014-11-14 15:07missed to remove old .hgtagsAnselm R Garbe1+0-11
2014-11-14 15:06applied 3 additional patches by DimitrisAnselm R Garbe3+99-30
2014-11-12 10:18applied Eric's follow up patchAnselm R Garbe2+12-6
2014-11-02 08:23applied Eric's config.def.h patchAnselm R Garbe3+19-5
2013-08-02 20:45version bumpAnselm R Garbe1+1-1
2013-08-02 20:20fixed a silly bug, reported by several people, including Mark EdgarAnselm R Garbe1+1-1
2013-05-05 15:42prepared a new releaseAnselm R Garbe2+2-2
2012-04-19 23:15a few corrections to manpageConnor Lane Smith1+25-18
2012-02-05 15:47reversed the -u switchanselm@garbe.us2+5-9
2012-01-22 17:27applied Quentin Carbonneaux's user patchgarbeam@gmail.com1+7-3
2011-04-08 12:51applied Jeroen's manpage patch, thanks!Anselm R Garbe1+6-6
2011-03-06 07:37applied Dimitris patches, thanksAnselm R Garbe2+2-2
2010-08-06 08:52fixed issue reported by serge on irc, util.c was excluded in dist targetanselm@garbe.us1+1-1
2010-05-25 16:03Added tag 1.1 for changeset d6140e3685b8Kris Maglione1+1-0
2010-05-14 17:01cleanupAnselm R Garbe1+6-6
2010-04-17 10:12applied anonymous cleanup patch, thanks anonymous!Anselm R Garbe2+62-68
2010-03-23 18:00removed debug lineAnselm R Garbe1+0-1
2010-03-22 13:29bugfixanselm@garbe.us1+2-1
2009-11-28 12:16merged kris' changes into mainstream sicAnselm R Garbe8+218-484
2009-10-30 09:34applied clamiax' patch for null messagesAnselm R Garbe1+2-3
2009-09-23 16:52Update sic/util.c to match sic.c tip.Kris Maglione2+22-16
2009-09-23 15:26Update kris/util.c strlcpyKris Maglione4+13-10
2009-09-23 13:32added kris' sic.c and util.c temporarily, will need some time to see what will and won't be integrated into mainstream sic.cAnselm R Garbe2+296-0
2009-09-23 13:21applied portions of Mark Edgars patchAnselm R Garbe1+29-30
2009-08-07 07:37applied Martin Kopta's splint patchAnselm R Garbe1+64-60
2009-02-21 19:14thanks to Matthias-Christian Ott for this hintAnselm R Garbe1+1-1
2009-02-14 11:53applied Jeroen Schot's patcha@null3+23-19
2009-02-14 11:42applied Matthias-Christian Ott's remark about trailing newlinesa@null1+4-4
2008-07-29 18:22Added tag 1.0 for changeset b8794f3ed15eAnselm R Garbe1+1-0
2008-07-29 18:18made Makefile consistentAnselm R Garbe1+0-1
2008-07-29 18:11updated LICENSEAnselm R Garbe1+1-1
2008-07-06 12:29updated sicanselm@aab2+52-45
2008-07-02 20:29minor updateAnselm R Garbe1+0-1
2007-04-13 09:50updating copyright notice in sic as wellAnselm R. Garbe3+7-8
2007-02-21 10:00applied a fix inspired by recent wmii commitAnselm R. Garbe1+1-1
2007-02-14 09:05removed LD as well, this is misleadingAnselm R. Garbe2+3-5
2007-02-13 16:02Added tag 0.9 for changeset 96eb1bfede5bAnselm R. Garbe1+1-0
2007-02-13 15:14setting the topic must not be supported, its a trivial IRC command (*and rarely used btw*)Anselm R. Garbe2+0-8
2007-02-13 15:06I believe I have fixed the issue, why sic didn't handled PINGs correctlyarg@suckless.org1+10-7
2007-02-09 16:07fixed sic man pageAnselm R. Garbe1+5-6
2007-02-09 15:16removed fullname, added support for tracking NICK changesAnselm R. Garbe2+8-15
2007-02-09 15:04added eprint()Anselm R. Garbe1+30-34
2007-02-09 14:40consistency patchAnselm R. Garbe1+9-9
2007-02-09 14:18changing the special command operatorAnselm R. Garbe1+1-1
2007-02-09 14:04removed debug outputAnselm R. Garbe1+0-1
2007-02-09 14:02changed outputAnselm R. Garbe1+8-8
2007-02-09 13:42small fixAnselm R. Garbe1+2-2
2007-02-09 13:40some changesAnselm R. Garbe1+24-26
2007-02-08 19:42Don't use sic's hg tip, it is broken atm...Anselm R. Garbe1+14-14
2007-02-08 14:32adding debug supportAnselm R. Garbe1+1-0
2007-02-08 14:10fixed part messageAnselm R. Garbe1+1-1
2007-02-08 14:10small fixAnselm R. Garbe1+3-4
2007-02-08 14:03small fix, don't write message to server if channel is not givenAnselm R. Garbe1+2-0
2007-02-08 13:51some more simplificationsAnselm R. Garbe1+20-58
2007-02-08 13:27testing some simplificationsAnselm R. Garbe1+15-57
2007-02-06 15:42small changes, bigger simplifications are on its wayAnselm R. Garbe3+8-10
2007-02-01 07:22Added tag 0.8 for changeset 07fb3efaa2e9Anselm R. Garbe1+1-0
2007-01-31 10:01using Tcmd successors more carefullyAnselm R. Garbe2+4-3
2007-01-11 10:44Added tag 0.7 for changeset 643a6e8b8634Anselm R. Garbe1+1-0
2007-01-11 10:35applied some segfault patches of Adrien Krunch Kunysz (thanks to Adrien!)Anselm R. Garbe1+3-2
2006-12-14 15:52V7arg@mig291+1-1
2006-11-26 14:53fixed sizeof stuffarg@mig291+25-25
2006-11-09 16:38Added tag 0.6 for changeset d7923d9e717c1c6f1ed3b17ec90bfdd7e7bfcca0arg@mig291+1-0
2006-11-09 16:37fixed a small grammar typoarg@mig291+1-1
2006-11-03 13:32new time infoarg@mig292+2-2
2006-10-26 10:16Added tag 0.5 for changeset 70d49a37b35695f2f771bddaf309f05ea60af8bcarg@mig291+1-0
2006-10-23 08:56same problem in sic as in dmenuAnselm R. Garbe2+16-11
2006-10-13 09:10Added tag 0.4 for changeset a3549fb4c72ff0edb816c8c29be7ff289db5b003Anselm R. Garbe1+1-0
2006-10-12 06:03hotfixAnselm R. Garbe1+1-1
2006-10-11 16:23hotfixAnselm R. Garbe1+2-2
2006-10-09 16:01removed useless crapAnselm R. Garbe1+0-6
2006-10-09 05:28changed versionAnselm R. Garbe1+1-1
2006-10-09 05:26fixed arg processingAnselm R. Garbe1+12-19
2006-10-09 05:20code polishing, removed useless crapAnselm R. Garbe1+32-42
2006-09-26 15:52small change to man pagearg@zarathustra1+5-5
2006-09-26 12:32updated READMEarg@mmvi1+3-1
2006-09-26 12:27Added tag 0.3 for changeset d77f00af559258679a0fad5d264685d663e6975aarg@mmvi1+1-0
2006-09-26 12:27new tagarg@mmvi1+0-1
2006-09-26 12:24new stuffarg@wmii.de3+55-60
2006-09-26 12:14Added tag 0.3 for changeset dc05747ec127039afaa350094add73d151d17b72arg@mmvi1+1-0
2006-09-20 09:18hotfixarg@wmii.de1+2-0
2006-09-19 14:54simplified sicarg@mmvi1+8-17
2006-09-05 07:47fixed several annoyancesAnselm R. Garbe1+11-13
2006-09-05 05:32removed html crapAnselm R. Garbe1+0-39
2006-09-05 05:31preparing new sic versionAnselm R. Garbe1+3-2
2006-09-04 06:54applied Adriens patchAnselm R. Garbe1+9-5
2006-07-21 19:12Added tag 0.2 for changeset 56350a01f27753cfbdbb3dbc25f2a53dd4c2ac45arg@10ksloc.org1+1-0
2006-07-21 19:12made sic 0.2arg@10ksloc.org3+4-4
2006-07-21 13:46fixed fullname handling in loginarg@10ksloc.org1+2-2
34 more commits remaining, fetch the repository