summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-12-31Abort joins on 442-numeric that dalnet sends when you can't join to channelTimo Sirainen
2001-12-30s/redirection_register/redirect_register/ in example.Timo Sirainen
2001-12-30"nicklist ..." signals were missing channel parameter.Timo Sirainen
2001-12-27Irssi::version() should return the time always with 4 digits, padded withTimo Sirainen
2001-12-27argh, typofix :)Timo Sirainen
2001-12-27Added an extra check to make sure nothing bad happens..Timo Sirainen
2001-12-27Server parameter is sent now too with /WHO, though the format itself wasn't c...Timo Sirainen
2001-12-27Don't add command to history if it's already in there as last entry. patch by...Timo Sirainen
2001-12-22Check 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 refnumTimo Sirainen
2001-12-21added $versiontimeTimo Sirainen
2001-12-20Some crashfixes with command history.Timo Sirainen
2001-12-20Added command history groups, set them with /WINDOW HISTORY. Patch by peder@i...Timo Sirainen
2001-12-20"nick mode changed" signal was missing channel parameterTimo Sirainen
2001-12-20And the final #include :)Timo Sirainen
2001-12-20Still some #include "servers.h"s ..Timo Sirainen
2001-12-20Added WINDOW_REC declaration to common.h, removed unneeded #include "servers....Timo Sirainen
2001-12-19Changed ircnet's max_query_chans to 5 from 10, so that it wouldn't take forev...Timo Sirainen
2001-12-19Never allow adding CR or LF characters to input line, they could mess up ever...Timo Sirainen
2001-12-19Hidden entry texts shouldn't have gone to command history..Timo Sirainen
2001-12-17Since I accidentally already committed some of the detach-code, here's theTimo Sirainen
2001-12-17if window-specific history is off, the command that closed the window shouldTimo Sirainen
2001-12-17mode +d is now also treated as having argument (hybrid 7 / dancer realname ban)Timo Sirainen
2001-12-17irssi-dummy was still in MakefileTimo Sirainen
2001-12-17Separate irssi-dummy binary was a bit stupid idea, now it can be started with...Timo Sirainen
2001-12-17Added 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-16Leading zeros didn't work well in IRSSI_VERSION_TIME.Timo Sirainen
2001-12-15Still more version changes .. Irssi::version() now returns the version inTimo Sirainen
2001-12-15Print IRSSI_VERSION_TIME in /VERSION too.Timo Sirainen
2001-12-15irssi --version now prints the IRSSI_VERSION_TIME as wellTimo Sirainen
2001-12-15Added $versiontime and Irssi::version_time()Timo Sirainen
2001-12-15IRSSI_VERSION_DATE is now parsed from ChangeLog by configure. Also addedTimo Sirainen
2001-12-15Removed "gui window goto" signal, it hasn't been used for ages.Timo Sirainen
2001-12-15Irssi::ignores() wasn't working, it looked at the server list..Timo Sirainen
2001-12-15Removed this accidentally, you'll need to rm irssi-version.h;cvs updateTimo Sirainen
2001-12-15IRSSI_VERSION_DATE is now a number, so you can do #iffing with itTimo Sirainen
2001-12-15max_query_chans = "10" removed from all networks except ircnet. Looks likeTimo Sirainen
2001-12-15Updated to ignore the ident, and added optional parameter to specify theTimo Sirainen
2001-12-15Better support for actions and CTCPs.Timo Sirainen
2001-12-14net_listen(): when socket() failed because we tried to use IPv6, we shouldTimo Sirainen
2001-12-14warning fixedTimo Sirainen
2001-12-14Redirections were broken if server_redirect_event() didn't list the stopTimo Sirainen
2001-12-14perl_timeout_add() didn't add the script pointer to the source record, soTimo Sirainen
2001-12-14Fixed some asserts.Timo Sirainen
2001-12-14Added reference counting to server record. At least now we don't accidentallyTimo Sirainen
2001-12-14bugfix for previous fix :)Timo Sirainen
2001-12-14e/I/O/q mode changes shouldn't change the visible channel mode.Timo Sirainen
2001-12-13Added "setup saved" signal, updated "setup reread" to contain file nameTimo Sirainen
2001-12-11If window specific history was on and command changed a window, the commandTimo Sirainen