Age | Commit message (Expand) | Author |
2006-10-29 | fix minor display bug in aspell plugin | Emmanuel Bouthenot |
2006-10-29 | adding $weechat_dir/python in the top of sys.path | Emmanuel Bouthenot |
2006-10-28 | improve plugins/scripts completion template to use filename completion | Emmanuel Bouthenot |
2006-10-28 | minor improvement in aspell plugin | Emmanuel Bouthenot |
2006-10-26 | fix memory leaks in python/script plugin | Emmanuel Bouthenot |
2006-10-26 | add modifiers in scripts/plugins API, cleaning code in script/plugins, improv... | Emmanuel Bouthenot |
2006-10-25 | Fixed crash when unloading/reloading scripts using modifiers | Sebastien Helleu |
2006-10-24 | Added "modifier" in plugins API, improved /plugin command | Sebastien Helleu |
2006-10-20 | Fixed crash when loading ruby script if file does not exist, with Ruby >= 1.9... | Sebastien Helleu |
2006-10-16 | adding date field 'date' in get_buffer_data() function of plugins/scripts API | Emmanuel Bouthenot |
2006-10-14 | Added date in plugin function get_buffer_data() | Sebastien Helleu |
2006-10-12 | Fixed some portability bugs (patch #5271) | Sebastien Helleu |
2006-10-10 | adding some missing headers in plugins | Emmanuel Bouthenot |
2006-10-09 | Adding Lua 5.1 support, display plugins interpreter versions on configure | Emmanuel Bouthenot |
2006-09-28 | fix a bug (can make crash) when calling a script command with another script ... | Emmanuel Bouthenot |
2006-09-28 | minor improvements on aspell plugin : | Emmanuel Bouthenot |
2006-08-26 | fix bugs in get_buffer_data() which breaks the retrieval of buffer content (p... | Emmanuel Bouthenot |
2006-08-19 | Fixed typos | Sebastien Helleu |
2006-08-07 | Added missing modes (channel & user), now all modes are allowed (bug #16606),... | Sebastien Helleu |
2006-08-05 | adding functions : get_buffer_info, get_window_info, get_buffer_data and prin... | Emmanuel Bouthenot |
2006-07-27 | Fixed completion for command handlers (now empty completion_template means ni... | Sebastien Helleu |
2006-07-23 | Splited weechat.c into weechat.c and util.c | Sebastien Helleu |
2006-07-04 | Fixed typo in help for script plugin commands (/perl, /python, /ruby, /lua) | Sebastien Helleu |
2006-06-30 | Fixed bug with spaces in script names (bug #16957) | Sebastien Helleu |
2006-06-29 | Replaced call to plugin_find_server_channel() by gui_buffer_search() in weech... | Sebastien Helleu |
2006-06-22 | Added new functions in plugin/script API: get window info, get buffer info, g... | Sebastien Helleu |
2006-06-20 | do not check words made of punctuation and digits and fix a bug while saving ... | Emmanuel Bouthenot |
2006-06-16 | improve aspell checking, do not check nicks in chans, take care of punctuatio... | Emmanuel Bouthenot |
2006-06-16 | improvements in python scripts context management | Emmanuel Bouthenot |
2006-06-15 | improve python sub-interpreters management | Emmanuel Bouthenot |
2006-06-14 | Renamed plugins names (removed "lib" prefix in name) | Sebastien Helleu |
2006-06-13 | clean code, rename global vars and function to avoid possibles crashs | Emmanuel Bouthenot |
2006-06-13 | improve global vars uses in plugins | Emmanuel Bouthenot |
2006-06-11 | add some improvements | Emmanuel Bouthenot |
2006-06-11 | add missing source header weechat-aspell.h | Emmanuel Bouthenot |
2006-06-11 | make aspell plugin compile with gcc-2.95 | Emmanuel Bouthenot |
2006-06-11 | adding aspell plugin | Emmanuel Bouthenot |
2006-06-10 | add get_irc_color function in plugins/scripts | Emmanuel Bouthenot |
2006-06-10 | Added plugin API function to get IRC color number by name | Sebastien Helleu |
2006-06-10 | Added IRC colors list in plugin header, fixed get_info for channel info (now ... | Sebastien Helleu |
2006-06-04 | fix a crash in plugin function get_config with config string values stored as... | Emmanuel Bouthenot |
2006-06-01 | Revert back for plugin loaded, use of GLOBAL instead of LOCAL (problems with ... | Sebastien Helleu |
2006-05-31 | Fixed plugins symbol problem (removed global flag when loading library) | Sebastien Helleu |
2006-05-29 | Fixed /perl command output when no keyboard handler is defined | Sebastien Helleu |
2006-05-29 | Fixed crash with "register" function in plugin scripts (bug #16701) | Sebastien Helleu |
2006-05-20 | Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used for... | Sebastien Helleu |
2006-05-17 | check return value in weechat_ruby_exec() to be a valid value and fix crash w... | Emmanuel Bouthenot |
2006-05-17 | fix bug in end function calls for plugins/scripts | Emmanuel Bouthenot |
2006-05-17 | fix number of args in end function call | Emmanuel Bouthenot |
2006-05-08 | - fix a crash in ruby when a function return nothing (close bug #16552) | Emmanuel Bouthenot |