summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-07-31Theme fixes: /RELOAD reloads them, /SET current_theme changes the defaultTimo Sirainen
2000-07-31FixesTimo Sirainen
2000-07-31Never fallback to alternate_nick if nick is set in ircnet settings.Timo Sirainen
2000-07-31Abort immediately if GLib wasn't foundTimo Sirainen
2000-07-31Fixes..Timo Sirainen
2000-07-31Never beep with texts with MSGLEVEL_NOHILIGHT level.Timo Sirainen
2000-07-31Using find instead of grep -r.Timo Sirainen
2000-07-30Mail check: the also file size changes as well as modify time changesTimo Sirainen
2000-07-30Moved the beep settings_add_xxx() calls from irc to core.Timo Sirainen
2000-07-30/SET beep_on_msg handling moved to printtext() where it catches all theTimo Sirainen
2000-07-30Moved some IRC specific server stuff to generic server stuff.Timo Sirainen
2000-07-30Bugfixes for non-irc server handling.Timo Sirainen
2000-07-29/OP, /DEOP, /VOICE and /DEVOICE without any parameters didn't work rightTimo Sirainen
2000-07-29Bugfixes for the windowing system.Timo Sirainen
2000-07-29send() - ignore EPIPE return value and just return "0 bytes sent". The brokenTimo Sirainen
2000-07-27/CHANNEL ADD -botcmd without -bots crashed irssi.Timo Sirainen
2000-07-27We want to ignore SIGPIPE *ALWAYS*, don't set it back to SIG_DFL.Timo Sirainen
2000-07-26/ECHO didn't print to active window if it was empty and status windowTimo Sirainen
2000-07-26UpdatesTimo Sirainen
2000-07-26Mainwindows use now real curses WINDOWs, this should fix irssi with someTimo Sirainen
2000-07-26Getting ready for .94 ..Timo Sirainen
2000-07-26updatesTimo Sirainen
2000-07-26No, we still don't want silc_init() here..Timo Sirainen
2000-07-26updatedTimo Sirainen
2000-07-26Help files by liteTimo Sirainen
2000-07-26Command completion should override others.Timo Sirainen
2000-07-24Channels and ircnets got lost after /RELOAD and /SAVETimo Sirainen
2000-07-24/BAN #channel now shows bans and ban exceptions in specified channelTimo Sirainen
2000-07-23Call key_unbind()s at deinit.Timo Sirainen
2000-07-23Display bolds with the current_theme->default_color color, not with theTimo Sirainen
2000-07-23Don't try to free ircnet if it's NULL.Timo Sirainen
2000-07-23Added syntaxes of all commands in comments, they're going to be used toTimo Sirainen
2000-07-23Moved the PL_perl_destruct_level to irssi_perl_init() so Irssi won'tTimo Sirainen
2000-07-23Implemented /IGNORE -time <seconds>, patch by fuchs.Timo Sirainen
2000-07-23Awaylog didn't work right if you did /AWAY multiple times.Timo Sirainen
2000-07-23updatesTimo Sirainen
2000-07-23A few extra checks.Timo Sirainen
2000-07-23Connecting to IPv6 IRC server with IP address didn't work because theTimo Sirainen
2000-07-23Use net-sendbuffer with DCC chat.Timo Sirainen
2000-07-23net_sendbuffer_send(): use const void *data instead of void *dataTimo Sirainen
2000-07-23Added handle != -1 check to net_sendbuffer_create()Timo Sirainen
2000-07-23Printing netsplit nicks printed one too less nicks (netsplit_max_nicks-1)Timo Sirainen
2000-07-23Don't print nick changes and quit messages from same nick more than onceTimo Sirainen
2000-07-23Don't allow recursive aliases.Timo Sirainen
2000-07-23/SET settings_autosave - If set ON, settings are automatically savedTimo Sirainen
2000-07-23/NOTIFY -idle fixes.Timo Sirainen
2000-07-23is_numeric() returns now FALSE if it was given empty string.Timo Sirainen
2000-07-23SET print_active_channel - if you have multiple channels in same window,Timo Sirainen
2000-07-23Listing keys with /BIND key now checks the keys case-insensitively.Timo Sirainen
2000-07-23Changed the names of /BIND commands to be epic-compatible. Also addedTimo Sirainen