summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Collapse)Author
2009-01-03Add missing pointer to API function "config_option_default_is_null"Sebastien Helleu
2009-01-03Add color for channel name in IRC info/error messagesSebastien Helleu
2009-01-03Add error message when a command failed, fix typos in aspell pluginSebastien 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-19Update doc and translationsSebastien Helleu
2008-12-19Add aspell option to check mispelled words during text search in buffer ↵Sebastien Helleu
(disabled by default)
2008-12-19Fix charset problem with IRC plugin: use server charset if channel charset ↵Sebastien Helleu
is not set
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-19Fix bug with xfer transferts (IRC DCC): transfert ended abruptly when ↵Sebastien Helleu
terminal was resized
2008-12-19Fix bug with pointer conversion for scripts API (return empty string instead ↵Sebastien Helleu
of "0x0")
2008-12-19Add sub-items in bars (items glued with "+" as separator instead of comma), ↵Sebastien Helleu
add buffer_number default bar item
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-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-13Add infolists for bars/bar items/bar windows, code cleanup for barsSebastien Helleu
2008-12-12Fix compilation warnings in Perl plugin on FreeBSDSebastien Helleu
2008-12-10Fix compilation warning "dereferencing type-punned pointer will break ↵Sebastien Helleu
strict-aliasing rules"
2008-12-10Fix typo in Makefile.am for relay pluginSebastien Helleu
2008-12-10Add new plugin "relay", new function "string_format_size" in plugin APISebastien 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 ↵Sebastien Helleu
is away message)
2008-11-29Fix bugs with hook_print function in scriptsSebastien Helleu
2008-11-29Add missing pointer to function "string_build_with_exploded" in plugin APISebastien Helleu
2008-11-29Add "displayed" and "highlight" arguments to callback for hook_printSebastien Helleu
2008-11-29Add current_window function in plugin API, add window functions in english ↵Sebastien Helleu
developer guide
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
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-22Save last read line (for marker) within /upgradeSebastien Helleu
2008-11-19Remove old and unused color optionsSebastien Helleu
2008-11-18Restore call to close callbacks for plugin buffers when unloading pluginSebastien 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-16Fix crash when a perl callback is called in "register" of another perl scriptSebastien Helleu
2008-11-15Use of const for some functions returning "char *"Sebastien Helleu
2008-11-15Add function utf8_strndup to C plugin APISebastien 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-14Fix bug with argument replacement in alias ($1,..,$9 and $*) when no ↵Sebastien Helleu
argument is given to alias by user
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-12Fix crash in weechat_perl_exec() when a callback from another script is ↵Sebastien Helleu
executed, fix compilation warnings for Perl on FreeBSD
2008-11-11Fix name/short name and local variables of IRC server buffer(s) when ↵Sebastien Helleu
merging/splitting servers
2008-11-11Add function "current_buffer" in script APISebastien Helleu
2008-11-10Disable highlight for IRC messages from local nickSebastien Helleu
2008-11-10Add some API functions in Developer guideSebastien Helleu