2022-03-09 13:21 | Add /m => MODE | Santtu Lakkala | 1 | +7 | -0 |
2022-03-09 13:49 | Reduce code length by 6 bytes | Santtu Lakkala | 1 | +1 | -1 |
2022-03-09 13:47 | Always terminate server output | Santtu Lakkala | 1 | +24 | -14 |
2022-03-09 13:47 | Skip unnecessary strlen() | Santtu Lakkala | 1 | +9 | -9 |
2022-03-09 13:43 | Use dirfds for tree creation | Santtu Lakkala | 1 | +45 | -55 |
2022-03-09 13:41 | Rework list handling | Santtu Lakkala | 1 | +7 | -17 |
2022-01-07 11:37 | bump version to 1.9 | Hiltjo Posthuma | 1 | +1 | -1 |
2021-12-23 21:11 | Reduce effective buffer size per channel input. | Christoph Lohmann | 1 | +8 | -1 |
2021-12-23 21:11 | Increase ping timeout for bad connections. | Christoph Lohmann | 1 | +1 | -1 |
2020-07-05 20:32 | ewritestr: Remove duplicate shift of offset | Hiltjo Posthuma | 1 | +0 | -1 |
2020-01-17 13:06 | remove useless c->next = NULL | David Demelier | 1 | +1 | -1 |
2019-12-16 17:28 | minor style fix for ARGEND | Hiltjo Posthuma | 1 | +1 | -1 |
2019-12-16 17:26 | fix undefined behaviour of use of isalpha, isdigit and tolower | Hiltjo Posthuma | 1 | +3 | -3 |
2019-05-26 02:27 | Fix traversal of addrinfo list | Michael Forney | 1 | +2 | -2 |
2019-02-12 17:13 | fix typo in NOTICE messages | Hiltjo Posthuma | 1 | +1 | -1 |
2018-07-23 19:42 | check input length before reading | Hiltjo Posthuma | 1 | +8 | -2 |
2018-05-29 16:34 | Add a config option to link against system or shipped strlcpy | Quentin Rameau | 3 | +9 | -5 |
2018-05-29 16:27 | Refactor Makefile | Quentin Rameau | 2 | +31 | -46 |
2018-05-22 06:43 | fix typo in comment | Hiltjo Posthuma | 1 | +1 | -1 |
2018-05-09 18:50 | Remove .hgtags | David Demelier | 1 | +0 | -10 |
2018-02-04 13:07 | bump version to 1.8 | Hiltjo Posthuma | 3 | +3 | -3 |
2017-12-03 21:17 | Makefile: add a dependency on arg.h | Quentin Rameau | 1 | +2 | -0 |
2017-12-03 21:16 | Fix arg.h | Quentin Rameau | 1 | +6 | -6 |
2017-11-18 11:35 | don't modify argv, use a counter | Hiltjo Posthuma | 1 | +5 | -4 |
2017-11-18 11:28 | Makefile: simplify | Hiltjo Posthuma | 1 | +13 | -18 |
2017-07-09 10:28 | allow some more characters in the channel name | Hiltjo Posthuma | 1 | +1 | -1 |
2017-06-02 07:54 | merge my changes to master | Hiltjo Posthuma | 12 | +938 | -465 |
2016-10-13 22:21 | define EXIT_TIMEOUT and use that on ping timeouts. thanks Evan Gates for the idea! | Nico Golde | 1 | +3 | -1 |
2016-09-07 19:17 | errm eprint isnt declared here. thanks Ali H. Fardan | Nico Golde | 1 | +1 | -1 |
2016-09-06 17:58 | use pledge by default if compiled on openbsc and provide errno string | Nico Golde | 2 | +2 | -4 |
2016-09-02 16:43 | fix double backslash | Nico Golde | 1 | +1 | -1 |
2016-09-02 14:13 | add OpenBSD pledge support - thanks Gleydson Soares | Nico Golde | 2 | +11 | -0 |
2016-02-14 11:07 | Fix channel use after freeing in main loop | Vasily Kolobkov | 1 | +4 | -2 |
2016-02-13 19:25 | Check up on server messages | Vasily Kolobkov | 1 | +8 | -5 |
2015-11-05 00:35 | prevent nick collisions by only setting the nick after the server accepted it and print a message about change to server log | Nico Golde | 1 | +7 | -2 |
2015-11-05 00:35 | remove duplicate word, thanks Michael Stevens! | Nico Golde | 2 | +2 | -2 |
2015-03-22 12:37 | use _POSIX_PIPE_BUF if PIPE_BUF is not defined (as on FreeBSD); thanks Gleydson Soares! | Nico Golde | 1 | +2 | -2 |
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 |
2013-01-05 13:26 | 1.7 release | Nico Golde | 1 | +1 | -1 |
2012-08-14 09:57 | add respective header for select and not implicitely include it | Nico Golde | 1 | +3 | -2 |
2012-07-03 15:43 | convert slashes to , rather than _ in channel names. , is not allowed by the RFC, _ is. | Nico Golde | 2 | +4 | -1 |
2012-06-28 13:41 | fix parsing of JOIN messages for certain servers, thanks van Kanakarakis | Nico Golde | 2 | +5 | -7 |
2012-06-16 15:00 | mark 1.7 as the next release version | Nico Golde | 1 | +1 | -1 |
2012-06-16 15:00 | -k now points to an environment variable containing the password | Nico Golde | 3 | +10 | -6 |
2011-10-31 20:35 | a little cleanup by Connor Lane Smith, thanks! | Nico Golde | 1 | +14 | -17 |
2011-01-31 20:47 | Added tag 1.6 for changeset f09f802a8037 | Nico Golde | 1 | +1 | -0 |
2011-01-31 20:47 | update CHANGES and makefile config for 1.6 | Nico Golde | 2 | +4 | -1 |
2011-01-31 20:45 | restructuring to stay under 500 lines ;) fix regression from 1.5 on handling unknown commands | Nico Golde | 1 | +7 | -7 |
2011-01-24 16:52 | Added tag 1.5 for changeset 550ee1100719 | Nico Golde | 1 | +2 | -0 |
2011-01-24 16:52 | document implication of autojoin patch and now tag 1.5 for real :) | Nico Golde | 2 | +5 | -3 |
2011-01-24 15:52 | Added tag 1.5 for changeset 6f504f412a59 | Nico Golde | 1 | +2 | -0 |
2011-01-24 15:51 | add changelog entry about autojoin patch | Nico Golde | 1 | +2 | -0 |
2011-01-24 15:47 | merge in forgotten changes | Nico Golde | 2 | +4 | -1 |
2011-01-24 15:46 | Added tag 1.5 for changeset 4c6892284a9a | Nico Golde | 1 | +1 | -0 |
2011-01-24 15:46 | minor changes, fix fd leak due to case insensitive channel name comparison, fix treatment of raw irc commands (thanks samurai) | Nico Golde | 3 | +19 | -12 |
2011-01-24 15:13 | create in FIFO on receiving a PRIVMSG | Nico Golde | 1 | +1 | -0 |
2010-06-25 08:55 | document /a for away, patch by Even Gates | Nico Golde | 1 | +3 | -0 |
2009-06-01 11:39 | replace echo with printf so it doesnt rely on xsi extension of susv3 | Nico Golde | 1 | +1 | -1 |
2009-05-23 15:17 | remove bashism, isnt needed anyway | Nico Golde | 1 | +1 | -1 |
2008-08-09 11:45 | Added tag 1.4 for changeset 7c7c000b4f42 | Nico Golde | 1 | +1 | -0 |
2008-08-09 11:45 | - 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 | 6 | +42 | -31 |
2008-07-22 17:02 | fix manual | Nico Golde | 1 | +1 | -1 |
2007-07-16 06:00 | fixed possible NULL pointer reference on sparc | Nico Golde | 1 | +1 | -1 |
2007-07-14 19:23 | Added tag ii-1.3 for changeset 987fc9d57808 | Nico Golde | 1 | +1 | -0 |
2007-07-14 18:39 | release date | Nico Golde | 1 | +1 | -1 |
2007-07-14 11:12 | 1.2->1.3 | Nico Golde | 1 | +2 | -2 |
2007-07-14 11:11 | workaround, server messages about users dont open a user directory anymore, output will be sent to the server out file | Nico Golde | 3 | +10 | -1 |
2007-06-23 11:37 | tagging ii-1.2 | Nico Golde | 1 | +1 | -0 |
2007-06-23 11:37 | Changelog added | Nico Golde | 1 | +4 | -0 |
2007-06-23 11:37 | tagging ii-1.2 | Nico Golde | 1 | +1 | -0 |
2007-06-23 11:37 | changes for ii-1.2 | Nico Golde | 4 | +16 | -19 |
2007-06-22 11:45 | added note about changelog | nion@aurora | 1 | +6 | -0 |
2007-06-22 11:40 | enabled joining channels with password | nion@aurora | 1 | +3 | -2 |
2007-06-12 09:05 | regression fix | Nico Golde | 1 | +3 | -5 |
2007-05-03 17:06 | fixed manpage section | Nico Golde | 1 | +1 | -1 |
2007-04-28 16:01 | copyright adjustments | Nico Golde | 3 | +6 | -3 |
2007-04-28 15:57 | -v option removed from manual since it is not implemented | Nico Golde | 1 | +0 | -1 |
2007-04-04 08:35 | ii-1.1 | Nico Golde | 2 | +2 | -2 |
2007-02-24 16:46 | fixed wrong parsing in commands like WHOIS and NAMES | Nico Golde | 1 | +7 | -4 |
2007-02-04 11:14 | initialization | Nico Golde | 1 | +1 | -1 |
2007-02-03 19:15 | license fixed | Nico Golde | 1 | +1 | -1 |
2007-02-03 18:45 | fix race | Nico Golde | 1 | +0 | -1 |
2007-02-03 16:35 | a bit of beautify | Nico Golde | 1 | +11 | -13 |
2007-02-03 12:36 | small adjustments | Nico Golde | 1 | +4 | -5 |
2007-02-03 12:10 | small makefile adjustments | Nico Golde | 1 | +4 | -3 |
2007-02-03 12:09 | makefile needs to install new files | Nico Golde | 2 | +9 | -1 |
2007-02-03 11:58 | documentation fixes and query.sh added | nion@h4447.serverkompetenz.net | 3 | +51 | -4 |
2007-02-02 12:47 | SLOC -> LOC | Nico Golde | 1 | +1 | -1 |
2007-02-01 11:00 | solaris compile fix | nion@h4447.serverkompetenz.net | 1 | +3 | -2 |
2007-02-01 10:56 | release prepared | nion@h4447.serverkompetenz.net | 6 | +16 | -11 |
2007-02-01 10:21 | harden ii a bit | nion@h4447.serverkompetenz.net | 1 | +14 | -8 |
2007-02-01 10:04 | use TOK_CMD more safely | nion@h4447.serverkompetenz.net | 1 | +1 | -1 |
2007-02-01 09:59 | indent stuff | nion@h4447.serverkompetenz.net | 1 | +19 | -37 |
2007-01-30 19:35 | indents | nion@h4447.serverkompetenz.net | 1 | +61 | -61 |
2007-01-30 19:34 | fixed fd exhausting | Nico Golde | 1 | +1 | -0 |
2007-01-29 20:01 | bugfix if fd is NULL | Nico Golde | 1 | +1 | -1 |
2007-01-29 12:48 | right fix at the wrong place reverted | Nico Golde | 1 | +2 | -2 |
2007-01-29 12:35 | small fix | Nico Golde | 1 | +1 | -1 |
2007-01-22 23:01 | manpage adjustment | nion@noname | 1 | +2 | -5 |
2007-01-16 14:30 | Nico Golde: small fix by Adrien Krunch Kunysz | nion@localhost | 1 | +3 | -4 |
2006-11-07 19:21 | compatibility for bitlbee and stuff | nion@localhost | 1 | +1 | -1 |
2006-07-14 17:57 | whitespaces removed | nion@h4447.serverkompetenz.net | 1 | +1 | -1 |
2006-07-09 18:41 | add date to timestamp | nion@h4447.serverkompetenz.net | 1 | +2 | -2 |
2006-06-17 19:59 | ein libcall weniger | nion@localhost | 1 | +1 | -1 |
2006-06-16 14:12 | kacke | nion@localhost | 1 | +1 | -1 |
2006-06-16 12:41 | headers swapped | nion@localhost | 1 | +1 | -1 |
2006-05-27 22:46 | query and join are now the same | nion@localhost | 1 | +11 | -11 |
2006-03-16 15:35 | Cleanup install target | kai@dings.kai | 2 | +10 | -9 |
2006-03-16 14:55 | Do not write PONG answers in the logfile | kai@dings.kai | 1 | +3 | -1 |
2006-03-16 14:54 | Use PING command to detect stale connection to server | kai@dings.kai | 1 | +24 | -9 |
2006-03-13 14:19 | small fix | nion@h4447.serverkompetenz.net | 1 | +1 | -1 |
2006-03-13 07:29 | fixing retval of tokenize | Anselm R. Garbe | 1 | +1 | -1 |
2006-03-08 14:10 | added lower function to work only with lowercase channel-names | nion@h4447.serverkompetenz.net | 1 | +8 | -2 |
2006-02-24 10:57 | appliead Anthonys Makefile patch | Anselm R. Garbe | 1 | +3 | -1 |
2006-02-12 11:58 | fixes for freebsd | nion@noname | 1 | +3 | -0 |
2006-01-29 20:04 | added missing -f thanks florolf for hin | nion@noname | 1 | +2 | -2 |
2006-01-29 19:59 | removed unneeded memset | nion@noname | 1 | +0 | -1 |
2006-01-29 19:50 | fix incomplete buffer initialization | nion@noname | 1 | +2 | -2 |
2006-01-29 18:23 | fixed channel join bug | nion@noname | 1 | +2 | -3 |
2006-01-29 17:49 | segfault fix with gcc-2.95 thanks florolf for help | nion@noname | 1 | +3 | -2 |
2006-01-29 16:04 | removed get_channel function | nion@noname | 1 | +0 | -7 |
2006-01-29 15:41 | removed CHAN information from quit message because its useless | nion@noname | 1 | +2 | -2 |
2006-01-28 22:14 | applied different patch by Kai | Anselm R. Garbe | 1 | +2 | -2 |
2006-01-28 20:34 | applied Kai's s/bcopy/memcpy patch | Anselm R. Garbe | 1 | +1 | -1 |
2006-01-27 12:51 | applied next patch of Kai | Anselm R. Garbe | 1 | +3 | -4 |
2006-01-27 11:50 | appliead patch by Kai Ruemmler to fix command handling | Anselm R. Garbe | 1 | +1 | -2 |
2006-01-25 15:08 | fixed list bug | Anselm R. Garbe | 1 | +3 | -1 |
2006-01-23 12:35 | fix | Anselm R. Garbe | 1 | +1 | -1 |
2006-01-23 12:29 | simplified add_channel; | Anselm R. Garbe | 1 | +5 | -7 |
2006-01-23 12:11 | fixed server out issue | Anselm R. Garbe | 1 | +13 | -12 |
2006-01-21 16:53 | some stylistic changes | Anselm R. Garbe | 1 | +9 | -23 |
2006-01-19 14:03 | merged | Anselm R. Garbe | 1 | +2 | -2 |
2006-01-18 17:21 | typo fix | nion@noname | 1 | +2 | -2 |
2005-12-29 17:24 | fixed other stuff | garbeam@mmv.wmii.de | 1 | +5 | -5 |
2005-12-29 16:59 | some other changes | garbeam@mmv.wmii.de | 1 | +204 | -180 |
2005-12-27 22:13 | Nico Golde <nion@wmii.de> fixed away bug | nion@noname | 1 | +1 | -1 |
2005-12-26 23:08 | Nico Golde <nion@wmii.de> | nion@noname | 1 | +4 | -1 |
2005-12-21 21:00 | Nico Golde <nion@wmii.de> some modifications to prepare -rc2 release | nion@noname | 3 | +14 | -13 |
2005-12-19 13:39 | added initial files | garbeam@wmii.de | 7 | +732 | -0 |