Age | Commit message (Expand) | Author |
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 |
2001-03-15 | minor cleanup | Timo Sirainen |
2001-03-15 | when some statusbar item was forced to be removed because of lack of space, | Timo Sirainen |
2001-03-15 | Beginnings of configurable statusbar. The existing items can be configured | Timo Sirainen |
2001-03-15 | * level is now same as ALL | Timo Sirainen |
2001-03-14 | Reconnecting shouldn't lose the address family. | Timo Sirainen |
2001-03-14 | net_listen() works now properly with --enable-ipv6 and a system that doesn't | Timo Sirainen |
2001-03-12 | %n+bg color change doesn't anymore set foreground black. changed theme's | Timo Sirainen |
2001-03-12 | added format_real_length() | Timo Sirainen |
2001-03-12 | Statusbar rewrites. Colors are currently not configurable at all, but other | Timo Sirainen |
2001-03-11 | make distclean works now properly for common/ and irc/ directories (by tko) | Timo Sirainen |
2001-03-10 | buggy fix, fixed :) | Timo Sirainen |
2001-03-10 | nick_hash_remove(): GLIB didn't change the hash table key like I thought, so | Timo Sirainen |