summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-protocol.c
AgeCommit message (Collapse)Author
2009-11-19Add IRC option to use same nick color in channel and private (on by default) ↵Sebastien Helleu
(task #9870)
2009-10-21Add missing IRC command 275 (patch #6952)Sebastien Helleu
2009-10-03Fix bugs with colors in some german translations (patch #6919)Sebastien Helleu
2009-09-19Add missing brackets around nick for IRC message 314 (reply to whowas) ↵Sebastien Helleu
(patch #6915)
2009-09-15Fix plural form in IRC message with list of nicks on channel (bug #27436)Sebastien Helleu
2009-09-15Add options for CTCP, to block/customize CTCP reply (task #9693), add ↵Sebastien Helleu
missing CTCP: clientinfo, finger, source, time, userinfo (task #7270)
2009-08-28Fix typo in IRC invite messageSebastien Helleu
2009-07-28Set level "message" for IRC notices with channel targetSebastien Helleu
2009-06-29When IRC nick change is received, do not rename private buffer if it already ↵Sebastien Helleu
exists with new nick
2009-06-28Rename function string_explode to string_splitSebastien Helleu
2009-06-27Strip hostnames in IRC message 353 when uhnames protocol is enabledSebastien Helleu
2009-06-14Improve option irc.look.notice_as_pv, new values: auto/never/alwaysSebastien Helleu
This allows private chat with following nicks: nickserv/chanserv/memoserv.
2009-06-14Add color for channel IRC notices (patch #6841)Sebastien Helleu
2009-06-10Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu
2009-05-21Fix display bug with text in IRC action that contains bold char (text ↵Sebastien Helleu
truncated and not displayed) (bug #26630)
2009-05-12Fix IRC private buffer name when message is from me (happens when using ↵Sebastien Helleu
irssi proxy server and opening private under irssi)
2009-05-09Add missing IRC command 335Sebastien Helleu
2009-04-24Fix typo: splited/splitted -> splitSebastien Helleu
2009-04-24Add anti-flood for extra IRC commands like msg/notice/query/quote and some otherSebastien Helleu
2009-04-18Fix bug with charset decoding in irc plugin (for example with iso2022jp)Sebastien Helleu
2009-03-26Add new bar item "away" (now displayed by default in input bar)Sebastien Helleu
2009-03-19Fix bugs with color in IRC topicsSebastien Helleu
2009-03-15Add new option irc.look.display_old_topic to display old topic when channel ↵Sebastien Helleu
topic is changed
2009-03-02Make channel optional in IRC command /mode (bug #25735)Sebastien Helleu
2009-03-01Fix IRC command /who (nothing was displayed if WeeChat already checked ↵Sebastien Helleu
channel for away nicks) (bug #25736)
2009-02-25Add option "irc.look.topic_strip_colors" to strip topic colors in buffer's ↵Sebastien Helleu
title bar (task #6030)
2009-02-23Fix irc excess flood caused by mode command sent when a mode is received: ↵Sebastien Helleu
send mode only when channel modes are updated (bug #25651)
2009-02-21Fix bug with buffer name/short_name when IRC query name has changed (remote ↵Sebastien Helleu
nick has changed) (bug #25654)
2009-02-11Add missing IRC command 330 (whois, logged in as)Sebastien Helleu
2009-01-30Fix problem with read marker when manually switching to other buffer with ↵Sebastien Helleu
some commands like /query
2009-01-15Add Jabber plugin (alpha version, many Jabber features are missing)Sebastien Helleu
This commit introduces Jabber/XMPP protocol for WeeChat. It uses iksemel lib. Please note many major Jabber features are missing: - roster management (add/remove/.. buddies), - MUC, - transports. It is possible to define servers (with /jabber), connect to them (with /jconnect), disconnect (/jdisconnect) and chat with buddies (with /jchat).
2009-01-05Do not set unread marker on IRC server and channels when reconnecting to IRC ↵Sebastien Helleu
server if self nick is away
2009-01-04Fix exec of IRC command when connecting to server if server buffers are ↵Sebastien Helleu
merged, and that server is not the selected server
2009-01-03Add color for channel name in IRC info/error messagesSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2009-01-02Add null values for options, new syntax for /set, reintroduce temporary IRC ↵Sebastien Helleu
server feature, improve IRC server options, new functions in API
2008-12-19Add some colors in IRC messages from server (for text and nicks) (task #8926)Sebastien Helleu
2008-12-17Display server, port and IP on IRC server buffer when connection to server is okSebastien Helleu
2008-12-17Use nick color for display of IRC action messagesSebastien Helleu
2008-12-17Improve nick completion: complete first by nicks that highlight me, before ↵Sebastien Helleu
nicks speaking without highlight
2008-11-23Add support for more than one proxy, with proxy selection for each IRC ↵Sebastien Helleu
server (task #6859)
2008-11-16Add signals when connecting/disconnecting from IRC serversSebastien Helleu
2008-11-15Use of const for some functions returning "char *"Sebastien Helleu
2008-11-14Catch signal "buffer_renamed" in logger plugin (restart logging for buffer ↵Sebastien Helleu
when name has changed)
2008-11-04Fix bug with pointer conversions on 64 bits architectureSebastien Helleu
2008-10-31Rename IRC tags irc_cmd_xxx to irx_xxxSebastien Helleu
2008-10-31Fix tag of message displayed by IRC command inviteSebastien Helleu
2008-10-30Add new features to logger plugin (command /logger, log level, level by ↵Sebastien Helleu
buffer, mask by buffer, ..), fix some bugs New features: - new command /logger - log level, to log only some messages, according to importance (task #8592) - level by buffer: custom level for some buffers (or group of buffers) - log filename mask by buffer (or group of buffers) - marker line is added after display of backlog - add "delete" callback for config file sections - add "mkdir_parents" function to plugin API - remove old log options in IRC plugin Bug fix: - marker line is set only when user switches buffer (not when a plugin force switch, like IRC plugin does when opening server or channel buffer) - backlog fixed (sometimes lines were not properly displayed)
2008-10-26Fix option irc.network.away_checkSebastien Helleu
2008-10-25Add smart join/part/quit message filter in IRC plugin, add names for filtersSebastien Helleu