Age | Commit message (Expand) | Author |
2001-12-20 | And the final #include :) | Timo Sirainen |
2001-12-20 | Still some #include "servers.h"s .. | Timo Sirainen |
2001-12-20 | Added WINDOW_REC declaration to common.h, removed unneeded #include "servers.... | Timo Sirainen |
2001-12-19 | Never allow adding CR or LF characters to input line, they could mess up ever... | Timo Sirainen |
2001-12-19 | Hidden entry texts shouldn't have gone to command history.. | Timo Sirainen |
2001-12-17 | Since I accidentally already committed some of the detach-code, here's the | Timo Sirainen |
2001-12-17 | if window-specific history is off, the command that closed the window should | Timo Sirainen |
2001-12-17 | mode +d is now also treated as having argument (hybrid 7 / dancer realname ban) | Timo Sirainen |
2001-12-17 | irssi-dummy was still in Makefile | Timo Sirainen |
2001-12-17 | Separate irssi-dummy binary was a bit stupid idea, now it can be started with... | Timo Sirainen |
2001-12-17 | Added irssi-dummy binary which works like ircii's dummy mode. | Timo Sirainen |
2001-12-16 | /VERSION printed time wrong, hopefully the last version fix.. | Timo Sirainen |
2001-12-16 | Leading zeros didn't work well in IRSSI_VERSION_TIME. | Timo Sirainen |
2001-12-15 | Still more version changes .. Irssi::version() now returns the version in | Timo Sirainen |
2001-12-15 | Print IRSSI_VERSION_TIME in /VERSION too. | Timo Sirainen |
2001-12-15 | irssi --version now prints the IRSSI_VERSION_TIME as well | 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-15 | Better support for actions and CTCPs. | Timo Sirainen |
2001-12-14 | net_listen(): when socket() failed because we tried to use IPv6, we should | Timo Sirainen |
2001-12-14 | warning fixed | Timo Sirainen |
2001-12-14 | Redirections were broken if server_redirect_event() didn't list the stop | Timo Sirainen |
2001-12-14 | perl_timeout_add() didn't add the script pointer to the source record, so | Timo Sirainen |
2001-12-14 | Fixed some asserts. | Timo Sirainen |
2001-12-14 | Added reference counting to server record. At least now we don't accidentally | Timo Sirainen |
2001-12-14 | bugfix for previous fix :) | Timo Sirainen |
2001-12-14 | e/I/O/q mode changes shouldn't change the visible channel mode. | Timo Sirainen |
2001-12-11 | If window specific history was on and command changed a window, the command | 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 | 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 |