summaryrefslogtreecommitdiff
path: root/src/fe-common
AgeCommit message (Expand)Author
2008-11-09Emit message irc own_{action,notice,wall} and message dcc own{,_action} withEmanuele Giaquinta
2008-11-09Move recoding of outgoing messages into irc send_message routine. Handlers forEmanuele Giaquinta
2008-11-09Move recoding of incoming quit messages to irc 'event quit' handler.Emanuele Giaquinta
2008-11-09Revert part of r4041. It is not clear which bug it is supposed to fix, and theEmanuele Giaquinta
2008-11-04Recode an incoming quit message once with a nick charset preference rather thanEmanuele Giaquinta
2008-10-28Also display 407 numerics that are not "duplicate channel".Jilles Tjoelker
2008-08-02Revert recode changes r4483 and r4715.Emanuele Giaquinta
2008-08-01Set null encoding for file channels.Emanuele Giaquinta
2008-06-10Cache charset related data rather than computing it everytime recode_{in,out}Emanuele Giaquinta
2008-06-06Pass NULL to settings_set_str to reset term_charset to its defaultEmanuele Giaquinta
2008-06-06Remove kludge and add the 'setup changed' handler with higher priorityEmanuele Giaquinta
2008-06-04Fix /set hilight_level not taking effect immediately (bug #598). Patch by exg.Wouter Coekaerts
2008-05-31Simplify, append directly to GString rather than allocating aEmanuele Giaquinta
2008-05-23Fix minor leak.Emanuele Giaquinta
2008-05-23Fix leaks.Emanuele Giaquinta
2008-05-23Do nothing in word_complete if erase is true and we are not continuingEmanuele Giaquinta
2008-05-23Fix command description.Emanuele Giaquinta
2008-05-19Remove some global variables used to store settings values, instead get theEmanuele Giaquinta
2008-05-19Add 'list' option to bind command to list all the available commands and removeEmanuele Giaquinta
2008-05-17Add 'word_completion_backward' command to scroll backwards in the completionEmanuele Giaquinta
2008-05-17Pass NULL to settings_set_str to reset recode_fallback to its defaultEmanuele Giaquinta
2008-05-16Stop the 'complete word' signal in the default completer when theEmanuele Giaquinta
2008-05-15Complete server tags for /window server.Emanuele Giaquinta
2008-05-14Use g_get_charset to retrieve the locale codeset.Emanuele Giaquinta
2008-05-14Remove theme format and signal doc for no more notify idle code.Emanuele Giaquinta
2008-05-13Remove note about the need to restart irssi in windows_layout_savedEmanuele Giaquinta
2008-05-12Update notify_list theme format for idle option removal.Emanuele Giaquinta
2008-04-28Make some functions static.Emanuele Giaquinta
2008-04-28Make some variables static.Emanuele Giaquinta
2008-04-05Restore the behaviour of active_window to go to the window with most recent a...Emanuele Giaquinta
2008-03-30Use g_io_channel_unref rather than g_io_channel_close for fileEmanuele Giaquinta
2008-03-29Move autorun_startup in fe-common-core.c and remove autorun.{c,h}.Emanuele Giaquinta
2008-03-28Remove useless uses of replace_chars.Emanuele 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-14Make /layout reset take effect immediately.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
2008-03-04Replace g_strdup+g_str{up,down} with g_ascii_str{up,down}.Emanuele Giaquinta
2008-03-02Use g_strchomp to remove trailing whitespace.Emanuele Giaquinta
2008-02-20Show setter/time in +I lists, if sent by the server.Jilles Tjoelker
2008-02-16Move output recoding in irc_send_cmd_full.Emanuele Giaquinta
2008-02-15Fix argument name in declaration.Emanuele Giaquinta
2008-02-03Remove popt and use glib GOption commandline option parserEmanuele Giaquinta
2008-02-02Remove broken by design /set translation.Emanuele Giaquinta
2008-02-01Reset colors and attributes on newline.Emanuele Giaquinta
2008-01-21Remove .cvsignore files.Emanuele Giaquinta