Age | Commit message (Expand) | Author |
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 |
2001-11-25 | Irssi::printformat() doesn't crash anymore if you try to use unregistered | Timo Sirainen |
2001-11-25 | Added printtext_string_window(), Irssi::UI::Window::print() uses it also | Timo Sirainen |
2001-11-25 | Irssi::Window::command() should make the specified window active_win | Timo Sirainen |
2001-11-24 | Irssi::printformat() crashed if the registered format contained $0- etc. | Timo Sirainen |
2001-11-19 | perl_command() - just a small sanity check that we're not sending empty | Timo Sirainen |
2001-11-19 | Settings of perl scripts are now stored in "perl/core/scripts" instead of | Timo Sirainen |
2001-11-19 | Irssi::Irc::Dcc::* is now correctly blessed instead of using Irssi::Irc::Dcc | Timo Sirainen |
2001-11-19 | Chat protocol ID was assumed to be 8bit or less, this may not be so since | Timo Sirainen |
2001-11-18 | Added ctcp_register() and ctcp_unregister() for registering CTCP commands. | Timo Sirainen |
2001-11-18 | Irssi::Server::print()'s level parameter wasn't optional like in other | Timo Sirainen |
2001-11-18 | Irssi::Chatnet can now be accessed from perl. | Timo Sirainen |
2001-11-18 | Added Irssi::chatnets() and chatnet_find() | Timo Sirainen |
2001-11-18 | /SCRIPT UNLOAD didn't destroy the perl package from memory. Also the scripts | Timo Sirainen |
2001-11-17 | "error loading script" -> "error in script" because it can be printed at any | Timo Sirainen |
2001-11-17 | Didn't I already commit these? .. added format_get_text(), | Timo Sirainen |
2001-11-17 | added ui/Formats.xs to EXTRA_DIST | Timo Sirainen |
2001-11-17 | Added support for "optional events" in redirection. They're checked right | Timo Sirainen |
2001-11-16 | Fixed a few memory leaks | Timo Sirainen |
2001-11-16 | Added Irssi::version() for returning the IRSSI_VERSION_DATE, fixed get_irssi_... | Timo Sirainen |
2001-11-16 | "setup reread" signal now sends the config file as parameter. Added | Timo Sirainen |
2001-11-15 | redirect_event() didn't give the correct parameter to event_hash2list(). | Timo Sirainen |