summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-04-05Cosmetics.Emanuele Giaquinta
2008-04-05Fix logic in recode_in:Emanuele Giaquinta
2008-04-04Change type of 'chr' argument in terminfo_repeat/term_addch to 'char'.Emanuele Giaquinta
2008-04-02Always use g_realloc rather than using g_malloc when the pointerEmanuele Giaquinta
2008-03-31Print warning messages to stderr rather than to stdout.Emanuele 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-30Use g_io_channel_unref rather than g_io_channel_close for fileEmanuele Giaquinta
2008-03-30Implement linebuf_find using memchr.Emanuele Giaquinta
2008-03-30Remove useless assignment.Emanuele Giaquinta
2008-03-29Move autorun_startup in fe-common-core.c and remove autorun.{c,h}.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-28Remove useless uses of replace_chars.Emanuele Giaquinta
2008-03-28Make strstr_full_case internal.Emanuele Giaquinta
2008-03-28Move selection of string searching function out of the loop by using aEmanuele 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-15Simplify recode target computation.Emanuele Giaquinta
2008-03-15Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2008-03-15Replace tab between else and opening brace with space.Emanuele Giaquinta
2008-03-15Remove silly macro.Emanuele Giaquinta
2008-03-15Remove trailing whitespace.Emanuele Giaquinta
2008-03-14Replace missed strncasecmp calls with g_ascii_strncasecmp.Emanuele Giaquinta
2008-03-14Honour -channels preference for ignore -replies, fix bug #227.Emanuele Giaquinta
2008-03-14Make /layout reset take effect immediately.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-14Do not check for standard C headers.Emanuele Giaquinta
2008-03-12After last change paste_entry includes the key before the oneEmanuele Giaquinta
2008-03-11Move lib-config typedefs in iconfig.h.Emanuele Giaquinta
2008-03-11Use struct name rather than typedef name in pointer declaration.Emanuele Giaquinta
2008-03-11Document config_node_set_str.Emanuele Giaquinta
2008-03-11Fix typos.Emanuele Giaquinta
2008-03-11Keep documentation for public api only in headers to avoid duplication.Emanuele Giaquinta
2008-03-10Remove unused macros.Emanuele Giaquinta
2008-03-10Disable versioning for the proxy module, patch by darix.Emanuele Giaquinta
2008-03-10Make line_add_colors part of the textbuffer api.Emanuele Giaquinta
2008-03-10Make a copy of the entry buffer only when a paste begins rather thanEmanuele Giaquinta
2008-03-09Do not buffer keys when waiting for paste confirmation.Emanuele Giaquinta
2008-03-09Simplify history handling in key_send_line.Emanuele Giaquinta
2008-03-09Rename variable.Emanuele Giaquinta
2008-03-09Replace usage of get_utf8_char with g_utf8_get_char_validated andEmanuele Giaquinta
2008-03-09Replace usage of get_utf8_char with g_utf8_get_char_validated.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-09Fix indentation.Emanuele Giaquinta
2008-03-09Use GIOChannel API to read a file linewise.Emanuele Giaquinta