Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-16 | guile: fix crash on ARM when loading guile plugin (bug #36479) | Sebastien Helleu | |
2012-05-01 | scripts: fix type of argument "rc" in callback of hook_process (from string ↵ | Sebastien Helleu | |
to integer) | |||
2012-04-13 | python: update path returned by weechat.info_get('python2_bin', '') if path ↵ | Sebastien Helleu | |
does not exist any more (for example after python upgrade) | |||
2012-04-07 | perl: fix compilation on OS X (bug #30701) | Sebastien Helleu | |
2012-04-03 | perl: fix crash on quit on OS X | Sebastien Helleu | |
2012-03-25 | guile: add missing function "hook_process_hashtable" in API | Sebastien Helleu | |
2012-03-24 | tcl: add missing function "hdata_char" in API | Sebastien Helleu | |
2012-03-24 | tcl: fix pointer sent to function hook_signal_send when type of data is a ↵ | Sebastien Helleu | |
pointer | |||
2012-03-24 | api: display warning in scripts when invalid pointers (malformed strings) ↵ | Sebastien Helleu | |
are given to plugin API functions (warning displayed if debug for plugin is >= 1) | |||
2012-03-24 | api: fix typo in a comment | Sebastien Helleu | |
2012-03-24 | api: use a struct for arguments of function script_init (callbacks) | Sebastien Helleu | |
2012-03-23 | core: add a connection timeout for child process in hook_connect (bug #35966) | Sebastien Helleu | |
2012-02-20 | perl: increment count of hash returned by API (fix crash when script tries ↵ | Sebastien Helleu | |
to read hash without making a copy) | |||
2012-01-16 | core: add URL transfer (using libcurl), add function hook_process_hashtable ↵ | Sebastien Helleu | |
in plugin API, add support of URL in hook_process/hook_process_hashtable (task #10247) | |||
2012-01-08 | core: update copyright dates | Sebastien Helleu | |
2012-01-03 | python: support of Python 3.x (task #11704) | Sebastien Helleu | |
Note that Python 2.x is still the only Python compiled if found: Python 3.x is not auto-detected by cmake neither configure. Many official Python scripts will not load/run with Python 3.x, so Python 2.x (2.7 or 2.6) is still the recommended version. | |||
2011-12-19 | core: add type "hashtable" for hdata, new api functions: hdata_hashtable and ↵ | Sebastien Helleu | |
hashtable_map_string | |||
2011-12-17 | api: add new function hdata_check_pointer | Sebastien Helleu | |
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-11-03 | core: fix typo: occured -> occurred | Sebastien Helleu | |
2011-10-31 | guile: discard script if load of file has failed with command /guile load | Sebastien Helleu | |
2011-10-31 | python: fix typo in comment | Sebastien Helleu | |
2011-10-31 | lua: fix typo in comment | 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 | guile: new script plugin for scheme (task #7289) | Sebastien Helleu | |
2011-10-26 | script plugins: use new macros to reduce code length | 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-26 | core: use dynamic buffer size for calls to vsnprintf | Sebastien Helleu | |
2011-08-20 | core: add functions "key_bind" and "key_unbind" in plugin API | Sebastien Helleu | |
2011-08-18 | perl: replace calls to SvPV by SvPV_nolen (patch #7436) | Sebastien Helleu | |
2011-08-17 | scripts: fix crash with scripts not auto-loaded having a buffer opened after ↵ | Sebastien Helleu | |
/upgrade (input/close callbacks for buffer not set properly) | |||
2011-07-26 | core: add mouse support (task #5435), free cursor movement, hook_focus, fix ↵ | Sebastien Helleu | |
bugs with key "^" (bug #32072, bug #21381), fix bugs with bar windows, completion and /buffer New features and bugs fixed: - mouse support: new command /mouse, new option weechat.look.mouse, new key context "mouse" - free movement of cursor: new command /cursor, new key context "cursor" - new hook_focus (used by cursor and mouse) - info "cursor_mode" - bugs fixed with key "^" - allow plugin name in /buffer name - fix bugs with bar windows: do not create bar windows for hidden bars - fix completion bug when two words for completion are equal but with different case - automatic scroll direction in /bar scroll (x/y is now optional) | |||
2011-06-26 | core: many improvements on hdata | Sebastien Helleu | |
New features: - add optional hdata name for variables in hdata - add plugin API functions: hdata_get_var_hdata - use hashtable to store hdata (created by WeeChat and plugins) - free hdata and infolists created by plugin on plugin unload - free all hdata on exit - add "free" option to command /debug hdata - remove hdata for hooks | |||
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 | perl: fix memory leak when calling perl functions (bug #32895) | Sebastien Helleu | |
2011-04-26 | api: add new function config_set_desc_plugin (task #10925) | Sebastien Helleu | |
2011-04-15 | plugins: fix memory leaks when setting buffer callbacks after /upgrade ↵ | Sebastien Helleu | |
(plugins: irc, relay, xfer, scripts) | |||
2011-04-13 | core: use buffer pointer instead of window in input functions, add new ↵ | Sebastien Helleu | |
function window_search_with_buffer in plugin API | |||
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-04 | Improve arguments displayed in /help of commands, display all commands with ↵ | Sebastien Helleu | |
same name (for same command name in many plugins) | |||
2011-02-02 | Fix crash when many lua scripts are executing callbacks at same time | Sebastien Helleu | |
2011-01-21 | Test return value of calls to sscanf function | Sebastien Helleu | |
2011-01-01 | Update copyright dates | Sebastien Helleu | |