Age | Commit message (Expand) | Author |
2002-01-04 | removed (void) definition from libtool test, so it passes with non-ansi C com... | 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 |
2002-01-02 | server_disconnect() should do nothing if you call it twice, especially it | Timo Sirainen |
2001-12-31 | Accidentally had committed a debug thing. | Timo Sirainen |
2001-12-31 | Abort joins on 442-numeric that dalnet sends when you can't join to channel | Timo Sirainen |
2001-12-30 | s/redirection_register/redirect_register/ in example. | Timo Sirainen |
2001-12-30 | "nicklist ..." signals were missing channel parameter. | Timo Sirainen |
2001-12-27 | Irssi::version() should return the time always with 4 digits, padded with | Timo Sirainen |
2001-12-27 | argh, typofix :) | Timo Sirainen |
2001-12-27 | Added an extra check to make sure nothing bad happens.. | Timo Sirainen |
2001-12-27 | Server parameter is sent now too with /WHO, though the format itself wasn't c... | Timo Sirainen |
2001-12-27 | Don't add command to history if it's already in there as last entry. patch by... | Timo Sirainen |
2001-12-22 | Check that the nick doesn't get added twice to nicklist, seems to happen some... | Timo Sirainen |
2001-12-21 | /LOG OPEN -window accepts now -targets too to specify the refnum | Timo Sirainen |
2001-12-21 | added $versiontime | Timo Sirainen |
2001-12-20 | Some crashfixes with command history. | Timo Sirainen |
2001-12-20 | Added command history groups, set them with /WINDOW HISTORY. Patch by peder@i... | Timo Sirainen |
2001-12-20 | "nick mode changed" signal was missing channel parameter | Timo Sirainen |
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 | Changed ircnet's max_query_chans to 5 from 10, so that it wouldn't take forev... | 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_VERSION_DATE is now parsed from ChangeLog by configure. Also added | Timo Sirainen |
2001-12-15 | Removed "gui window goto" signal, it hasn't been used for ages. | Timo Sirainen |
2001-12-15 | Irssi::ignores() wasn't working, it looked at the server list.. | Timo Sirainen |
2001-12-15 | Removed this accidentally, you'll need to rm irssi-version.h;cvs update | Timo Sirainen |
2001-12-15 | IRSSI_VERSION_DATE is now a number, so you can do #iffing with it | Timo Sirainen |
2001-12-15 | max_query_chans = "10" removed from all networks except ircnet. Looks like | Timo Sirainen |
2001-12-15 | Updated to ignore the ident, and added optional parameter to specify the | 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 |