summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-03-04Remove long unmaintained botnet module.Emanuele Giaquinta
2008-03-04Replace g_strdup+g_str{up,down} with g_ascii_str{up,down}.Emanuele 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-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-16Rename config.h to irssi-config.h to avoid collisions.Emanuele Giaquinta
2008-02-15Fix argument name in declaration.Emanuele Giaquinta
2008-02-05Remove unneeded includes.Emanuele Giaquinta
2008-02-05Remove check for ancient default.theme.Emanuele Giaquinta
2008-02-05Remove support for perl 5.004 and older.Emanuele Giaquinta
2008-02-04Remove trailing whitespace.Emanuele Giaquinta
2008-02-04Fix deps.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-02Remove unneeded include.Emanuele Giaquinta
2008-02-02Fix indentation.Emanuele Giaquinta
2008-02-02Remove term-curses.h (was added for cuix).Emanuele Giaquinta
2008-02-01Reset colors and attributes on newline.Emanuele Giaquinta
2008-01-28Properly initialize and reset last_{fg,bg}.Emanuele Giaquinta
2008-01-25Do not export iopt_tables pointer.Emanuele Giaquinta
2008-01-25Update the terminfo backend to query the 'colors' capability and support moreEmanuele Giaquinta
2008-01-24Do not assume that bit 0x80 enables blink, rather call set_blink whenEmanuele Giaquinta
2008-01-24Add function to set blink to the terminfo backend.Emanuele Giaquinta
2008-01-24Remove empty function.Emanuele Giaquinta
2008-01-21Remove undocumented /RAWQUOTE command.Emanuele Giaquinta
2008-01-21Reindent.Emanuele Giaquinta
2008-01-21Simplify.Emanuele Giaquinta
2008-01-21Remove .cvsignore files.Emanuele Giaquinta
2008-01-21Remove unneeded resets of paste_keycount (check_pasting will reset itEmanuele Giaquinta
2008-01-21Move code to insert paste prompt into its own function.Emanuele Giaquinta
2007-12-23Apply -usermode before -autosendcmd.Jilles Tjoelker
2007-12-12Revert r2471, having the erase commands clear the cutbuffer when theEmanuele Giaquinta
2007-12-09Simplify is_valid_charset by just checking with g_iconv_open that theEmanuele Giaquinta
2007-12-09Add 'active' tag for active logs in /log output.Emanuele Giaquinta
2007-12-05Simplify itemcmp.Emanuele Giaquinta
2007-12-05Remove gettext leftover.Emanuele Giaquinta
2007-12-05Reindent.Emanuele Giaquinta
2007-12-05Fix typo.Emanuele Giaquinta
2007-11-20Remove unneeded casts.Emanuele Giaquinta
2007-11-19Fix last change.Emanuele Giaquinta
2007-11-18autolog: do not create *.log, send it to <your nick>.log insteadJilles Tjoelker
2007-11-18Pass through (redirect) WHOWAS reply to proxy clients.Jilles Tjoelker
2007-11-17Saner fix for bug #35.Emanuele Giaquinta
2007-11-17Reload the layout after saving it, fix bug #35.Emanuele Giaquinta
2007-11-17Do not allow /ping by itself to ctcp ping a channel.Jilles Tjoelker
2007-11-16Fix grammar errors, patch by Mikael Magnusson.Emanuele Giaquinta
2007-11-14Rework redirections to deal with multiple concurrent redirects better.Jilles Tjoelker