summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-11-15Fixed startup crash when using terms with no colorSebastien Helleu
2005-11-15Fixed display bug with channel mode changesSebastien Helleu
2005-11-13- added "resize" option for /window commandSebastien Helleu
2005-11-13add command /historyEmmanuel Bouthenot
2005-11-13Improved window management: new window may have different size (% of currentSebastien Helleu
2005-11-13Fixed bug with "command" interface function: now ok when not connected to serverSebastien Helleu
2005-11-12Fixed bug with new %O attribute for color resetSebastien Helleu
2005-11-12Added color reset attr (%O) for messages encodingSebastien Helleu
2005-11-11Fixed crash when command line is ending by char '%'Sebastien Helleu
2005-11-11Fixed minor display bug with /set commandSebastien Helleu
2005-11-10Fixed bug with DCC chat close and get_dcc_info plugin functionSebastien Helleu
2005-11-10Fixed bug with ctrl-w key (delete previous word) when used in the middle of a...Sebastien Helleu
2005-11-10Fixed bug with notify for windows that are not displayed (when using splited ...Sebastien Helleu
2005-11-09Fixed minor display bug with options helpSebastien Helleu
2005-11-08Fixed bugs with get_plugin_config and set_plugin_config functions (python only)Sebastien Helleu
2005-11-06Commented out code for calling PRIVMSG plugins handlers when user send text toSebastien Helleu
2005-11-06Check only min number of args in perl plugin for all functions, except registerSebastien Helleu
2005-11-06Fixed bugs in "get_info" and "command" interface functions of pluginsSebastien Helleu
2005-11-06Added missing translation for /uptime commandSebastien 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
2005-11-05fix typoEmmanuel Bouthenot
2005-11-05make possible to use perl plugin with a not threaded PerlEmmanuel Bouthenot
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
2005-11-05Fixed crash with Alt-S keySebastien 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
2005-11-05Fixed some bugs with color codes:Sebastien Helleu
2005-11-05Changed help for "irc_colors_receive" optionSebastien Helleu
2005-11-04Added message for /buffer notify completionSebastien Helleu
2005-11-04remove unused commentEmmanuel 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
2005-11-04- added major feature: new color management system (internal to WeeChat), nowSebastien Helleu
2005-11-04improve contexts switch in python pluginEmmanuel Bouthenot
2005-10-31Fixed type used for htonl function (replaced u_int32_t by uint32_t, now OK underSebastien 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 "look_one_server...Sebastien Helleu
2005-10-30Added command line arguments to disable auto-connect to servers and plugins a...Sebastien Helleu
2005-10-30Fixed minor compilation problem (dependency with plugins lib)Sebastien Helleu
2005-10-30- added new setting (look_one_server_buffer): use same buffer for all serversSebastien Helleu
2005-10-29fix detection of libgnutlsEmmanuel Bouthenot