2017-05-04 17:24 | ii.1: remove licence date so there is no need to update it | Hiltjo Posthuma | 1 | +1 | -1 |
2017-05-03 19:01 | use IRC_MSG_MAX (512) to read messages | Hiltjo Posthuma | 2 | +4 | -3 |
2017-05-03 18:52 | document ii now checks for nick collisions | Hiltjo Posthuma | 1 | +2 | -0 |
2017-05-03 18:50 | fix overflow check | Hiltjo Posthuma | 1 | +1 | -1 |
2017-05-03 18:42 | minor style | Hiltjo Posthuma | 1 | +2 | -2 |
2017-05-03 18:40 | LICENSE: bump year | Hiltjo Posthuma | 1 | +1 | -1 |
2017-05-03 18:37 | Fix channel use after freeing in main loop | Hiltjo Posthuma | 1 | +3 | -2 |
2017-05-03 18:31 | ii.1: remove duplicate word | Hiltjo Posthuma | 1 | +1 | -1 |
2017-05-03 18:28 | config.mk: align | Hiltjo Posthuma | 1 | +15 | -15 |
2017-05-03 18:24 | Makefile: add make options again | Hiltjo Posthuma | 1 | +6 | -0 |
2017-05-03 18:23 | document -u option: connect to UNIX domain socket | Hiltjo Posthuma | 2 | +7 | -0 |
2017-05-03 18:17 | ii.1: document /q | Hiltjo Posthuma | 1 | +3 | -0 |
2017-05-03 18:14 | arg.h: fixed argv checks order | Hiltjo Posthuma | 1 | +2 | -16 |
2017-05-03 18:12 | fix incorrect order of free (use after free) | Hiltjo Posthuma | 1 | +5 | -2 |
2017-05-03 18:12 | Channel *c is not used in this case | Hiltjo Posthuma | 1 | +1 | -1 |
2017-05-03 18:12 | minor style | Hiltjo Posthuma | 1 | +8 | -5 |
2017-03-09 20:22 | Stricter checking in channel_open (by Wolfgang Corcoran-Mathe) | Hiltjo Posthuma | 1 | +7 | -2 |
2017-03-04 11:52 | tiny style fix | Hiltjo Posthuma | 1 | +1 | -1 |
2017-02-17 13:34 | proc_server_cmd: revert behaviour to commit a68bc3848880fd5cb83ac797ddd82798b8a2acde | Hiltjo Posthuma | 1 | +1 | -1 |
2017-01-25 08:49 | Makefile: remove query.sh reference here, thanks Caleb Malchik! | Hiltjo Posthuma | 1 | +2 | -2 |
2016-12-30 13:08 | remove query.sh, update README with TLS | Hiltjo Posthuma | 3 | +42 | -30 |
2016-12-26 11:17 | nick change, stricter checks, change channel/nickserv check to upstream behaviour | Hiltjo Posthuma | 1 | +17 | -9 |
2016-12-26 10:46 | documentation | Hiltjo Posthuma | 2 | +3 | -4 |
2016-12-26 10:43 | no need to initialize p, add comment | Hiltjo Posthuma | 1 | +2 | -2 |
2016-12-26 10:42 | improve dial and fix socket leak | Hiltjo Posthuma | 1 | +11 | -6 |
2016-12-26 10:42 | update README, TODO, CHANGES, reset version to upstream | Hiltjo Posthuma | 4 | +13 | -17 |
2016-10-14 10:18 | use separate exit status 2 for ping timeouts | Hiltjo Posthuma | 1 | +1 | -1 |
2016-10-03 17:46 | remove ecalloc helper function, it was called once. sort function prototypes | Hiltjo Posthuma | 1 | +7 | -17 |
2016-10-03 17:36 | cleanup + fix truncation check | Hiltjo Posthuma | 7 | +106 | -190 |
2016-10-03 16:51 | minor style wankery | Hiltjo Posthuma | 1 | +109 | -109 |
2016-10-03 16:46 | update CHANGES list | Hiltjo Posthuma | 1 | +2 | -0 |
2016-10-03 16:45 | some style improvements as recommended by Raiz | Hiltjo Posthuma | 1 | +7 | -14 |
2016-10-03 16:43 | add pledge support | Hiltjo Posthuma | 2 | +11 | -2 |
2016-10-03 16:33 | use colon in QUIT command for messages: fix spaces in messages | Hiltjo Posthuma | 1 | +1 | -1 |
2016-09-25 17:42 | Don't use NICKSERV as channel if CHAN is null. | Wolfgang Corcoran-Mathe | 1 | +1 | -1 |
2016-08-02 19:58 | Don't mangle channel names with multiple sigils | Wolfgang Corcoran-Mathe | 1 | +1 | -1 |
2016-04-21 20:22 | don't silence build | Hiltjo Posthuma | 1 | +22 | -38 |
2015-07-05 21:09 | small cleanup: check uds pointer, dont assign empty value, ty FRIGN | Hiltjo Posthuma | 1 | +2 | -2 |
2015-07-05 21:08 | channel_open: don't close previous fd here | Hiltjo Posthuma | 1 | +2 | -10 |
2015-07-05 21:07 | bump version to 1.8 but dont show it in usage() anymore | Hiltjo Posthuma | 2 | +2 | -3 |
2015-07-05 20:51 | set fd to -1 on close | Hiltjo Posthuma | 1 | +13 | -3 |
2015-07-05 20:45 | clear timeval struct, don't use invalid wrset | Hiltjo Posthuma | 1 | +3 | -3 |
2015-07-05 20:44 | cleanup | Hiltjo Posthuma | 1 | +13 | -27 |
2015-07-05 20:43 | add support to connect to unix domain socket | Hiltjo Posthuma | 1 | +41 | -11 |
2014-11-09 18:39 | update CHANGES | Hiltjo Posthuma | 1 | +3 | -2 |
2014-11-09 18:33 | close all channels on exit (removes "in" files) | Hiltjo Posthuma | 1 | +3 | -0 |
2014-11-09 16:27 | cleanup master channel on quit or exit | Hiltjo Posthuma | 1 | +26 | -1 |
2014-11-05 16:38 | code style, increase IRC channel buffer size | Hiltjo Posthuma | 2 | +200 | -107 |
2014-11-05 16:37 | raw IRC output to stdout | Hiltjo Posthuma | 2 | +4 | -0 |
2014-11-02 11:28 | add quit command (/q) | Hiltjo Posthuma | 1 | +9 | -0 |
2014-10-29 22:03 | cast to unsigned long, thanks sin! | Hiltjo Posthuma | 1 | +1 | -1 |
2014-10-29 22:02 | CHANGES: document timestamp change | Hiltjo Posthuma | 1 | +1 | -0 |
2014-10-29 22:02 | config.mk: improve, remove solaris, noone uses it | Hiltjo Posthuma | 1 | +18 | -20 |
2014-10-29 22:01 | fix signed / unsigned type warning | Hiltjo Posthuma | 1 | +3 | -3 |
2014-08-24 23:29 | strncmp -> strcmp + code-style | Hiltjo Posthuma | 1 | +15 | -15 |
2014-08-23 23:18 | improve | Hiltjo Posthuma | 1 | +14 | -26 |
2014-08-23 22:45 | fix channel reopen | Hiltjo Posthuma | 1 | +1 | -3 |
2014-08-23 22:35 | overhaul v2 | Hiltjo Posthuma | 1 | +222 | -129 |
2014-08-23 16:27 | simplify some more | Hiltjo Posthuma | 1 | +33 | -30 |
2014-05-25 11:37 | strlcpy code style | Hiltjo Posthuma | 1 | +19 | -18 |
2014-05-25 11:28 | Makefile: clean util/*.o and util.a | Hiltjo Posthuma | 1 | +1 | -1 |
2014-05-25 11:10 | Makefile: fix make dist, add util.h and arg.h | Hiltjo Posthuma | 1 | +2 | -1 |
2014-05-25 11:07 | config.mk: dont bump version just yet | Hiltjo Posthuma | 1 | +1 | -1 |
2014-05-09 08:53 | FAQ: example, treat backslash normally | Hiltjo Posthuma | 1 | +1 | -1 |
2014-05-09 08:49 | restore old key behaviour | Hiltjo Posthuma | 1 | +2 | -4 |
2014-04-17 19:59 | minor doc changes | Hiltjo Posthuma | 2 | +2 | -3 |
2014-04-17 17:49 | dont print perror | Hiltjo Posthuma | 1 | +1 | -1 |
2014-04-17 17:18 | add a note about ssl/tls protocol support | Hiltjo Posthuma | 1 | +3 | -0 |
2014-04-17 17:14 | update man page: this was not supported | Hiltjo Posthuma | 1 | +1 | -1 |
2014-04-17 16:49 | remove obsolete gethostbyname, use getaddrinfo (adds support for IPV6) | Hiltjo Posthuma | 1 | +26 | -22 |
2014-04-17 16:47 | update CHANGES | Hiltjo Posthuma | 1 | +3 | -0 |
2014-04-17 15:42 | man page: update format | Hiltjo Posthuma | 1 | +17 | -25 |
2014-04-17 15:11 | add comment about ipv6 | Hiltjo Posthuma | 1 | +2 | -1 |
2014-04-17 15:10 | prefix errors with "ii: " | Hiltjo Posthuma | 1 | +11 | -11 |
2014-04-17 15:06 | warn about keyname password if it can't be found | Hiltjo Posthuma | 1 | +4 | -3 |
2014-04-17 15:06 | write global messages to the correct fd (bug from cleanup) | Hiltjo Posthuma | 1 | +1 | -1 |
2014-04-17 15:05 | remove infile when leaving a channel | Hiltjo Posthuma | 1 | +8 | -4 |
2014-04-17 15:03 | don't exit if a channel can't be created | Hiltjo Posthuma | 1 | +4 | -2 |
2014-04-17 15:02 | stylistic changes | Hiltjo Posthuma | 1 | +53 | -58 |
2014-04-17 14:57 | separate get_filepath() from create_filepath() | Hiltjo Posthuma | 1 | +24 | -21 |
2014-04-17 13:44 | time format %Y-%m-%d %H:%M is more familiar | Hiltjo Posthuma | 1 | +1 | -1 |
2014-04-17 13:43 | print_out: compare at start of line... | Hiltjo Posthuma | 1 | +7 | -4 |
2014-04-17 13:41 | ii.1: show version in man page | Hiltjo Posthuma | 2 | +3 | -3 |
2014-04-16 17:47 | fix possible out of bounds with empty string "" | Hiltjo Posthuma | 1 | +1 | -1 |
2014-04-16 17:46 | initialize some variables | Hiltjo Posthuma | 1 | +4 | -3 |
2014-04-16 17:40 | stylistic fixes | Hiltjo Posthuma | 1 | +9 | -10 |
2014-04-16 17:38 | LICENSE: add myself | Hiltjo Posthuma | 1 | +1 | -0 |
2014-04-16 15:46 | fix: use global ircfd, dont send to c->fd | Hiltjo Posthuma | 1 | +7 | -7 |
2014-04-16 15:28 | check if host and nick are non-empty | Hiltjo Posthuma | 1 | +1 | -1 |
2014-04-16 15:27 | check if fullname is set and non-empty | Hiltjo Posthuma | 1 | +1 | -1 |
2014-04-16 15:23 | overhaul: see CHANGES for changes | Hiltjo Posthuma | 3 | +297 | -213 |
2014-04-16 15:18 | gitignore: ignore ii and util.a | Hiltjo Posthuma | 1 | +2 | -0 |
2014-04-16 15:18 | Makefile: compile with util | Hiltjo Posthuma | 1 | +25 | -12 |
2014-04-16 15:16 | config.mk: update | Hiltjo Posthuma | 1 | +7 | -2 |
2014-04-16 15:02 | add arg.h | Hiltjo Posthuma | 1 | +63 | -0 |
2014-04-16 15:02 | add util functions from sbase | Hiltjo Posthuma | 5 | +140 | -0 |
2014-04-16 15:00 | LICENSE: update | Hiltjo Posthuma | 3 | +4 | -9 |
2014-04-16 14:58 | FAQ: update, working bot example | Hiltjo Posthuma | 1 | +18 | -1 |
2013-10-12 08:34 | add gitignore | Nico Golde | 1 | +1 | -0 |
2013-04-25 07:00 | fix "typo" in manpage, thanks Enrique Garbi | Nico Golde | 1 | +1 | -1 |