Age | Commit message (Expand) | Author |
2008-08-25 | Ignore DNS not found errors when considering reconnect. | Jilles Tjoelker |
2008-08-02 | Revert recode changes r4483 and r4715. | Emanuele Giaquinta |
2008-06-10 | Cache charset related data rather than computing it everytime recode_{in,out} | Emanuele Giaquinta |
2008-05-24 | Read more bytes at a time from servers. | Jilles Tjoelker |
2008-05-22 | Extend net_sendbuffer by adding a LINEBUF_REC member and a net_sendbuffer_rec... | Emanuele Giaquinta |
2008-05-22 | Allow increasing the send buffer to 1MB/connection, and warn if that is excee... | Jilles Tjoelker |
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 |