summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-12-08Add perl_signal_args_to_c() to convert signal parameters from Perl to C values,Emanuele Giaquinta
2008-12-08Fix NETSPLIT_SERVER_REC substitution in get-signals.pl, reported by Lukas Mai.Emanuele Giaquinta
2008-12-07Simplify, isalnum && !isdigit == isalpha.Emanuele Giaquinta
2008-12-07Simplify and remove dead code.Emanuele Giaquinta
2008-12-06Simplify and remove dead code, MAIN_WINDOW_TEXT_HEIGHT(rec) >= WINDOW_MIN_SIZEEmanuele Giaquinta
2008-12-06Always preserve the active mainwindow in mainwindows_resize_smaller,Emanuele Giaquinta
2008-12-06Fix leak introduced in r1855.Emanuele Giaquinta
2008-12-05Add a notice to src/perl/perl-signals-list.h that it is autogenerated.Jilles Tjoelker
2008-12-05Factor computation of fg/bg.Emanuele Giaquinta
2008-12-03Manually inline cell_width.Emanuele Giaquinta
2008-12-03Simplify.Emanuele Giaquinta
2008-12-02Recode outgoing irc quit messages.Emanuele Giaquinta
2008-12-02Fix r1569, assign a proper mask to PRINT_FLAG_UNSET_LINE_START.Emanuele Giaquinta
2008-12-01Aux-sort settings by key in settings_get_sorted.Emanuele Giaquinta
2008-12-01Factor the code to send an irc action into a function.Emanuele Giaquinta
2008-12-01Add function to set minimum/maximum size for a statusbar item.Emanuele Giaquinta
2008-12-01Add public header with interfaces to manage statusbar items, bug #535.Emanuele Giaquinta
2008-11-30Simplify statusbar_item_default_handler by merging update_statusbar_bg andEmanuele Giaquinta
2008-11-30Improve SSL error display.Jilles Tjoelker
2008-11-30Make needlessly global variable local where used.Emanuele Giaquinta
2008-11-30Do not check for fcntl.Emanuele Giaquinta
2008-11-29Revert r4924, the comment is correct after all.Jilles Tjoelker
2008-11-29Remove obsolete part of comment.Emanuele Giaquinta
2008-11-29Amend fix for bug #392, assume utf-8 encoding for an ascii string inEmanuele Giaquinta
2008-11-29Fix r4920 change.Emanuele Giaquinta
2008-11-28Factor code to check if a string is ascii only into a function.Emanuele Giaquinta
2008-11-28Allow /ban, /unban, /kickban, /knockout if channel is not synced.Jilles Tjoelker
2008-11-28Remove obsolete/wrong part of comment (irc server cmdcount).Jilles Tjoelker
2008-11-28Allow storing multiple "other" prefixes such as +q and +a.Jilles Tjoelker
2008-11-24Do not strip the comma in a mirc color if it is not followed by a digit, bugEmanuele Giaquinta
2008-11-23Remove apparently useless indirection through stub libtool libraryEmanuele Giaquinta
2008-11-18Move check on term_type outside of strlen_big5.Emanuele Giaquinta
2008-11-18Revert r4912.Emanuele Giaquinta
2008-11-16Do not call skip_target on a non irc server in irc 'own_public'Emanuele Giaquinta
2008-11-16Do not check in irc cmd_away that the active item server is an ircEmanuele Giaquinta
2008-11-16Simplify sending of the first pasted line.Emanuele Giaquinta
2008-11-15Handle indent in textbuffer_line2text. This fixes indentation in /lastlog and...Wouter Coekaerts
2008-11-15Handle bold/blink attributes like other attributes rather than mapping them toEmanuele Giaquinta
2008-11-12Simplify, use 'o' printf conversion specifier to print number in octal.Emanuele Giaquinta
2008-11-12Remove /wallchops, do not suggest other commands in /help wall.Jilles Tjoelker
2008-11-12Recode outgoing irc away messages, bug #412.Emanuele Giaquinta
2008-11-12Export server_send_away and use it in irc-servers-reconnect.c:sig_connectedEmanuele Giaquinta
2008-11-12Add perl __WARN__ handler for scripts, bug #427.Emanuele Giaquinta
2008-11-11Add Irssi::command_parse_options function to parse options for a command whichEmanuele Giaquinta
2008-11-10Remove get_utf8_char/utf16_char_to_utf8 in favour of glibEmanuele Giaquinta
2008-11-10recode.h include fixup.Emanuele Giaquinta
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