Age | Commit message (Expand) | Author |
2001-12-07 | Several fixes to work better with non-irssi clients, also fixed a potential | Timo Sirainen |
2001-12-07 | Fixed 2 small memory leaks. | Timo Sirainen |
2001-12-07 | parameters types for timeout_add() and input_add() changed from void* to SV* | Timo Sirainen |
2001-12-07 | Removed g_free(package) that wasn't supposed to be there. | Timo Sirainen |
2001-12-06 | /IRCNET ADD -usermode option added. | Timo Sirainen |
2001-12-06 | On nick collision kills, reconnect back immediately. On any other type of | Timo Sirainen |
2001-12-06 | /UPGRADE broke reconnections to server. | Timo Sirainen |
2001-12-06 | Treat all WHOIS requests as remote. | Timo Sirainen |
2001-12-06 | Added some max_*_in_cmd + some more stuff to Irssi::Irc::Server record. | Timo Sirainen |
2001-12-06 | $winref and $winname shouldn't crash if there's no active window. | Timo Sirainen |
2001-12-06 | Irssi::signal_add() accepts now a hash, so you can do eg. signal_add('sig1' | Timo Sirainen |
2001-12-06 | Irssi::signal_add(), Irssi::timeout_add(), Irssi::input_add() and their | Timo Sirainen |
2001-12-06 | Allow sending USER before NICK when logging in. | Timo Sirainen |
2001-12-04 | added signal_get_emitted() and signal_get_emitted_id() | Timo Sirainen |
2001-12-04 | Never print the last character in screen, this may break some terminals (cygw... | Timo Sirainen |
2001-12-04 | Don't match nicks in -nick hilights. | Timo Sirainen |
2001-12-03 | MAX_FAILURE_COUNT was used off-by-one (ie. 1 meant actually 0..) | Timo Sirainen |
2001-12-03 | Irssi::UI::Window's data_level and hilight_color contained wrong hash | Timo Sirainen |
2001-12-03 | "channel wholist" still wasn't sent at proper times. | Timo Sirainen |
2001-12-03 | "channel wholist" was sent to channels that hadn't received /WHO list yet. | Timo Sirainen |
2001-12-03 | Fixed a memory leak and a crash when notifylist_check_join() was called with ... | Timo Sirainen |
2001-12-03 | Show @#channel notices as regular notices again. Don't hilight it or @#channe... | Timo Sirainen |
2001-12-03 | added a few asserts to make sure we don't mess up if IDs go above 16bit | Timo Sirainen |
2001-12-03 | Added processes to be extern instead of static. Also added Irssi::processes() | Timo Sirainen |
2001-12-03 | a bit more proper initializing of Irssi package.. | Timo Sirainen |
2001-12-03 | add the "gui exit" with signal_add_last() so it can be aborted while still ru... | Timo Sirainen |
2001-12-03 | removed unused variable | Timo Sirainen |
2001-12-01 | Don't fail the remote redirections either until MAX_FAILURE_COUNT | Timo Sirainen |
2001-12-01 | /UPGRADE shouldn't begin server reconnections in old client. | Timo Sirainen |
2001-12-01 | Only use registered start events to begin a server redirection - not those | Timo Sirainen |
2001-12-01 | Disable lag detection in servers that don't understand PING command (yes, | Timo Sirainen |
2001-12-01 | Added ~/.irssi/scripts and PREFIX/lib/irssi/scripts to default @INC path | Timo Sirainen |
2001-12-01 | snprintf() -> g_snprintf() | Timo Sirainen |
2001-11-30 | Removed settings_add_bool(.., "join_auto_chans_on_invite", ..) here, it's | Timo Sirainen |
2001-11-29 | Make sure the more-statusbar item doesn't crash if there's no active window. | Timo Sirainen |
2001-11-29 | /WALLCHOPS are now printed to screen. Receiving notices for @#channel | Timo Sirainen |
2001-11-29 | irssi --help printed --password=SERVER option, changed to | Timo Sirainen |
2001-11-29 | Allow using Irssi::signal_add('command ...', ..) so irssi won't crash when | Timo Sirainen |
2001-11-29 | command_unbind() - don't crash if trying to unbind a command not registered | Timo Sirainen |
2001-11-29 | /QUOTE and /RAWQUOTE shouldn't work until connect() to server is finished. | Timo Sirainen |
2001-11-29 | When /SET colors is OFF, irssi displays all non-default background colors as ... | Timo Sirainen |
2001-11-28 | Added Irssi::Irc::get_mask() and Irssi::Irc::MASK_* | Timo Sirainen |
2001-11-28 | /QUERY without a parameter but with options (eg. /alias query query -window) | Timo Sirainen |
2001-11-28 | /EXEC -interactive was broken. | Timo Sirainen |
2001-11-28 | "event 378" is also used to end /MAP in OPN. | Timo Sirainen |
2001-11-28 | g_free_not_null() is now equal to g_free() - didn't notice before this was | Timo Sirainen |
2001-11-27 | max number of parameters for printformat() was calculated wrong. | Timo Sirainen |
2001-11-27 | didn't work properly with scripts calling Irssi::printformat() | Timo Sirainen |
2001-11-27 | default level for /EXEC should be CLIENTCRAP, not CLIENTNOTICE. | Timo Sirainen |
2001-11-27 | /SET term_force_colors was broken. | Timo Sirainen |