Age | Commit message (Expand) | Author |
2011-11-27 | core: check pointer returned by function localtime | Sebastien Helleu |
2011-11-25 | core: add type char for hdata and function hdata_char in plugin/script API | Sebastien Helleu |
2011-10-31 | lua: fix typo in comment | Sebastien Helleu |
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-20 | core: add functions "key_bind" and "key_unbind" in plugin API | Sebastien Helleu |
2011-08-17 | scripts: fix crash with scripts not auto-loaded having a buffer opened after ... | Sebastien Helleu |
2011-07-26 | core: add mouse support (task #5435), free cursor movement, hook_focus, fix b... | Sebastien Helleu |
2011-06-26 | core: many improvements on hdata | Sebastien Helleu |
2011-06-13 | core: add "hdata" (direct access to WeeChat/plugin data) | Sebastien Helleu |
2011-04-28 | irc: add option "ssl_priorities" in servers (task #10106, debian #624055) | Sebastien Helleu |
2011-04-26 | api: add new function config_set_desc_plugin (task #10925) | Sebastien Helleu |
2011-04-13 | core: use buffer pointer instead of window in input functions, add new functi... | Sebastien Helleu |
2011-03-11 | Add function "buffer_match_list" in plugin API | Sebastien Helleu |
2011-02-16 | Fix array overflow in lua plugin for config reload callback | Sebastien Helleu |
2011-02-02 | Fix crash when many lua scripts are executing callbacks at same time | Sebastien Helleu |
2011-01-01 | Update copyright dates | Sebastien Helleu |
2010-12-20 | Add 256 colors support | Sebastien Helleu |
2010-11-25 | Add new option weechat.look.highlight_regex and function string_has_highlight... | Sebastien Helleu |
2010-10-31 | Remove unneeded assignments in ruby and lua API functions | Sebastien Helleu |
2010-10-30 | Fix crash when unloading lua script | Sebastien Helleu |
2010-10-29 | Add new functions in plugin API to get/set nicks/groups properties in nicklist | Sebastien Helleu |
2010-10-23 | Add new functions in plugin API: hook_hsignal and hook_hsignal_send | Sebastien Helleu |
2010-10-17 | Use const void * for keys and values in some hashtable functions | Sebastien Helleu |
2010-10-10 | Allow script functions "prefix" and "color" when script is not yet registered... | Sebastien Helleu |
2010-10-09 | Fix crash when API function is called in Perl script before "register" | Sebastien Helleu |
2010-09-21 | Add missing function "infolist_reset_item_cursor" in script API (bug #31057) | Sebastien Helleu |
2010-09-17 | Add optional plugin name for command /debug dump and signal "debug_dump" | Sebastien Helleu |
2010-08-27 | Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, i... | Sebastien Helleu |
2010-06-25 | Update comments after #endif in C headers | Sebastien Helleu |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu |
2010-04-18 | Replace "joker" by "wildcard" | 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-26 | Fix bug with writing of configuration files when disk is full (bug #29331) | 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-20 | Add functions string_match, string_has_highlight and string_mask_to_regex in ... | Sebastien Helleu |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu |
2010-03-02 | Add new option weechat.look.command_chars, add functions string_is_command_ch... | Sebastien Helleu |
2010-02-23 | Allow script commands to reload only one script | Sebastien Helleu |
2010-02-18 | Fix function "color" in Lua script API (patch from Christian Heinz) | Sebastien Helleu |
2010-02-12 | Add description of arguments for API functions hook_info and hook_infolist | Sebastien Helleu |
2010-01-24 | Remove evil tabs in sources | Sebastien Helleu |
2010-01-12 | Add function "buffer_string_replace_local_var" in script API (patch #7061) | Sebastien Helleu |
2010-01-03 | Update copyright dates | Sebastien Helleu |
2009-12-18 | Add function "infolist_new_item" in script API | Sebastien Helleu |
2009-12-04 | Give GnuTLS return code to callback if handshake has failed, display extra in... | Sebastien Helleu |
2009-11-07 | Check SSL certificates and use self-signed certificate to auto identify on IR... | Sebastien Helleu |
2009-09-20 | Fix cmake directories: let user customize lib, share, locale and include dire... | Sebastien Helleu |