summaryrefslogtreecommitdiff
path: root/src/fe-common/irc/module-formats.c
AgeCommit message (Expand)Author
2002-02-13Separated ctcp command/data in "message irc ctcp" signal and format. AddedTimo Sirainen
2002-02-10Default event handler now prints the server name where it received theTimo Sirainen
2002-01-12Using "server1 <-> server2, server3" format for netsplit messages now.Timo Sirainen
2001-12-27Server parameter is sent now too with /WHO, though the format itself wasn't c...Timo Sirainen
2001-12-07Added support for 326 and 327 whois numerics in OPN.Timo Sirainen
2001-11-19378 event (whois realhost) data is different between irc servers, so addedTimo Sirainen
2001-11-02Moved some stuff from irc to core. Added command_bind_proto() function toTimo Sirainen
2001-10-25Renamed /FORMAT whois_oper_type to whois_oper which is now removed.Timo Sirainen
2001-08-13"IRC Net" -> "Network" in /SERVER LIST and /CHANNEL LISTTimo Sirainen
2001-08-13/INVITELIST prints "Invite list is empty" message and complains about notTimo Sirainen
2001-06-29whois_away had one extra space at the beginning.Timo Sirainen
2001-06-26added whois abstract to themes. should make it easier to change whois outputTimo Sirainen
2001-06-04Added support for bahamut @+#channel notices. Removed notice_public_opsTimo Sirainen
2001-05-17Getting rid of gettext, moved some _(..) texts to themes and left some errorTimo Sirainen
2001-05-11CHANNEL_REC->get_join_data() - Returns the information needed to callTimo Sirainen
2001-02-21Support for several unrealircd WHOIS replies, patch by Mark GlinesTimo Sirainen
2001-02-06/ACTION didn't print the target when there was no query/channel whereTimo Sirainen
2001-01-28/HELP, /NAMES: using now the column helper function in misc.c. /NAMESTimo Sirainen
2001-01-28Removed own_wall msg format, using now the same as @#channel messages.Timo Sirainen
2001-01-04/UNBAN <ref#> works. /BAN list shows reference numbers.Timo Sirainen
2000-12-03fixesTimo Sirainen
2000-12-03Theme updatesTimo Sirainen
2000-11-26netsplit fixesTimo Sirainen
2000-11-26theme fixesTimo Sirainen
2000-11-26Added KILL handling - user/server kills are now printed formatted.Timo Sirainen
2000-11-05Wallop format fixesTimo Sirainen
2000-11-02fixed notices in theme.Timo Sirainen
2000-10-28Cleaned up printtext.c, split part of it to formats.cTimo Sirainen
2000-10-28Updated new default.theme to module-formats files.Timo Sirainen
2000-10-15Rejoin fixesTimo Sirainen
2000-10-14Added format for the chanserv url event.Timo Sirainen
2000-10-14Handle event "407 duplicate channel" correctly - happens when trying toTimo Sirainen
2000-10-14Autorejoin when join temporarily fails because of netsplit is handledTimo Sirainen
2000-10-13Forgot to move fe-ignore to core.Timo Sirainen
2000-10-10Moved join, part, quit, kick, nick, invite and topic printing to core.Timo Sirainen
2000-10-01/SILENCE updates, added /UNSILENCE command.Timo Sirainen
2000-09-30multiprotocol updates. SILC prints channel and private messages nowTimo Sirainen
2000-09-26PART and QUIT messages set the background color to default beforeTimo Sirainen
2000-09-25Ping replies should have displayed always with 3 decimalsTimo 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-10Added support for dalnet's whois registered event.Timo Sirainen
2000-07-31updatedTimo Sirainen
2000-07-31Added names_nick format.Timo Sirainen
2000-07-24/BAN #channel now shows bans and ban exceptions in specified channelTimo Sirainen
2000-07-18When using status window and query windows, /whois to some queried nickTimo Sirainen
2000-07-11/IGNORE didn't show if it had -replies flagTimo Sirainen
2000-07-02When netsplit is over, irssi prints "Netsplit over, joins: (nicks)" andTimo Sirainen
2000-06-12CTCP msgs/replies stops the "event privmsg" or "event notice" signals nowTimo Sirainen