Age | Commit message (Expand) | Author |
2008-04-28 | Make some variables static. | Emanuele Giaquinta |
2008-04-25 | Refactor code to create a watcher for an fd into a function. | Emanuele Giaquinta |
2008-04-08 | Factor strchr call. | Emanuele Giaquinta |
2008-04-05 | Partly revert r4796, it is not a bug but by design that | Emanuele Giaquinta |
2008-04-05 | Cosmetics. | Emanuele Giaquinta |
2008-04-05 | Fix logic in recode_in: | Emanuele Giaquinta |
2008-04-02 | Always use g_realloc rather than using g_malloc when the pointer | Emanuele Giaquinta |
2008-03-30 | Set is_readable/is_writeable/use_buffer flags. | Emanuele Giaquinta |
2008-03-30 | Make irssi_ssl_{seek,close} call giochan->funcs->io_{seek,close} | Emanuele Giaquinta |
2008-03-30 | Implement linebuf_find using memchr. | Emanuele Giaquinta |
2008-03-30 | Remove useless assignment. | Emanuele Giaquinta |
2008-03-29 | Remove unneeded includes. | Emanuele Giaquinta |
2008-03-29 | Move net_disconnect_later declaration from network.h to net-disconnect.h. | Emanuele Giaquinta |
2008-03-28 | Use g_io_channel_seek_position in irssi_ssl_seek. | Emanuele Giaquinta |
2008-03-28 | Make strstr_full_case internal. | Emanuele Giaquinta |
2008-03-15 | Remove unused global use_ssl and ssl_* settings. | Emanuele Giaquinta |
2008-03-15 | Revert unrelated changes slipped in r4774. | Emanuele Giaquinta |
2008-03-15 | Fix typo. | Emanuele Giaquinta |
2008-03-15 | Use g_ascii_str{,n}casecmp for case insensitive comparison with | Emanuele Giaquinta |
2008-03-14 | Honour -channels preference for ignore -replies, fix bug #227. | Emanuele Giaquinta |
2008-03-14 | Make ignore exceptions take precedence over ignores in all cases, as documented. | Emanuele Giaquinta |
2008-03-14 | Remove code duplication in ignore_check. | Emanuele Giaquinta |
2008-03-11 | Use struct name rather than typedef name in pointer declaration. | Emanuele Giaquinta |
2008-03-09 | Use g_ascii_str{,n}casecmp for case insensitive comparison with | Emanuele Giaquinta |
2008-03-09 | Use g_ascii_str{,n}casecmp for case insensitive comparison with | Emanuele Giaquinta |
2008-03-04 | Remove unneeded upcasing (level_get matching is case-insensitive). | Emanuele Giaquinta |
2008-03-03 | Group together declarations for string functions. | Emanuele Giaquinta |
2008-03-03 | Rename some variables. | Emanuele Giaquinta |
2008-02-16 | Move output recoding in irc_send_cmd_full. | Emanuele Giaquinta |
2008-02-04 | Remove trailing whitespace. | Emanuele Giaquinta |
2008-02-03 | Remove popt and use glib GOption commandline option parser | Emanuele Giaquinta |
2008-01-25 | Do not export iopt_tables pointer. | Emanuele Giaquinta |
2008-01-21 | Remove .cvsignore files. | Emanuele Giaquinta |
2007-12-09 | Simplify is_valid_charset by just checking with g_iconv_open that the | Emanuele Giaquinta |
2007-12-05 | Simplify itemcmp. | Emanuele Giaquinta |
2007-11-20 | Remove unneeded casts. | Emanuele Giaquinta |
2007-08-07 | Use autoconf PACKAGE_TARNAME/PACKAGE_VERSION macros rather than automake | Emanuele Giaquinta |
2007-07-26 | Remove backward compatibility for very old options. | Emanuele Giaquinta |
2007-07-26 | Change 'actlist_moves' boolean to 'actlist_sort' string which specifies the | Emanuele Giaquinta |
2007-07-08 | SSL: Fix assertion failures when net_connect_ip() detects | Jilles Tjoelker |
2007-07-08 | Fix crash when SSL-connecting to something which closes | Jilles Tjoelker |
2007-06-16 | Document -window option of join command. | Emanuele Giaquinta |
2007-06-14 | fix off by one error when extracting e.g. fe from fe_silc | Jochen Eisinger |
2007-06-10 | Removed special error==1 handling from net_gethosterror(). It wasn't used | Timo Sirainen |
2007-06-10 | When parsing a '@' option verify that the whole argument, rather than only the | Emanuele Giaquinta |
2007-05-31 | Rewrite SSL connection/handshake code. | Emanuele Giaquinta |
2007-05-30 | Apply patch from bug #202 (from "Irssi Fan"); when calling | Jilles Tjoelker |
2007-05-26 | Hide --session from --help output and remove its mention from the manual, | Emanuele Giaquinta |
2007-05-26 | Oops. | Emanuele Giaquinta |
2007-05-24 | Cleanup option handling. | Emanuele Giaquinta |