Age | Commit message (Expand) | Author |
2005-11-09 | Fixed minor display bug with options help | Sebastien Helleu |
2005-11-08 | Fixed bugs with get_plugin_config and set_plugin_config functions (python only) | Sebastien Helleu |
2005-11-06 | Commented out code for calling PRIVMSG plugins handlers when user send text to | Sebastien Helleu |
2005-11-06 | Check only min number of args in perl plugin for all functions, except register | Sebastien Helleu |
2005-11-06 | Fixed bugs in "get_info" and "command" interface functions of plugins | Sebastien Helleu |
2005-11-06 | Added missing translation for /uptime command | Sebastien Helleu |
2005-11-06 | Added /uptime command | Sebastien Helleu |
2005-11-06 | auto detect perl multiplicity at compile time | Emmanuel Bouthenot |
2005-11-06 | Added "col_real_white" option to active real white (useful only if term has not | Sebastien Helleu |
2005-11-05 | fix typo | Emmanuel Bouthenot |
2005-11-05 | make possible to use perl plugin with a not threaded Perl | Emmanuel Bouthenot |
2005-11-05 | Added color decode when sending some commands to server (like /me, /msg, ..) | Sebastien Helleu |
2005-11-05 | Fixed nick completion in private, now completes according to | Sebastien Helleu |
2005-11-05 | Fixed crash with Alt-S key | Sebastien Helleu |
2005-11-05 | Fixed server detection when using "command" interface function from scripts | Sebastien Helleu |
2005-11-05 | Convert colors codes to %B, %C with /topic completion (if option irc_colors_send | Sebastien Helleu |
2005-11-05 | Fixed some bugs with color codes: | Sebastien Helleu |
2005-11-05 | Changed help for "irc_colors_receive" option | Sebastien Helleu |
2005-11-04 | Added message for /buffer notify completion | Sebastien Helleu |
2005-11-04 | remove unused comment | Emmanuel Bouthenot |
2005-11-04 | fix a dead lock | Emmanuel Bouthenot |
2005-11-04 | Fixed cursor position bug when using history with up/down keys | Sebastien Helleu |
2005-11-04 | Fixed crash with /buffer command | Sebastien Helleu |
2005-11-04 | Removed debug messages | Sebastien Helleu |
2005-11-04 | Fixed scroll problem when one line is bigger than screen size | Sebastien Helleu |
2005-11-04 | Fixed crash when doing "/msg nickserv identify ..." | Sebastien Helleu |
2005-11-04 | Fixed log problem with new color display system (now color codes are removed in | Sebastien Helleu |
2005-11-04 | - added major feature: new color management system (internal to WeeChat), now | Sebastien Helleu |
2005-11-04 | improve contexts switch in python plugin | Emmanuel Bouthenot |
2005-10-31 | Fixed type used for htonl function (replaced u_int32_t by uint32_t, now OK under | Sebastien Helleu |
2005-10-30 | Added constants for Perl return codes | Sebastien Helleu |
2005-10-30 | add constants for python return codes | Emmanuel Bouthenot |
2005-10-30 | Fixed "jump to next server" action (was broken by new option "look_one_server... | Sebastien Helleu |
2005-10-30 | Added command line arguments to disable auto-connect to servers and plugins a... | Sebastien Helleu |
2005-10-30 | Fixed minor compilation problem (dependency with plugins lib) | Sebastien Helleu |
2005-10-30 | - added new setting (look_one_server_buffer): use same buffer for all servers | Sebastien Helleu |
2005-10-29 | fix detection of libgnutls | Emmanuel Bouthenot |
2005-10-28 | Added setting for ignoring some chars when completing nicks | Sebastien Helleu |
2005-10-28 | Added new return codes for plugin handlers, to discard messages for WeeChat, ... | Sebastien Helleu |
2005-10-27 | Clean up of IRC message parser (fixed potential bugs when long messages are r... | Sebastien Helleu |
2005-10-26 | Added partial match for highlights, patch by Jim Ramsay | Sebastien Helleu |
2005-10-26 | Fixed Perl bugs with returned values | Sebastien Helleu |
2005-10-26 | Signal SIGPIPE now ignored by WeeChat | Sebastien Helleu |
2005-10-25 | - Added options for /plugin command: autoload, reload, unload | Sebastien Helleu |
2005-10-25 | Added auto-detection of ncursesw/ncurses lib in configure.in, fall back to nc... | Sebastien Helleu |
2005-10-24 | add the possibility to (un)load each script one by one | Emmanuel Bouthenot |
2005-10-23 | Added new plugins functions: set_config, get_plugin_config, set_plugin_config. | Sebastien Helleu |
2005-10-23 | Converted old Ruby interface to new plugin system (Ruby plugin still NOT ok!) | Sebastien Helleu |
2005-10-22 | Fixed bug with keyboard and "^" key (was inserting two "^") | Sebastien Helleu |
2005-10-22 | - added dcc_own_ip and dcc_port_range settings, patch by Jim Ramsay | Sebastien Helleu |