summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-12-15Added $versiontime and Irssi::version_time()Timo Sirainen
2001-12-15Irssi::ignores() wasn't working, it looked at the server list..Timo Sirainen
2001-12-15IRSSI_VERSION_DATE is now a number, so you can do #iffing with itTimo 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-11If window specific history was on and command changed a window, the commandTimo Sirainen
2001-12-11I always forget Perl 5.004 doesn't have PL_na .. so, now I've declared forTimo Sirainen
2001-12-11User mode changes weren't visible.Timo Sirainen
2001-12-11Fixed a memory leak + some cleanupsTimo Sirainen
2001-12-11Added Irssi::settings_add_...(), patch by peder@ifi.uio.noTimo Sirainen
2001-12-10Netsplit saved the NICK_REC, but didn't save the dynamically allocated stringsTimo Sirainen
2001-12-10Allow exporting symbols, patch by juerd@juerd.nlTimo Sirainen
2001-12-10Moved Irssi::command(), Irssi::Server::command() and Irssi::Windowitem::comma...Timo Sirainen
2001-12-10307 line is used for /USERIP in undernet. Also changed some other alternativeTimo Sirainen
2001-12-09Added Irssi::command_set_options()Timo Sirainen
2001-12-09Better support for halfops, patch by yathen@web.deTimo Sirainen
2001-12-09Support for OPN's channel forwarding.Timo Sirainen
2001-12-09Regexp-ignores weren't compiled at startup - thanks to Manoj KasichainulaTimo Sirainen
2001-12-09Still some window closing bugs/crashes.Timo Sirainen
2001-12-09fixed wrong hash key lengths, patch by peder@ifi.uio.noTimo Sirainen
2001-12-08/IGNORE list: Show the -pattern and also show if the regexp is invalid.Timo Sirainen
2001-12-08Fixed server_redirect_peek_signal() to compile again.Timo Sirainen
2001-12-07server_redirect_peek_signal() now contains int *redirected parameter whichTimo Sirainen
2001-12-07Small focus bugfix when closing a split window.Timo Sirainen
2001-12-07Fixed some problems with mainwindow resizing not affecting the subwindows.Timo Sirainen
2001-12-07/SET hide_mirc_colors - patch by paul@raade.orgTimo Sirainen
2001-12-07Removed Irssi::require_version(), we'll use "use Irssi 20011207;" style now.Timo Sirainen
2001-12-07Added Irssi::require_version()Timo Sirainen
2001-12-07"redirect first" and "redirect last" events can be used withTimo Sirainen
2001-12-07Still ban exception / invite list removes.Timo Sirainen
2001-12-07$!xx! history search didn't work because history_func() got also theTimo Sirainen
2001-12-07Added support for 326 and 327 whois numerics in OPN.Timo Sirainen
2001-12-07Send NICK change before 001 request so that ircII also knows our real nick.Timo Sirainen
2001-12-07Several fixes to work better with non-irssi clients, also fixed a potentialTimo Sirainen
2001-12-07Fixed 2 small memory leaks.Timo Sirainen
2001-12-07parameters types for timeout_add() and input_add() changed from void* to SV*Timo Sirainen
2001-12-07Removed g_free(package) that wasn't supposed to be there.Timo Sirainen
2001-12-06/IRCNET ADD -usermode option added.Timo Sirainen
2001-12-06On nick collision kills, reconnect back immediately. On any other type ofTimo Sirainen
2001-12-06/UPGRADE broke reconnections to server.Timo Sirainen
2001-12-06Treat all WHOIS requests as remote.Timo Sirainen
2001-12-06Added 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