summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-11-09Fixed minor display bug with options helpSebastien Helleu
2005-11-09Previous icon restoredSebastien Helleu
2005-11-08Fixed bugs with get_plugin_config and set_plugin_config functions (python only)Sebastien Helleu
2005-11-08Fix second enumerationJulien Louis
2005-11-07fix enumeration description to fit description formatJulien Louis
2005-11-07Updated package infoSebastien Helleu
2005-11-06Commented out code for calling PRIVMSG plugins handlers when user send text toSebastien Helleu
channel/private (was causing problems with Perl scripts unload)
2005-11-06Check only min number of args in perl plugin for all functions, except registerSebastien Helleu
(if too much args given, they're silently ignored)
2005-11-06New WeeChat iconSebastien Helleu
2005-11-06Fixed bugs in "get_info" and "command" interface functions of pluginsSebastien Helleu
2005-11-06Added WeeChat logoSebastien Helleu
2005-11-06Added missing translation for /uptime commandSebastien Helleu
2005-11-06Updated TODOSebastien Helleu
2005-11-06Added /uptime commandSebastien Helleu
2005-11-06auto detect perl multiplicity at compile timeEmmanuel Bouthenot
2005-11-06Added "col_real_white" option to active real white (useful only if term has notSebastien Helleu
white background)
2005-11-05fix typoEmmanuel Bouthenot
2005-11-05make possible to use perl plugin with a not threaded PerlEmmanuel Bouthenot
2005-11-05Updated cs.poSebastien Helleu
2005-11-05Added color decode when sending some commands to server (like /me, /msg, ..)Sebastien Helleu
2005-11-05Fixed nick completion in private, now completes according toSebastien Helleu
"look_nick_completion_ignore" option)
2005-11-05Fixed crash with Alt-S keySebastien Helleu
2005-11-05Updated contributorsSebastien Helleu
2005-11-05Fixed server detection when using "command" interface function from scriptsSebastien Helleu
2005-11-05Convert colors codes to %B, %C with /topic completion (if option irc_colors_sendSebastien Helleu
is ON)
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