Age | Commit message (Expand) | Author |
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 | User mode changes weren't visible. | Timo Sirainen |
2001-12-11 | Fixed a memory leak + some cleanups | 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-10 | 307 line is used for /USERIP in undernet. Also changed some other alternative | 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 | Support for OPN's channel forwarding. | Timo Sirainen |
2001-12-09 | Regexp-ignores weren't compiled at startup - thanks to Manoj Kasichainula | Timo Sirainen |
2001-12-09 | Still some window closing bugs/crashes. | Timo Sirainen |
2001-12-09 | fixed wrong hash key lengths, patch by peder@ifi.uio.no | Timo Sirainen |
2001-12-08 | /IGNORE list: Show the -pattern and also show if the regexp is invalid. | Timo Sirainen |
2001-12-08 | Fixed server_redirect_peek_signal() to compile again. | Timo Sirainen |
2001-12-07 | server_redirect_peek_signal() now contains int *redirected parameter which | Timo Sirainen |
2001-12-07 | Small focus bugfix when closing a split window. | Timo Sirainen |
2001-12-07 | Fixed some problems with mainwindow resizing not affecting the subwindows. | Timo Sirainen |
2001-12-07 | /SET hide_mirc_colors - patch by paul@raade.org | 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 | "redirect first" and "redirect last" events can be used with | Timo Sirainen |
2001-12-07 | Still ban exception / invite list removes. | Timo Sirainen |
2001-12-07 | $!xx! history search didn't work because history_func() got also the | Timo Sirainen |
2001-12-07 | Added support for 326 and 327 whois numerics in OPN. | Timo Sirainen |
2001-12-07 | Send NICK change before 001 request so that ircII also knows our real nick. | Timo Sirainen |
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 |