Age | Commit message (Expand) | Author |
2007-10-31 | Renamed charset and aspell sources | Sebastien Helleu |
2007-10-31 | Moved files from src/common to core, gui and plugins directories | Sebastien Helleu |
2007-10-31 | Moved IRC files from src/protocols/irc to src/plugins/irc (IRC is now a "plug... | Sebastien Helleu |
2007-09-20 | Moved IRC sources from src/irc/ to src/protocols/irc/ | Sebastien Helleu |
2007-08-31 | Changed order of compilation for source directories with cmake | Sebastien Helleu |
2007-08-16 | Code cleanup: renamed some constants and variables (prefix added) | Sebastien Helleu |
2007-08-08 | Added "copy" and "rename" options to /server command | Sebastien Helleu |
2007-07-18 | Added "buffer_move" event handler to plugins API (task #6708) | Sebastien Helleu |
2007-07-12 | Fixed bugs with IRC color in messages, now color codes are inserted in comman... | Sebastien Helleu |
2007-07-02 | Replaced GPL 2 license by GPL 3 | Sebastien Helleu |
2007-05-21 | Added cmake for weechat compile | Sebastien Helleu |
2007-05-21 | Removed compile warning in Perl script plugin | Sebastien Helleu |
2007-05-11 | Removed "prefix" data for server info in plugin API (oups, why did I add that ?) | Sebastien Helleu |
2007-05-11 | Code cleanup: renamed IRC functions to have uniform name (with prefix based o... | Sebastien Helleu |
2007-05-09 | Fixed bug with erroneous nickname when connecting to server (bug #19812), fix... | Sebastien Helleu |
2007-04-25 | Fixed string format bug when displaying string thru plugin script API | Sebastien Helleu |
2007-04-14 | Improved nick completion: completes with last speakers first (task #5896), fi... | Sebastien Helleu |
2007-03-29 | Fixed color bug with IRC messages displayed by plugins (bug #19442) | Sebastien Helleu |
2007-03-25 | Fixed topic charset, now using channel charset if defined (bug #19386) | Sebastien Helleu |
2007-03-09 | make arguments for function get_buffer_data() mandatory in plugins/scripts | Emmanuel Bouthenot |
2007-03-06 | Added new return code in plugin API to force highlight (for message handlers ... | Sebastien Helleu |
2007-03-01 | Fixed completion of redefined commands removed by plugins (bug #19176) | Sebastien Helleu |
2007-02-28 | fix some memory leaks in perl plugin/script | Emmanuel Bouthenot |
2007-02-28 | fix some memory leaks in python plugin/script | Emmanuel Bouthenot |
2007-02-27 | bug fix and code cleanup in plugins/scripts | Emmanuel Bouthenot |
2007-02-17 | fix the possibility to load a perl script even if it doesn't call register() ... | Emmanuel Bouthenot |
2007-02-12 | Added "call" option to /key command, added new key function "insert" to inser... | Sebastien Helleu |
2007-02-05 | Added event handlers in plugin list commands outputs (/plugin and script comm... | Sebastien Helleu |
2007-02-05 | Added event handler to plugin API | Sebastien Helleu |
2007-01-06 | Fixed bugs with charset: now decodes/encodes nicks and channels in IRC messag... | Sebastien Helleu |
2007-01-05 | Changed copyright date (2006 -> 2007) | Sebastien Helleu |
2006-12-11 | Fixed memory leak in /charset command | Sebastien Helleu |
2006-12-04 | Fixed bug with "set_config" function in plugins API (bug #18448) | Sebastien Helleu |
2006-12-03 | Fixed bug in plugin modifier exec when many modifiers are called for a message | Sebastien Helleu |
2006-12-01 | Plugins: "add_message_handler" now accepts "*" for all IRC messages | Sebastien Helleu |
2006-11-15 | Replaced call to strndup() by weechat_charset_strndup() | Sebastien Helleu |
2006-11-10 | Fixed minor bug with /setp when no value is given and that option does not exist | Sebastien Helleu |
2006-11-09 | Fixed bug in charset plugin: now encode/decode channels/nicks in IRC messages... | Sebastien Helleu |
2006-11-08 | Added charset plugin (WeeChat is now full UTF-8 for internal data storage), f... | Sebastien Helleu |
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 |