Age | Commit message (Expand) | Author |
2009-02-10 | Prefer g_path_get_dirname() over g_dirname(). | Alexander Færøy |
2009-02-08 | Code Cleanup: | Alexander Færøy |
2009-02-08 | Code Cleanup: | Alexander Færøy |
2009-01-20 | Fix 'defination' typo. | Emanuele Giaquinta |
2008-12-30 | Rewrite pidwait using g_child_watch_add. | Emanuele Giaquinta |
2008-12-22 | Remove useless net-sendbuffer init/deinit functions. | Emanuele Giaquinta |
2008-12-22 | Remove buffers GSList, it is unused since r1023. | Emanuele Giaquinta |
2008-12-01 | Aux-sort settings by key in settings_get_sorted. | Emanuele Giaquinta |
2008-11-30 | Improve SSL error display. | Jilles Tjoelker |
2008-11-30 | Make needlessly global variable local where used. | Emanuele Giaquinta |
2008-11-30 | Do not check for fcntl. | Emanuele Giaquinta |
2008-11-29 | Amend fix for bug #392, assume utf-8 encoding for an ascii string in | Emanuele Giaquinta |
2008-11-28 | Factor code to check if a string is ascii only into a function. | Emanuele Giaquinta |
2008-11-28 | Allow storing multiple "other" prefixes such as +q and +a. | Jilles Tjoelker |
2008-11-10 | recode.h include fixup. | Emanuele Giaquinta |
2008-11-09 | Move recoding of outgoing messages into irc send_message routine. Handlers for | Emanuele Giaquinta |
2008-11-02 | When returning G_IO_STATUS_ERROR in irssi_ssl_{read,write} create a GError with | Emanuele Giaquinta |
2008-11-02 | Cleanup error handling in irssi_ssl_{read,write}. Return G_IO_STATUS_AGAIN if | Emanuele Giaquinta |
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 |