Age | Commit message (Expand) | Author |
2001-05-01 | --with-big5 enables Chinese Big5 charset support. Patch by vanilla@freebsd.org | Timo Sirainen |
2001-04-25 | "ban ..." signals didn't send channel info | Timo Sirainen |
2001-04-22 | /SET indent_always - should we indent the long words that are forcibly | Timo Sirainen |
2001-04-20 | CTCP version reply has now $sysarch by default | Timo Sirainen |
2001-04-20 | added $sysarch | Timo Sirainen |
2001-04-20 | Added TEXT_DEST_REC to perl, fixed "print text..." signal declarations. | Timo Sirainen |
2001-04-20 | Irssi::printformat() didn't work | Timo Sirainen |
2001-04-20 | potential crash fix.. | Timo Sirainen |
2001-04-16 | added/removed some checks | Timo Sirainen |
2001-04-16 | split windows were broken. added some checks to textbuffer. | Timo Sirainen |
2001-04-14 | resize fixes | Timo Sirainen |
2001-04-14 | some resize problems fixed | Timo Sirainen |
2001-04-14 | related changes to textbuffer update.. | Timo Sirainen |
2001-04-14 | bugfixes for multiple windows support :) | Timo Sirainen |
2001-04-14 | Rewrote text buffer handling in windows - try #3. | Timo Sirainen |
2001-04-09 | ']' missing from /SET syntax | Timo Sirainen |
2001-04-01 | removed unused colors | Timo Sirainen |
2001-04-01 | gui_window_line2text(): don't keep track of colors - if fg or bg doesn't | Timo Sirainen |
2001-04-01 | removed some unused includes | Timo Sirainen |
2001-03-31 | fixed commented out module_load() | Timo Sirainen |
2001-03-29 | http://irssi.org -> http://irssi.org/ | Timo Sirainen |
2001-03-28 | log->temp -> !log->temp .. closed non-autologs instead of autologs.. | Timo Sirainen |
2001-03-28 | module_get_name() should be inside #ifdef HAVE_GMODULE | Timo Sirainen |
2001-03-26 | When closing autologs, don't crash if some other temporary log is open, like | Timo Sirainen |
2001-03-24 | don't crash with themes without replaces block. don't crash with themes with | Timo Sirainen |
2001-03-24 | fixes, hopefully works correctly finally :) patch by fuchs. | Timo Sirainen |
2001-03-24 | ignore_check(): don't crash if nick is NULL - shouldn't really ever happen? | Timo Sirainen |
2001-03-21 | Parting channels and disconnecting from servers didn't close the autologs. | Timo Sirainen |
2001-03-20 | added /SET proxy_password | Timo Sirainen |
2001-03-20 | dcc_autoget_lowports -> dcc_autoaccept_lowports since dcc chat uses it too | Timo Sirainen |
2001-03-20 | Send notify out messages with HILIGHT level too. | Timo Sirainen |
2001-03-18 | /RAWQUOTE: like /QUOTE, but don't add line feed after the command, and don't | Timo Sirainen |
2001-03-18 | moved stuff from net-internal.h to network.h. HPUX needed one of the | Timo Sirainen |
2001-03-17 | /HILIGHT -full didn't work, and -word was treated as -word + -full. Updated | Timo Sirainen |
2001-03-17 | fixed small hilight memory leak | Timo Sirainen |
2001-03-17 | %F = blinking on/off. several fixes to make blinking work better. some | Timo Sirainen |
2001-03-17 | Hilighting updates. /HILIGHT -color, /SET hilight_color and /SET | Timo Sirainen |
2001-03-17 | Added some debug messages.. | Timo Sirainen |
2001-03-16 | Irssi now asks if you want to remove unknown settings from configuration | Timo Sirainen |
2001-03-16 | emphasis works with actions now | Timo Sirainen |
2001-03-16 | quit_message setting moved from irc to core | Timo Sirainen |
2001-03-15 | Text buffer: Saving pointer to char[] didn't work correctly with | Timo Sirainen |
2001-03-15 | /WINDOW CLOSE [<first> [<last>] - you can close multiple windows once now. | Timo Sirainen |
2001-03-15 | server_connect_own_ip_save(): fixed some nasty typos that could have | Timo Sirainen |
2001-03-15 | /NICK could have changed nick to some other nick than we specified | Timo Sirainen |
2001-03-15 | ^O reset only colors, not underlines etc. | Timo Sirainen |
2001-03-15 | bugfix | Timo Sirainen |
2001-03-15 | if $(MAKE) crap -> ($(MAKE) || $(MAKE)), a lot better :) | Timo Sirainen |
2001-03-15 | if ! $(MAKE) -> if $(MAKE); then echo; else | Timo Sirainen |
2001-03-15 | signal_add_first("setup changed", .. so if some other "setup changed" | Timo Sirainen |