summaryrefslogtreecommitdiff
path: root/src/plugins/irc
AgeCommit message (Collapse)Author
2008-11-24Fix option weechat.look.color_nicks_number, value is now immediately applied ↵Sebastien Helleu
on nicks by IRC plugin
2008-11-23Add support for more than one proxy, with proxy selection for each IRC ↵Sebastien Helleu
server (task #6859)
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 ↵Sebastien Helleu
buffers with /upgrade (title, input data, text search)
2008-11-14Catch signal "buffer_renamed" in logger plugin (restart logging for buffer ↵Sebastien Helleu
when name has changed)
2008-11-13Add local buffer variable "no_log", to prevent a buffer from logging to disk ↵Sebastien Helleu
via logger plugin
2008-11-11Fix name/short name and local variables of IRC server buffer(s) when ↵Sebastien Helleu
merging/splitting servers
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 ↵Sebastien Helleu
completion of command /ignore, remove obsolete alias /unig
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
more signals for setting debug)
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 ↵Sebastien Helleu
irc.look.highlight_tags is changed
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 ↵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-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
$nick/$channel/$server in alias
2008-10-24Fix display of IRC channel and private name in bar itemSebastien Helleu
2008-10-24Display IRC server errors in appropriate buffer (channel or private if found)Sebastien Helleu
2008-10-23Add option to toggle display of IRC channel modes after buffer name in ↵Sebastien Helleu
status bar (irc.look.display_channel_modes)
2008-10-22Add function buffer_set_pointer in plugin APISebastien Helleu
2008-10-20Add some buffer infos in IRC infolists hookedSebastien Helleu
2008-10-20Add new property "short_name" for buffersSebastien Helleu
2008-10-20Fix refresh of nick in input bar when switching IRC serverSebastien Helleu
2008-10-19Add color decoding in title for IRC channels (task #6030)Sebastien Helleu
2008-10-19Fix lock when disconnecting SSL server that is not yet successfully connectedSebastien Helleu
2008-10-18Remove unused option look.input_format, fix refresh bug with input prompt ↵Sebastien Helleu
for IRC buffers
2008-10-18Add new argument "value" to function config_new_optionSebastien Helleu
2008-10-18Aspell plugin is born againSebastien Helleu
2008-10-11Fix name of buffer in bar item for IRC channel when it is closed (kicked or ↵Sebastien Helleu
part done)
2008-10-10Fix channel modes in status bar item for IRC plugin (do not display ↵Sebastien Helleu
parenthesis when there's nothing to display inside)
2008-10-10Fix nick modes in input bar item for IRC plugin (do not display parenthesis ↵Sebastien Helleu
when there's nothing to display inside)
2008-10-08Add config file logger.conf (replaces old logger options in plugins.conf)Sebastien Helleu
2008-10-07Add backlog for IRC channel and private buffersSebastien Helleu
2008-10-05Add Tcl script plugin (thanks to Dmitry Kobylin)Sebastien Helleu