summaryrefslogtreecommitdiff
path: root/src/fe-common/irc
AgeCommit message (Expand)Author
2000-09-30multiprotocol updates. SILC prints channel and private messages nowTimo Sirainen
2000-09-28own_dcc_query fixedTimo Sirainen
2000-09-28multiprotocol fixesTimo Sirainen
2000-09-28fixes for multiprotocol supportTimo Sirainen
2000-09-26PART and QUIT messages set the background color to default beforeTimo Sirainen
2000-09-25Display CTCP PING replies even if they're not in the form irssiTimo Sirainen
2000-09-25Ping replies should have displayed always with 3 decimalsTimo Sirainen
2000-09-25Added target parameter to own_dcc formatTimo Sirainen
2000-09-25If /SET show_quit_once was set and ignored nick quitted, irssi printedTimo Sirainen
2000-09-22/SET completion_nicks_lowercaseTimo Sirainen
2000-09-19Netsplit fixesTimo Sirainen
2000-09-19Irssi crashed if you used "/JOIN" or "/JOIN -invite" without connectedTimo Sirainen
2000-09-06/SET default_nick -> /SET nickTimo Sirainen
2000-09-06/set autocreate_query -> /set autocreate_query_levelTimo Sirainen
2000-09-02Updates.Timo Sirainen
2000-08-29Highlighting fixes with public messages.Timo Sirainen
2000-08-27updatesTimo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen
2000-08-25Don't allow sending data to dcc chats if connection isn't finished yet.Timo Sirainen
2000-08-25/BAN could crash when showing bansTimo Sirainen
2000-08-20Channel mode handling changed - there's no more mode_xxx fields inTimo Sirainen
2000-08-16plugin -> moduleTimo Sirainen
2000-08-15Some changes handling g_input_add() - maybe this helps to problemsTimo Sirainen
2000-08-14Some server reconnection fixes. Reconnect now allows you to haveTimo Sirainen
2000-08-13/DCC LIST: % done didn't work right with large files.Timo Sirainen
2000-08-13Updated /QUERY syntaxTimo Sirainen
2000-08-12Query windows are now restored if they were saved with /SAVEWINDOWS.Timo Sirainen
2000-08-12WJOIN -> /JOIN -windowTimo Sirainen
2000-08-12Don't trigger window activity when you send /MSG etc.Timo Sirainen
2000-08-10Added support for dalnet's whois registered event.Timo Sirainen
2000-08-10Don't autoclose window after part/unquery if there was still someTimo Sirainen
2000-08-01/wjoin and /wquery commands stopped the "channel created" andTimo Sirainen
2000-07-31updatedTimo Sirainen
2000-07-31Moved lastmsgs variables from irc-server and channel structures toTimo Sirainen
2000-07-31Added names_nick format.Timo 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-30Bugfixes for non-irc server handling.Timo Sirainen
2000-07-24/BAN #channel now shows bans and ban exceptions in specified channelTimo Sirainen
2000-07-23Added syntaxes of all commands in comments, they're going to be used toTimo Sirainen
2000-07-23Implemented /IGNORE -time <seconds>, patch by fuchs.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-23/NOTIFY -idle fixes.Timo Sirainen
2000-07-23SET print_active_channel - if you have multiple channels in same window,Timo Sirainen
2000-07-22another ircnet == NULL fixTimo Sirainen
2000-07-22Don't crash at startup if IRC network wasn't specified for some server.Timo Sirainen
2000-07-21/SET completion_disable_auto -> completion_autoTimo Sirainen
2000-07-20WHOIS bugfix: Don't display the signon time if it isn't known..Timo Sirainen
2000-07-19"/notify -list " (happened easily when using tab completion) didn't workTimo Sirainen