summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2008-11-02When returning G_IO_STATUS_ERROR in irssi_ssl_{read,write} create a GError withEmanuele Giaquinta
2008-11-02Cleanup error handling in irssi_ssl_{read,write}. Return G_IO_STATUS_AGAIN ifEmanuele Giaquinta
2008-08-25Ignore DNS not found errors when considering reconnect.Jilles Tjoelker
2008-08-02Revert recode changes r4483 and r4715.Emanuele Giaquinta
2008-06-10Cache charset related data rather than computing it everytime recode_{in,out}Emanuele Giaquinta
2008-05-24Read more bytes at a time from servers.Jilles Tjoelker
2008-05-22Extend net_sendbuffer by adding a LINEBUF_REC member and a net_sendbuffer_rec...Emanuele Giaquinta
2008-05-22Allow increasing the send buffer to 1MB/connection, and warn if that is excee...Jilles Tjoelker
2008-04-28Make some variables static.Emanuele Giaquinta
2008-04-25Refactor code to create a watcher for an fd into a function.Emanuele Giaquinta
2008-04-08Factor strchr call.Emanuele Giaquinta
2008-04-05Partly revert r4796, it is not a bug but by design thatEmanuele Giaquinta
2008-04-05Cosmetics.Emanuele Giaquinta
2008-04-05Fix logic in recode_in:Emanuele Giaquinta
2008-04-02Always use g_realloc rather than using g_malloc when the pointerEmanuele Giaquinta
2008-03-30Set is_readable/is_writeable/use_buffer flags.Emanuele Giaquinta
2008-03-30Make irssi_ssl_{seek,close} call giochan->funcs->io_{seek,close}Emanuele Giaquinta
2008-03-30Implement linebuf_find using memchr.Emanuele Giaquinta
2008-03-30Remove useless assignment.Emanuele Giaquinta
2008-03-29Remove unneeded includes.Emanuele Giaquinta
2008-03-29Move net_disconnect_later declaration from network.h to net-disconnect.h.Emanuele Giaquinta
2008-03-28Use g_io_channel_seek_position in irssi_ssl_seek.Emanuele Giaquinta
2008-03-28Make strstr_full_case internal.Emanuele Giaquinta
2008-03-15Remove unused global use_ssl and ssl_* settings.Emanuele Giaquinta
2008-03-15Revert unrelated changes slipped in r4774.Emanuele Giaquinta
2008-03-15Fix typo.Emanuele Giaquinta
2008-03-15Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2008-03-14Honour -channels preference for ignore -replies, fix bug #227.Emanuele Giaquinta
2008-03-14Make ignore exceptions take precedence over ignores in all cases, as documented.Emanuele Giaquinta
2008-03-14Remove code duplication in ignore_check.Emanuele Giaquinta
2008-03-11Use struct name rather than typedef name in pointer declaration.Emanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2008-03-04Remove unneeded upcasing (level_get matching is case-insensitive).Emanuele Giaquinta
2008-03-03Group together declarations for string functions.Emanuele Giaquinta
2008-03-03Rename some variables.Emanuele Giaquinta
2008-02-16Move output recoding in irc_send_cmd_full.Emanuele Giaquinta
2008-02-04Remove trailing whitespace.Emanuele Giaquinta
2008-02-03Remove popt and use glib GOption commandline option parserEmanuele Giaquinta
2008-01-25Do not export iopt_tables pointer.Emanuele Giaquinta
2008-01-21Remove .cvsignore files.Emanuele Giaquinta
2007-12-09Simplify is_valid_charset by just checking with g_iconv_open that theEmanuele Giaquinta
2007-12-05Simplify itemcmp.Emanuele Giaquinta
2007-11-20Remove unneeded casts.Emanuele Giaquinta
2007-08-07Use autoconf PACKAGE_TARNAME/PACKAGE_VERSION macros rather than automakeEmanuele Giaquinta
2007-07-26Remove backward compatibility for very old options.Emanuele Giaquinta
2007-07-26Change 'actlist_moves' boolean to 'actlist_sort' string which specifies theEmanuele Giaquinta
2007-07-08SSL: Fix assertion failures when net_connect_ip() detectsJilles Tjoelker
2007-07-08Fix crash when SSL-connecting to something which closesJilles Tjoelker
2007-06-16Document -window option of join command.Emanuele Giaquinta