summaryrefslogtreecommitdiff
path: root/src/plugins/irc
AgeCommit message (Expand)Author
2009-02-24Fix option irc.network.send_unknown_commands: allow unknown commands on irc s...Sebastien Helleu
2009-02-23Fix irc excess flood caused by mode command sent when a mode is received: sen...Sebastien Helleu
2009-02-22Add upgrade functions in script plugin APISebastien Helleu
2009-02-21Fix bug with buffer name/short_name when IRC query name has changed (remote n...Sebastien Helleu
2009-02-20Fix bug with smart completion (irc/jabber): keep unique nicks in list of last...Sebastien Helleu
2009-02-18Give file descriptor to callback of hook_fdSebastien Helleu
2009-02-17Add new local variable "type" for buffersSebastien Helleu
2009-02-17Use string instead of char for prefixes in nicklistSebastien Helleu
2009-02-11Fix build of IRC CTCP message (bug #25560)Sebastien Helleu
2009-02-11Add irc and jabber options to display nick modes in input_prompt bar itemSebastien Helleu
2009-02-11Add missing IRC command 330 (whois, logged in as)Sebastien Helleu
2009-02-10Authorize IRC commands msg/notice/query/quote outside IRC buffers if option "...Sebastien Helleu
2009-02-10Add option "-server" to IRC commands: msg, notice, query, quoteSebastien Helleu
2009-02-10Add irc info "irc_nick" to get current nick on a serverSebastien Helleu
2009-02-08Fix nick displayed by command /msg (bug #25518)Sebastien Helleu
2009-02-08Add new signals "irc_channel_opened" and "irc_pv_opened"Sebastien Helleu
2009-02-07Fix bug in irc color decoding: reset color if color code is not followed by a...Sebastien Helleu
2009-02-07Add numeric codes for low chars (< 32) in irc and jabber debug buffersSebastien Helleu
2009-02-04Add missing include of time.h in irc.cSebastien Helleu
2009-02-04Fix 14 memory leaks (in core, gui, irc, jabber, logger, script plugins)Sebastien Helleu
2009-01-31Fix nicklist sort with IRC nicks (chan owner and admin first in list)Sebastien Helleu
2009-01-30Fix crash after /upgrade with IRC servers connected via SSL (bug #25398)Sebastien Helleu
2009-01-30Fix problem with read marker when manually switching to other buffer with som...Sebastien Helleu
2009-01-30Fix some bugs with TLS connections in Jabber pluigin (TLS still not working i...Sebastien Helleu
2009-01-25Fix unread marker set with irc /away command: set unread marker for all serve...Sebastien Helleu
2009-01-15Fix bug with IRC SSL server optionSebastien Helleu
2009-01-15Add Jabber plugin (alpha version, many Jabber features are missing)Sebastien Helleu
2009-01-06Fix typoSebastien Helleu
2009-01-05Do not set unread marker on IRC server and channels when reconnecting to IRC ...Sebastien Helleu
2009-01-04Add comments for IRC server optionsSebastien Helleu
2009-01-04Fix typoSebastien Helleu
2009-01-04Update highlight words for server and channel buffers when local nick is changedSebastien Helleu
2009-01-04Fix exec of IRC command when connecting to server if server buffers are merge...Sebastien Helleu
2009-01-04Remove unused functions and prototypesSebastien Helleu
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 s...Sebastien Helleu
2008-12-19Fix charset problem with IRC plugin: use server charset if channel charset is...Sebastien Helleu
2008-12-19Add some colors in IRC messages from server (for text and nicks) (task #8926)Sebastien Helleu
2008-12-19Remove obsolete nicklist options, add /bar toggle to hide/show quietly a barSebastien Helleu
2008-12-19Add sub-items in bars (items glued with "+" as separator instead of comma), a...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 ni...Sebastien Helleu
2008-12-17Fix bugs in IRC message parser and use of decoding charset for server messagesSebastien Helleu
2008-12-15Add new bar filling types: columns_horizontal and columns_verticalSebastien Helleu
2008-12-15Fix bug with option xfer.network.own_ip when sending DCC fileSebastien Helleu
2008-12-10Fix compilation warning "dereferencing type-punned pointer will break strict-...Sebastien Helleu
2008-12-04Fix display problem with color for groups in nicklistSebastien Helleu
2008-11-30Add "away" local variable for IRC buffers (defined when user is away, value i...Sebastien Helleu