summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-22Add upgrade functions in script plugin APISebastien Helleu
2009-02-22Add missing functions in script plugin API to get default values of optionsSebastien Helleu
2009-02-21Add missing config functions in script plugin API to free sections and optionsSebastien Helleu
2009-02-21Add signals when local variables or buffer type are changedSebastien Helleu
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-20Fix crash in python plugin when calling function prnt_date_tags()Sebastien Helleu
2009-02-20Fix some return codes of callbacks in script pluginsSebastien Helleu
2009-02-20Add return code value for config_read callback in script pluginsSebastien Helleu
2009-02-20Fix bug with smart completion (irc/jabber): keep unique nicks in list of ↵Sebastien Helleu
last speakers (bug #25559)
2009-02-20Fix crash in python plugin when callbacks are called during script ↵Sebastien Helleu
initialization
2009-02-19Fix bug with current script pointer when current script is unloadedSebastien Helleu
2009-02-19Fix bug with arguments of config_read callback in script pluginsSebastien Helleu
2009-02-19Fix bug in config_file_write_line with empty value, when called from script ↵Sebastien Helleu
plugins
2009-02-18Display clock skew detection only if debug for core is >= 1Sebastien Helleu
2009-02-18Give file descriptor to callback of hook_fdSebastien Helleu
2009-02-17Add new local variable "type" for buffersSebastien Helleu
Values are set by plugins: - irc and jabber: "server", "channel", "private", "debug" - relay: "relay" (list) - xfer: "xfer" (list), "private" (DCC chat)
2009-02-17Use string instead of char for prefixes in nicklistSebastien Helleu
2009-02-17Free all proxies before exitingSebastien Helleu
2009-02-11Fix typo in FAQSebastien 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-10Add missing refresh for windows separators (vertical splits)Sebastien Helleu
2009-02-10Authorize IRC commands msg/notice/query/quote outside IRC buffers if option ↵Sebastien Helleu
"-server" is given
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 help about alias list for /alias command (task #9087)Sebastien Helleu
2009-02-08Add new signals "irc_channel_opened" and "irc_pv_opened"Sebastien Helleu
2009-02-08Add hook type "command_run", add new function "string_remove_color" in ↵Sebastien Helleu
plugin API (task #9089)
2009-02-08Fix color decoding functionSebastien Helleu
2009-02-08Add property "input" for function buffer_get_string in plugin APISebastien Helleu
2009-02-07Fix bug in irc color decoding: reset color if color code is not followed by ↵Sebastien Helleu
a color number
2009-02-07Add numeric codes for low chars (< 32) in irc and jabber debug buffersSebastien Helleu
2009-02-07Add hidden command line option --no-dlclose to remove dlclose() for unloaded ↵Sebastien Helleu
plugins (useful when using valgrind)
2009-02-05Add some extra tests on arguments for config functionsSebastien Helleu
2009-02-05Fix crash with nicklist bar when position is top/bottom and filling is columnsSebastien 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-02-04Remove obsolete arguments in bar item callback, in tcl pluginSebastien Helleu
2009-02-04Remove obsolete arguments in bar item callback, in script pluginsSebastien Helleu
2009-02-02Add check for python 2.6Julien Louis
2009-02-02Update doc (missing relay option and update of /filter arguments)Sebastien Helleu
2009-02-02Improve docgen.pl script: write autogen files only if they are differentSebastien Helleu
2009-02-02Fix crash when read marker is moved before first line displayed (when first ↵Sebastien Helleu
line of buffer is removed)
2009-02-01Fix crash when input bar contains UTF-8 wide chars (larger than screen) (bug ↵Sebastien Helleu
#25443)
2009-02-01Add signal weechat_pv for private messagesSebastien Helleu
2009-02-01Add function config_unset_plugin in API, fix return code of config_set_pluginSebastien Helleu
2009-01-31Fix nicklist sort with IRC nicks (chan owner and admin first in list)Sebastien Helleu
2009-01-31Sort ChangeLog file by category (core, gui, plugins, ..)Sebastien Helleu