summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-02-18Plugin messages handlers now called when message is ignored; new behaviour forSebastien Helleu
2006-02-18Fixed message displayed when a command handler failed (now "failed" instead ofSebastien Helleu
2006-02-18Fixed Ruby function "log" (argument count)Sebastien Helleu
2006-02-17Fixed scripts examples with server/channel/nick infoSebastien Helleu
2006-02-17Commands allowed when not connected to any server, fixed get_config: now need...Sebastien Helleu
2006-02-17Fixed typosSebastien Helleu
2006-02-16fix typo in parsing args for weechat_python_add_command_handlerEmmanuel Bouthenot
2006-02-16Updated doc, renamed functions in plugins APISebastien Helleu
2006-02-16make possible to log with plugins / scriptsEmmanuel Bouthenot
2006-02-16Updated translationsSebastien Helleu
2006-02-16clean code while parsing commands in server_command and make possible to run ...Emmanuel Bouthenot
2006-02-14Updated czech translationsSebastien Helleu
2006-02-12Updated doc for server_command settingSebastien Helleu
2006-02-12make possible to run more than one command when connecting to serverEmmanuel Bouthenot
2006-02-12fix some crash (unprotected code execution) and display some kind of backtrac...Emmanuel Bouthenot
2006-02-12clean some codeEmmanuel Bouthenot
2006-02-11Auto-detect all components, and compile if found by defaultSebastien Helleu
2006-02-11Added LuaSebastien Helleu
2006-02-11Enable plugins compilation if Lua is enabled (like Perl/Python/Ruby)Sebastien Helleu
2006-02-10clean code to avoid warning and errors when compiling with gcc-2.95Emmanuel Bouthenot
2006-02-09Added Lua script pluginSebastien Helleu
2006-02-09fix weechat_lua_remove_handler : now really use function argsEmmanuel Bouthenot
2006-02-09fix weechat_lua_add_message_handler : now really use function argsEmmanuel Bouthenot
2006-02-08Added lua script plugin, new functions in plugins APISebastien Helleu
2006-02-08adding lua plugin/scripts supportEmmanuel Bouthenot
2006-02-08lua plugin/scripts supportEmmanuel Bouthenot
2006-02-08adding lua plugin/scriptEmmanuel Bouthenot
2006-02-08Added new API functions for scripts (list of servers, channels, nicks)Sebastien Helleu
2006-02-08Added hungarian translation (thanks to voroskoi)Sebastien Helleu
2006-02-07Fixed XML typosSebastien Helleu
2006-02-05Added new plugins API functions (get_server_info, free_server_info, get_chann...Sebastien Helleu
2006-02-04Minor changes on server/channel/nick info API functionsSebastien Helleu
2006-02-03fix minor bugs while detecting luaEmmanuel Bouthenot
2006-02-03Gtk GUI changes, now compile is okSebastien Helleu
2006-02-03Move previous GNU/hurd fixEmmanuel Bouthenot
2006-02-01fix a missing link in GNU/Hurd by force linking with pthreadEmmanuel Bouthenot
2006-01-31extending plugins/scripts API by adding get_server_info, get_channel_info and...Emmanuel Bouthenot
2006-01-30Added options "look_open_near_server" and "look_nick_complete_first" (patch f...Sebastien Helleu
2006-01-30Added options "look_open_near_server" and "look_nick_complete_first" (patch f...Sebastien Helleu
2006-01-26Fixed bug with elapsed time when away if computer clock was changed (displays...Sebastien Helleu
2006-01-26Fixed bug with /upgrade when servers buffer (with one buffer for all servers)...Sebastien Helleu
2006-01-26Fixed typosSebastien Helleu
2006-01-26Fixed bug with "get_dcc_info" plugin interface functionSebastien Helleu
2006-01-26Fixed bug with option "irc_away_check_max_nicks" (now channels are refreshed ...Sebastien Helleu
2006-01-25Added new scroll keys for a few lines up/down (default: meta-pgup/pgdn) (patc...Sebastien Helleu
2006-01-25Fixed compilation problem with debug messagesSebastien Helleu
2006-01-25Added new option "irc_away_check_max_nicks" to disable away check on channels...Sebastien Helleu
2006-01-25Added new command line argument for setting WeeChat homedir (-d or --dir) (pa...Sebastien Helleu
2006-01-24Fixed bug with charset in infobar highlightsSebastien Helleu
2006-01-22Fixed bugs: buffer detection in plugins/scripts commands, and /history commandSebastien Helleu