Age | Commit message (Expand) | Author |
2012-03-24 | api: display warning in scripts when invalid pointers (malformed strings) are... | Sebastien Helleu |
2012-03-24 | api: use a struct for arguments of function script_init (callbacks) | Sebastien Helleu |
2012-01-08 | core: update copyright dates | Sebastien Helleu |
2011-12-19 | core: add type "hashtable" for hdata, new api functions: hdata_hashtable and ... | Sebastien Helleu |
2011-10-26 | ruby: hide warnings caused by reloading the ruby plugin | Dominik Honnef |
2011-10-26 | ruby: fix crash when reloading ruby plugin (bug #34474) | Dominik Honnef |
2011-10-26 | ruby: remove useless call to Gem.latest_load_paths | Dominik Honnef |
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu |
2011-10-26 | script plugins: use new macros to reduce code length | Sebastien Helleu |
2011-08-17 | scripts: fix crash with scripts not auto-loaded having a buffer opened after ... | Sebastien Helleu |
2011-01-01 | Update copyright dates | Sebastien Helleu |
2010-10-31 | Remove unused variables | Sebastien Helleu |
2010-10-17 | Fix scripts loading with Ruby 1.9.2 | Stefano Pigozzi |
2010-09-19 | Fix Ruby plugin compilation with Ruby 1.9.2 | JD Horelick |
2010-09-17 | Add optional plugin name for command /debug dump and signal "debug_dump" | Sebastien Helleu |
2010-09-08 | Fix compilation of Ruby plugin with ruby <= 1.8.6 (bug #30967) | Sebastien Helleu |
2010-08-27 | Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, i... | Sebastien Helleu |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu |
2010-04-09 | Define WeeChat license as macro for C compiler, used in plugins to set license | Sebastien Helleu |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu |
2010-03-24 | Fix bug with callbacks when loading a script already loaded | 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-23 | Allow script commands to reload only one script | Sebastien Helleu |
2010-01-24 | Remove evil tabs in sources | Sebastien Helleu |
2010-01-03 | Update copyright dates | Sebastien Helleu |
2009-12-14 | Add support for encodings in Ruby 1.9 | Sebastien Helleu |
2009-12-02 | Add support for rubygems in ruby plugin | Sebastien Helleu |
2009-11-29 | Support of Ruby >= 1.9.1 (patch #6989) | Sebastien Helleu |
2009-06-12 | Remove variable with "WeeChat required version" in plugins, do not compare ve... | 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-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-19 | Fix bug with current script pointer when current script is unloaded | Sebastien Helleu |
2009-01-03 | Update copyright dates | Sebastien Helleu |
2008-11-29 | Add "displayed" and "highlight" arguments to callback for hook_print | Sebastien Helleu |
2008-10-05 | Add Tcl script plugin (thanks to Dmitry Kobylin) | Sebastien Helleu |
2008-09-18 | Remove "category" for buffers (keep only name). | Sebastien Helleu |
2008-09-05 | Many changes in doc | 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 |
2008-05-15 | Add arguments for plugin init functions and "irc://.." command line option fo... | Sebastien Helleu |
2008-04-30 | Fixed crash with scripts when WeeChat calls functions of many scripts at same... | Sebastien Helleu |
2008-04-11 | Improved /set command, added /unset command, new name for config files (*.conf) | Sebastien Helleu |
2008-03-23 | Removed sizeof(char) and useless type casts from void* to another pointer typ... | Sebastien Helleu |
2008-03-23 | Check plugin version when loading it, to prevent crash when loading old plugins | Sebastien Helleu |
2008-03-22 | Added tags for lines and custom filtering by tags or regex (task #7674), fixe... | Sebastien Helleu |