summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-11-05Fixed 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-05Changed help for "irc_colors_receive" optionSebastien Helleu
2005-11-05Updated with last contributorsSebastien Helleu
2005-11-04Added message for /buffer notify completionSebastien Helleu
2005-11-04remove unused commentEmmanuel Bouthenot
2005-11-04improve PYTHON LDFLAGSEmmanuel Bouthenot
2005-11-04fix a dead lockEmmanuel Bouthenot
2005-11-04Fixed cursor position bug when using history with up/down keysSebastien Helleu
2005-11-04Fixed crash with /buffer commandSebastien Helleu
2005-11-04Removed debug messagesSebastien Helleu
2005-11-04Fixed scroll problem when one line is bigger than screen sizeSebastien Helleu
2005-11-04Fixed crash when doing "/msg nickserv identify ..."Sebastien Helleu
2005-11-04Fixed log problem with new color display system (now color codes are removed inSebastien Helleu
log file)
2005-11-04- added major feature: new color management system (internal to WeeChat), nowSebastien 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-04update --enable-perl-nothread configEmmanuel Bouthenot
2005-11-04improve contexts switch in python pluginEmmanuel Bouthenot
2005-11-01improve python detectionEmmanuel Bouthenot
2005-11-01add openbsd flagsEmmanuel Bouthenot
2005-10-31Fixed type used for htonl function (replaced u_int32_t by uint32_t, now OK underSebastien Helleu
MacOS)
2005-10-31Added missing intl libs for openbsdSebastien Helleu
2005-10-30Added constants for Perl return codesSebastien Helleu
2005-10-30add constants for python return codesEmmanuel Bouthenot
2005-10-30Fixed "jump to next server" action (was broken by new option ↵Sebastien Helleu
"look_one_server_buffer")
2005-10-30Added command line arguments to disable auto-connect to servers and plugins ↵Sebastien Helleu
auto-load
2005-10-30Fixed minor compilation problem (dependency with plugins lib)Sebastien Helleu
2005-10-30add dependance on automake for libtoolEmmanuel Bouthenot
2005-10-30fix CFLAGS on openbsdEmmanuel Bouthenot
2005-10-30- added new setting (look_one_server_buffer): use same buffer for all serversSebastien Helleu
- fixed DCC bug when looking for ports in range
2005-10-29fix type in LDFLAGSEmmanuel Bouthenot
2005-10-29fix detection of libgnutlsEmmanuel Bouthenot
2005-10-29fix flags on *bsdEmmanuel Bouthenot
2005-10-29fix 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-28Added setting for ignoring some chars when completing nicksSebastien Helleu
2005-10-28Added new return codes for plugin handlers, to discard messages for WeeChat, ↵Sebastien Helleu
plugins, or both.
2005-10-27improve python LDFLAGS on *BSDEmmanuel Bouthenot
2005-10-27Clean up of IRC message parser (fixed potential bugs when long messages are ↵Sebastien Helleu
received)
2005-10-26Added partial match for highlights, patch by Jim RamsaySebastien Helleu
2005-10-26Fixed Perl bugs with returned valuesSebastien Helleu
2005-10-26Signal SIGPIPE now ignored by WeeChatSebastien Helleu
2005-10-26improve python header and libs detectionEmmanuel Bouthenot
2005-10-25Removed 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, unloadSebastien 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-25Added 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-24add the possibility to (un)load each script one by oneEmmanuel Bouthenot
2005-10-23Added 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-23Updated docSebastien Helleu
2005-10-23Converted old Ruby interface to new plugin system (Ruby plugin still NOT ok!)Sebastien Helleu
2005-10-22Fixed 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 RamsaySebastien Helleu
- fixed bug when exiting DCC buffer (wrong input buffer)
2005-10-22 * update build-dependsJulien Louis
* remove automatic update of config.{guess,sub} since it's now handled by libtool * Add new loadable plugins in weechat-curses package