Age | Commit message (Expand) | Author |
2001-08-05 | /MSG * in empty window now prints "not joined" error | Timo Sirainen |
2001-07-29 | Signals weren't removed correctly. | Timo Sirainen |
2001-07-29 | Fixed /RELOAD crashing without parameters. | Timo Sirainen |
2001-07-26 | added destroy() function to WI_ITEM_REC. This fixes a potential crash when | Timo Sirainen |
2001-07-25 | fixed using already free'd memory. | Timo Sirainen |
2001-07-16 | command_runsub() - ignore multiple spaces between /COMMAND SUBCOMMAND | Timo Sirainen |
2001-07-16 | --home, --config parameters now expand relative paths to absolute at startup. | Timo Sirainen |
2001-07-15 | New /IGNOREs weren't immediately effective for nicks in channel. Some small | Timo Sirainen |
2001-07-15 | Moved awaylog to core. | Timo Sirainen |
2001-07-15 | Another /FOREACH update - it only goes through the current | Timo Sirainen |
2001-07-15 | Added --home and --config command line parameters to irssi to specify | Timo Sirainen |
2001-07-14 | /FOREACH won't crash now if the command removes the item being accessed | Timo Sirainen |
2001-07-14 | "gui dialog" signals can now be safely emitted before the GUI is initialized | Timo Sirainen |
2001-07-13 | uname() returns non-negative if successful, not necessarily 0. | Timo Sirainen |
2001-07-05 | Moved location of config, theme and doc files. Added debian dir for building ... | Timo Sirainen |
2001-06-27 | Using different ports in one server for different chat networks didn't work | Timo Sirainen |
2001-06-26 | "log rotate" -> "log rotated" | Timo Sirainen |
2001-06-26 | special-vars: added flag PARSE_FLAG_ESCAPE_THEME to escape { and } chars | Timo Sirainen |
2001-06-26 | moved "log rotate" after the logging was stopped. | Timo Sirainen |
2001-06-26 | "log rotate" signal added | Timo Sirainen |
2001-06-11 | get_max_column_count() didn't work properly if items had wider items than | Timo Sirainen |
2001-06-10 | Getting optional channel parameter was buggy - it used already free'd memory | Timo Sirainen |
2001-06-08 | Try to keep the number after server tag always the same when there's | Timo Sirainen |
2001-06-04 | /LOAD: when using '.' character in module name irssi printed glib error | Timo Sirainen |
2001-06-01 | moved /SET ignore_signals to core. | Timo Sirainen |
2001-05-21 | get_max_column_count() didn't return correct value in save_column_widths | Timo Sirainen |
2001-05-17 | Getting rid of gettext, moved some _(..) texts to themes and left some error | Timo Sirainen |
2001-05-17 | some comment changes, moved nearest_power() to misc.h | Timo Sirainen |
2001-05-11 | cmd_get_params() crashed in some conditions | Timo Sirainen |
2001-05-11 | CHANNEL_REC->get_join_data() - Returns the information needed to call | Timo Sirainen |
2001-05-11 | Moved PARAM_FLAG_OPTCHAN handling to core. Removed support for adding own | Timo Sirainen |
2001-04-20 | added $sysarch | Timo Sirainen |
2001-03-28 | module_get_name() should be inside #ifdef HAVE_GMODULE | Timo Sirainen |
2001-03-24 | ignore_check(): don't crash if nick is NULL - shouldn't really ever happen? | Timo Sirainen |
2001-03-20 | added /SET proxy_password | Timo Sirainen |
2001-03-18 | moved stuff from net-internal.h to network.h. HPUX needed one of the | 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-16 | Irssi now asks if you want to remove unknown settings from configuration | Timo Sirainen |
2001-03-16 | quit_message setting moved from irc to core | Timo Sirainen |
2001-03-15 | server_connect_own_ip_save(): fixed some nasty typos that could have | Timo Sirainen |
2001-03-15 | signal_add_first("setup changed", .. so if some other "setup changed" | 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-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 |
2001-03-08 | /CONNECT -ircnet didn't load ircnet specific settings correctly | Timo Sirainen |
2001-03-07 | If one server fails because of DNS error, don't stop reconnecting to | Timo Sirainen |
2001-03-07 | removing second last unique nick didn't work properly | Timo Sirainen |