Age | Commit message (Expand) | Author |
2002-02-01 | Removed some backwards compatibility code between CVS versions that broke | Timo Sirainen |
2002-01-29 | Forgot to commit utf8 change here. | Timo Sirainen |
2002-01-27 | Scripts using Irssi::printformat() might have crashed irssi, especially if | Timo Sirainen |
2002-01-27 | toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some | Timo Sirainen |
2002-01-23 | Tab-completion for /SCRIPT UNLOAD crashed irssi soon after | Timo Sirainen |
2002-01-22 | distclean -> distclean-generic so it'll be executed before clean-am which | Timo Sirainen |
2002-01-22 | Irssi::command_bind*() allows using hash. | Timo Sirainen |
2002-01-21 | Irssi::signal_add_first() and .._last() allows hashes now. | Timo Sirainen |
2002-01-21 | Added Irssi::term_refresh_freeze() and ..thaw() | Timo Sirainen |
2002-01-10 | g_strdup() the error message before emitting "script error" signal, since | Timo Sirainen |
2002-01-03 | command_bind_first() and command_bind_last() didn't work properly. | Timo Sirainen |
2002-01-03 | Irssi::signal_emit() - make sure the parameter is a reference before trying | Timo Sirainen |
2001-12-27 | Irssi::version() should return the time always with 4 digits, padded with | Timo Sirainen |
2001-12-20 | Added command history groups, set them with /WINDOW HISTORY. Patch by peder@i... | Timo Sirainen |
2001-12-15 | Still more version changes .. Irssi::version() now returns the version in | Timo Sirainen |
2001-12-15 | Added $versiontime and Irssi::version_time() | Timo Sirainen |
2001-12-15 | Irssi::ignores() wasn't working, it looked at the server list.. | Timo Sirainen |
2001-12-15 | IRSSI_VERSION_DATE is now a number, so you can do #iffing with it | Timo Sirainen |
2001-12-14 | perl_timeout_add() didn't add the script pointer to the source record, so | Timo Sirainen |
2001-12-14 | Added reference counting to server record. At least now we don't accidentally | Timo Sirainen |
2001-12-11 | I always forget Perl 5.004 doesn't have PL_na .. so, now I've declared for | Timo Sirainen |
2001-12-11 | Added Irssi::settings_add_...(), patch by peder@ifi.uio.no | Timo Sirainen |
2001-12-10 | Netsplit saved the NICK_REC, but didn't save the dynamically allocated strings | Timo Sirainen |
2001-12-10 | Allow exporting symbols, patch by juerd@juerd.nl | Timo Sirainen |
2001-12-10 | Moved Irssi::command(), Irssi::Server::command() and Irssi::Windowitem::comma... | Timo Sirainen |
2001-12-09 | Added Irssi::command_set_options() | Timo Sirainen |
2001-12-09 | Better support for halfops, patch by yathen@web.de | Timo Sirainen |
2001-12-09 | fixed wrong hash key lengths, patch by peder@ifi.uio.no | Timo Sirainen |
2001-12-08 | Fixed server_redirect_peek_signal() to compile again. | Timo Sirainen |
2001-12-07 | Removed Irssi::require_version(), we'll use "use Irssi 20011207;" style now. | Timo Sirainen |
2001-12-07 | Added Irssi::require_version() | Timo Sirainen |
2001-12-07 | Added support for 326 and 327 whois numerics in OPN. | 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 | /UPGRADE broke reconnections to server. | Timo Sirainen |
2001-12-06 | Added some max_*_in_cmd + some more stuff to Irssi::Irc::Server record. | 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-04 | added signal_get_emitted() and signal_get_emitted_id() | Timo Sirainen |
2001-12-03 | Irssi::UI::Window's data_level and hilight_color contained wrong hash | 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 | removed unused variable | Timo Sirainen |
2001-12-01 | Added ~/.irssi/scripts and PREFIX/lib/irssi/scripts to default @INC path | Timo Sirainen |
2001-11-29 | Allow using Irssi::signal_add('command ...', ..) so irssi won't crash when | Timo Sirainen |
2001-11-28 | Added Irssi::Irc::get_mask() and Irssi::Irc::MASK_* | Timo Sirainen |
2001-11-27 | max number of parameters for printformat() was calculated wrong. | Timo Sirainen |
2001-11-25 | printformat_perl() crashfix was buggy :) | Timo Sirainen |
2001-11-25 | /SCRIPT LOAD modifies the script name so that all non-alphanumeric | Timo Sirainen |