summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-05-18Use CASEMAPPING dependent comparison to match channel names.Emanuele Giaquinta
2007-05-18Fix irc_nickcmp_ascii by mapping only ASCII 65-90 to the correspondingEmanuele Giaquinta
2007-05-18Use rfc1459 comparison for nicks by default (it is not a functional changeEmanuele Giaquinta
2007-05-14Remove code duplication.Emanuele Giaquinta
2007-05-12Update chanop flag before emitting nick mode changed signal (patch by Johan K...Wouter Coekaerts
2007-05-10Allow logging of lines with no target only to logs with no items or with aEmanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2007-05-06Do not call iconfig_get_str when target is NULL.Emanuele Giaquinta
2007-05-06Do not recode the channel name used as target for the recoding ofEmanuele Giaquinta
2007-05-06Off-by-one in parsing the channel name.Emanuele Giaquinta
2007-05-05Move input recoding in irc_server_event.Emanuele Giaquinta
2007-05-03Revert, do not use IS_PRINTABLE in reverse_controls.Emanuele Giaquinta
2007-05-03Add common IS_PRINTABLE macro.Emanuele Giaquinta
2007-05-03Remove broken code that prevents unloading of a script in some cases.Emanuele Giaquinta
2007-04-29Use dynamic storage for return value of channel_get_nickmode.Emanuele Giaquinta
2007-04-29Factor out code from set_print into a function to get a printableEmanuele Giaquinta
2007-04-29Slightly optimize activity_hide_targets matching.Emanuele Giaquinta
2007-04-28Do not send hostname to server, rather use username as the secondEmanuele Giaquinta
2007-04-28Increment paste_keycount when the key before the one that starts aEmanuele Giaquinta
2007-04-28Ignore empty lines when pasting.Emanuele Giaquinta
2007-04-28When sending a line as non-pasted reset also paste_entry, bug #405.Emanuele Giaquinta
2007-04-25Remove useless function.Emanuele Giaquinta
2007-04-25Fix DCC get when file size is 0, bug #494.Emanuele Giaquinta
2007-04-23Add workaround for gcc 4.0.0/4.0.1, bug #219.Emanuele Giaquinta
2007-04-19Fix typos.Emanuele Giaquinta
2007-04-16revert last change. Already possible with /format -delete daychange (fixed in...Wouter Coekaerts
2007-04-16Hide daychange.Geert Hauwaerts
2007-04-16Properly initialize reference count for a new setting, bug #235.Emanuele Giaquinta
2007-04-14Reindent.Emanuele Giaquinta
2007-04-14Modify gui_entry_draw_from to clear to end of line only if it has notEmanuele Giaquinta
2007-04-14Revert r4352.Emanuele Giaquinta
2007-04-14Make completer for action/msg/query more self-contained by completing nicks inEmanuele Giaquinta
2007-04-09Local opers on IRCnet (umode +O) get the server->server_operator flag.Geert Hauwaerts
2007-04-07Only consider autolog logs when looking for an open log in autolog_open.Emanuele Giaquinta
2007-04-07Bind also CSI 1 ; 5 D to key cleft and CSI 1 ; 5 C to key cright.Emanuele Giaquinta
2007-04-07Allow logging of lines with no target to matching non autolog logs.Emanuele Giaquinta
2007-04-07Remove unused gettext code.Emanuele Giaquinta
2007-04-07Fix core_init definition.Emanuele Giaquinta
2007-04-05Forbid "window show" when the target window is sticky rather than when there isEmanuele Giaquinta
2007-03-12When removing a line from the view also unconditionally remove any bookmark forEmanuele Giaquinta
2007-03-12Remove superflous empty lines.Emanuele Giaquinta
2007-03-12Call signal_stop also when the completion list for the command options/parame...Emanuele Giaquinta
2007-02-25Add completion for /window goto.Emanuele Giaquinta
2007-02-25Do not print an empty line for "daychange" if the formatted string is empty.Emanuele Giaquinta
2007-02-20UTF-8 0x80-0x9f characters weren't treated as control chars as they should haveTimo Sirainen
2007-02-18Add crapbuster-like "scrollback levelclear" command.Emanuele Giaquinta
2007-02-17Generalize window_lastlog_clear in textbuffer_view_remove_lines_by_level.Emanuele Giaquinta
2007-02-14Fix format_real_length to return the correct length when the input stringEmanuele Giaquinta
2007-02-14Replace last occurrence of IRSSI_DIR_SHORT with get_irssi_dir() and remove it.Emanuele Giaquinta