Age | Commit message (Expand) | Author |
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu |
2011-09-22 | core: remove compilation warnings about unused return values of functions | Sebastien Helleu |
2011-08-28 | core: fix bugs with calls to realloc | Sebastien Helleu |
2011-08-17 | scripts: fix crash with scripts not auto-loaded having a buffer opened after ... | Sebastien Helleu |
2011-04-15 | plugins: fix memory leaks when setting buffer callbacks after /upgrade (plugi... | Sebastien Helleu |
2011-02-04 | Improve arguments displayed in /help of commands, display all commands with s... | Sebastien Helleu |
2011-01-21 | Test return value of calls to sscanf function | Sebastien Helleu |
2011-01-01 | Update copyright dates | Sebastien Helleu |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu |
2010-06-10 | Add some notes for translators in gettext files | Sebastien Helleu |
2010-05-02 | Add function "string_expand_home" in plugin API, fix bug with replacement of ... | Sebastien Helleu |
2010-04-18 | Replace "joker" by "wildcard" | Sebastien Helleu |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu |
2010-03-20 | Refresh screen when exiting WeeChat (to display messages printed after /quit) | Sebastien Helleu |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu |
2010-02-26 | Add command line option "-s" (or "--no-script") to start WeeChat without load... | Sebastien Helleu |
2010-02-23 | Allow script commands to reload only one script | Sebastien Helleu |
2010-02-12 | Add description of arguments for API functions hook_info and hook_infolist | Sebastien Helleu |
2010-01-03 | Update copyright dates | Sebastien Helleu |
2009-11-16 | Fix bug with script installation on BSD/OSX (patch #6980) | Sebastien Helleu |
2009-11-06 | Fix typos in translations | Sebastien Helleu |
2009-10-09 | Add script prototypes and examples in plugin API reference | Sebastien Helleu |
2009-09-04 | Fix typos in some messages | Sebastien Helleu |
2009-06-28 | Rename function string_explode to string_split | Sebastien Helleu |
2009-06-14 | Do not auto-load hidden files in script plugins (bug #21390) | Sebastien Helleu |
2009-06-11 | Improve completion for script plugins commands | Sebastien Helleu |
2009-05-02 | Fix bug with data for callbacks in scripts after /upgrade | Sebastien Helleu |
2009-05-02 | Add data string argument in all callbacks of script API, display script name ... | Sebastien Helleu |
2009-04-24 | Add filter with third argument of infolist_get for some infolists (bars, bar ... | Sebastien Helleu |
2009-04-16 | Restore buffer callbacks for scripts after /upgrade | Sebastien Helleu |
2009-04-14 | Add missing API functions in doc (infolists and upgrade), move infos and info... | Sebastien Helleu |
2009-04-11 | Add support of many templates for completion of command arguments, rename def... | Sebastien Helleu |
2009-04-05 | Fix script installation | Sebastien Helleu |
2009-04-05 | Fix memory leak in script install | Sebastien Helleu |
2009-04-05 | Add signals in script plugins to install and remove scripts | Sebastien Helleu |
2009-03-28 | Add infolists with list of scripts | Sebastien Helleu |
2009-03-18 | Remove some messages during startup about scripts and plugins loaded | Sebastien Helleu |
2009-02-04 | Fix 14 memory leaks (in core, gui, irc, jabber, logger, script plugins) | Sebastien Helleu |
2009-01-03 | Update copyright dates | Sebastien Helleu |
2008-12-19 | Fix bug with pointer conversion for scripts API (return empty string instead ... | Sebastien Helleu |
2008-12-13 | Add infolists for bars/bar items/bar windows, code cleanup for bars | Sebastien Helleu |
2008-11-27 | Remove argument "switch_to_another" for function gui_buffer_close() | Sebastien Helleu |
2008-11-15 | Use of const for some functions returning "char *" | Sebastien Helleu |
2008-11-04 | Fix bug with pointer conversions on 64 bits architecture | Sebastien Helleu |
2008-10-18 | Aspell plugin is born again | Sebastien Helleu |
2008-09-05 | Many changes in doc | Sebastien Helleu |
2008-08-30 | Add new hooks (info and infolist), IRC plugin now return infos and infolists | Sebastien Helleu |
2008-08-22 | Add hook infolist to plugins API, fix bugs with gettext in plugins | Sebastien Helleu |
2008-06-18 | Add new options for completion, optional stop instead of cycling with words f... | Sebastien Helleu |
2008-06-03 | Add "const" keyword for some "char *" function arguments (core and plugins API) | Sebastien Helleu |