Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-05 | Fixed some bugs with color codes: | Sebastien Helleu | |
- colors are now removed in topic for display in title bar - completion of /topic command now strips color codes - color codes are encoded in commands (not only text sent to channel/pv) - double '%' is replaced by single '%' in command line (when irc_colors_send is ON) | |||
2005-11-05 | Changed help for "irc_colors_receive" option | Sebastien Helleu | |
2005-11-05 | Updated with last contributors | Sebastien Helleu | |
2005-11-04 | Added message for /buffer notify completion | Sebastien Helleu | |
2005-11-04 | remove unused comment | Emmanuel Bouthenot | |
2005-11-04 | improve PYTHON LDFLAGS | 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 | |
log file) | |||
2005-11-04 | - added major feature: new color management system (internal to WeeChat), now | Sebastien Helleu | |
colors are displayed by WeeChat (optional by new settings irc_colors_receive and irc_colors_send) - fixed IRC command 367 - added IRC command 382 | |||
2005-11-04 | update --enable-perl-nothread config | Emmanuel Bouthenot | |
2005-11-04 | improve contexts switch in python plugin | Emmanuel Bouthenot | |
2005-11-01 | improve python detection | Emmanuel Bouthenot | |
2005-11-01 | add openbsd flags | Emmanuel Bouthenot | |
2005-10-31 | Fixed type used for htonl function (replaced u_int32_t by uint32_t, now OK under | Sebastien Helleu | |
MacOS) | |||
2005-10-31 | Added missing intl libs for openbsd | 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 ↵ | Sebastien Helleu | |
"look_one_server_buffer") | |||
2005-10-30 | Added command line arguments to disable auto-connect to servers and plugins ↵ | Sebastien Helleu | |
auto-load | |||
2005-10-30 | Fixed minor compilation problem (dependency with plugins lib) | Sebastien Helleu | |
2005-10-30 | add dependance on automake for libtool | Emmanuel Bouthenot | |
2005-10-30 | fix CFLAGS on openbsd | Emmanuel Bouthenot | |
2005-10-30 | - added new setting (look_one_server_buffer): use same buffer for all servers | Sebastien Helleu | |
- fixed DCC bug when looking for ports in range | |||
2005-10-29 | fix type in LDFLAGS | Emmanuel Bouthenot | |
2005-10-29 | fix detection of libgnutls | Emmanuel Bouthenot | |
2005-10-29 | fix flags on *bsd | Emmanuel Bouthenot | |
2005-10-29 | fix perl/python sigv and undefined symbols by adding '-pthread' in global ↵ | Emmanuel Bouthenot | |
CFLAGS on freebsd add option --enable-perl-nothread to compile perl plugin without Perl without thread or multiplicity support (typically in some *bsd) | |||
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 | |
plugins, or both. | |||
2005-10-27 | improve python LDFLAGS on *BSD | Emmanuel Bouthenot | |
2005-10-27 | Clean up of IRC message parser (fixed potential bugs when long messages are ↵ | Sebastien Helleu | |
received) | |||
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-26 | improve python header and libs detection | Emmanuel Bouthenot | |
2005-10-25 | Removed old functions for removing handlers, replaced by one function, the ↵ | Sebastien Helleu | |
same for all handlers | |||
2005-10-25 | - Added options for /plugin command: autoload, reload, unload | Sebastien Helleu | |
- Added new plugin functions, for C plugins and scripts: set_config, get_plugin_config, set_plugin_config - Added new script function: remove_handler | |||
2005-10-25 | Added auto-detection of ncursesw/ncurses lib in configure.in, fall back to ↵ | Sebastien Helleu | |
ncurses if ncursesw is not found (auto-detect ncurses.h location too) | |||
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 | |
New file is used to store plugin variables (~/.weechat/plugins.rc) | |||
2005-10-23 | Updated doc | 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 | |
- fixed bug when exiting DCC buffer (wrong input buffer) | |||
2005-10-22 | * update build-depends | Julien Louis | |
* remove automatic update of config.{guess,sub} since it's now handled by libtool * Add new loadable plugins in weechat-curses package |