summaryrefslogtreecommitdiff
path: root/src/plugins/irc
AgeCommit message (Expand)Author
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
2008-11-29Add current_window function in plugin API, add window functions in english de...Sebastien Helleu
2008-11-27Remove argument "switch_to_another" for function gui_buffer_close()Sebastien Helleu
2008-11-24Fix option weechat.look.color_nicks_number, value is now immediately applied ...Sebastien Helleu
2008-11-23Add support for more than one proxy, with proxy selection for each IRC server...Sebastien Helleu
2008-11-19Remove old and unused color optionsSebastien Helleu
2008-11-18Allow command "/away -all" on weechat core bufferSebastien Helleu
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-15Reintroduce option "irc.network.send_unknown_commands", save extra data for b...Sebastien Helleu
2008-11-14Catch signal "buffer_renamed" in logger plugin (restart logging for buffer wh...Sebastien Helleu
2008-11-13Add local buffer variable "no_log", to prevent a buffer from logging to disk ...Sebastien Helleu
2008-11-11Fix name/short name and local variables of IRC server buffer(s) when merging/...Sebastien Helleu
2008-11-10Disable highlight for IRC messages from local nickSebastien Helleu
2008-11-10Add some API functions in Developer guideSebastien Helleu
2008-11-06Add local variables for IRC debug bufferSebastien Helleu
2008-11-04Fix bug with pointer conversions on 64 bits architectureSebastien Helleu
2008-11-03Fix bug with IRC ignore (a ignore on nick was ignoring othernick), fix comple...Sebastien Helleu
2008-11-03Add detection of system clock skew, reinitialize all timers when this happensSebastien Helleu
2008-11-02Remove debug plugin (merged to core), new debug variable for each plugin (no ...Sebastien Helleu
2008-10-31Allow mask or regex for IRC command /ignore (mask is default)Sebastien Helleu
2008-10-31Update highlight tags for all IRC buffers when option irc.look.highlight_tags...Sebastien 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-30Fix default value for option irc.look.highlight_tagsSebastien Helleu
2008-10-30Add new features to logger plugin (command /logger, log level, level by buffe...Sebastien Helleu
2008-10-28Fix IRC command /away -allSebastien Helleu
2008-10-28Remove debug message when using command /awaySebastien Helleu
2008-10-27Fix color of IRC nick mode (op, voiced, ..) in chat windowSebastien Helleu
2008-10-27Fix use of some uninitialized variablesSebastien Helleu
2008-10-27Add missing include of time.h in irc-channel.cSebastien Helleu
2008-10-26Fix option irc.network.away_checkSebastien Helleu
2008-10-26Fix crash when switching server with alt+sSebastien Helleu
2008-10-25Add smart join/part/quit message filter in IRC plugin, add names for filtersSebastien Helleu
2008-10-24Add local variables for buffers, fix alias creation, use of local variables $...Sebastien Helleu
2008-10-24Fix display of IRC channel and private name in bar itemSebastien Helleu