summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-14Fix bug with upgrade and irc raw buffer, save irc raw messages during upgradeSebastien Helleu
2009-04-14Fix crash when reloading perl plugin (bug #25464)Sebastien Helleu
2009-04-14Fix text search in buffer with some utf-8 chars (bug #25649)Sebastien Helleu
2009-04-14Add missing API functions in doc (infolists and upgrade), move infos and ↵Sebastien Helleu
infolists from user guide to developer guide
2009-04-11Fix completion for /key unbindSebastien Helleu
2009-04-11Use case sensitive comparison for key codes (bug #26145)Sebastien Helleu
2009-04-11Add utf8_charcmp in plugin API, fix bug with utf8_charcasecmpSebastien Helleu
2009-04-11Fix /me command (irc plugin): allow command without argumentSebastien Helleu
2009-04-11Add support of many templates for completion of command arguments, rename ↵Sebastien Helleu
default completion items
2009-04-07Some improvements on key bindingsSebastien Helleu
List of changes: - do not automatically create default keys if they do not exist, when reading weechat.conf (let user do that if needed) - add "/key missing": add missing keys using default keys (do not update or remove user keys), - key "meta-s" moved from irc/jabber plugins to core - improved output of /key (display number of keys)
2009-04-07Fix crash with IRC server switch (alt-s) when no server buffer is openedSebastien Helleu
2009-04-07Fix another aspell bug: don't consider '-' as a word delimiterSebastien Helleu
2009-04-07Fix aspell bug: don't consider apostrophe as a word delimiterSebastien Helleu
2009-04-06Update ChangeLogSebastien Helleu
2009-04-05Fix creation of integer options, when created from a script plugin (if ↵Sebastien Helleu
string_values is empty but not NULL)
2009-04-05Fix script installationSebastien Helleu
2009-04-05Fix memory leak in script installSebastien Helleu
2009-04-05Add signals in script plugins to install and remove scriptsSebastien Helleu
2009-04-05Fix memory leak when sending modifier "input_text_content"Sebastien Helleu
2009-04-04Check that callback value is not NULL in hook functionsSebastien Helleu
2009-04-03Add missing key bindings in docSebastien Helleu
2009-04-03Add new option "weechat.completion.nick_add_space" (add space after nick ↵Sebastien Helleu
completion, on by default)
2009-04-03Add new values for option irc.look.nick_completion_smart: off / speakers / ↵Sebastien Helleu
speakers_highlights
2009-04-03Fix crash when integer option (set with string) is wrong in a config fileSebastien Helleu
2009-04-03Fix bug with nick completion (too many nick completors were added to nick if ↵Sebastien Helleu
private was open with nick)
2009-04-03Fix broken time in backlog displayed by logger plugin: use DST for time ↵Sebastien Helleu
displayed in buffer (bug #26074)
2009-04-03Add new question in FAQ, about difference between /ignore and /filter commandsSebastien Helleu
2009-04-02Fix bug in alias: use current buffer to run commands (bug #22876)Sebastien Helleu
2009-04-01Fix crash when executing "/msg * something" on an IRC server bufferSebastien Helleu
2009-04-01Fix bug with partial completionsSebastien Helleu
Option "weechat.completion.partial_completion_nick" has been renamed to "weechat.completion.partial_completion_other".
2009-04-01Add default template completion (by default: nick or IRC channel)Sebastien Helleu
2009-03-30Fix crash in python plugin when there is recursion on exec or when a script ↵Sebastien Helleu
is unloaded by call to command() in other python script
2009-03-29Fix python error messageSebastien Helleu
2009-03-29Add missing autogen doc files in makefilesSebastien Helleu
2009-03-29Update docSebastien Helleu
2009-03-29Fix help of /buffer commandSebastien Helleu
2009-03-28Update INSTALL fileSebastien Helleu
2009-03-28Add cmake files in package built by autotoolsSebastien Helleu
2009-03-28Fix display of python errorsSebastien Helleu
2009-03-28Add infolists with list of scriptsSebastien Helleu
2009-03-28Fix bug with /ignore when mask begins with "|" (bug #26037)Sebastien Helleu
2009-03-27Fix SSL connection to some IRC servers using Diffie Hellman and small ↵Sebastien Helleu
exchange keys (bug #25996)
2009-03-26Add new bar item "away" (now displayed by default in input bar)Sebastien Helleu
2009-03-26Replace german and french C API doc by english versionSebastien Helleu
2009-03-26Update script API in doc (developer guide)Sebastien Helleu
2009-03-24Fix crash on FreeBSD: first unload last loaded pluginsSebastien Helleu
2009-03-23Add new IRC modifiers: irc_color_decode/irc_color_encode, add IRC color ↵Sebastien Helleu
support in xfer DCC chat (bug #25974)
2009-03-23Add nick completion in xfer dcc buffers, fix bug when opening xfer dcc ↵Sebastien Helleu
buffer if it already exists
2009-03-23Fix typo in irc-raw.c and jabber-debug.cSebastien Helleu
2009-03-23Set again buffer properties when using existing irc/jabber channel/pv bufferSebastien Helleu