summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-07-01Window managementSebastien Helleu
2004-06-22Version 0.0.7-pre2 - window managementSebastien Helleu
2004-06-17Fixed display bug when nicklist is displayed at bottom of screenSebastien Helleu
2004-06-13Added history limit (text buffer & commands)Sebastien Helleu
2004-05-31Improved channel highlight (priority to message vs join/part)Sebastien Helleu
2004-05-31Fixed bug in /away commandSebastien Helleu
2004-04-19Fixed bug when a user changes nick (do not change private window name if nick...Sebastien Helleu
2004-03-27Fixed bug when opened private win and remote user changes his nickSebastien Helleu
2004-03-20/query command added, IRC messages 476, 477 now displayedSebastien Helleu
2004-02-29Display channel modes when joining channel that already exists (i.e. with mod...Sebastien Helleu
2004-02-29Added modes channel (and /mode command is now ok), dcc skeleton, fixed displa...Sebastien Helleu
2004-02-24Fixed display bug (text was blinking when scrolling)Sebastien Helleu
2004-02-21CTCP Version reply is now in english only and doesn't show host (security rea...Sebastien Helleu
2004-01-24Channel can be specified at the end of command line URL with /channelSebastien Helleu
2004-01-24/set command is now okSebastien Helleu
2004-01-24Secured code to prevent buffer overflows and memory leaksSebastien Helleu
2004-01-24Secured code to prevent buffer overflows and memory leaksSebastien Helleu
2004-01-23Fixed memory leak in exec_weechat_command()Sebastien Helleu
2004-01-21Infobar highlight notificationsSebastien Helleu
2004-01-21Fixed QUIT command: now sent to all connected servers (not only current)Sebastien Helleu
2004-01-21Added IRC::print_infobar Perl functionSebastien Helleu
2004-01-19Added look_infobar_timestamp config optionSebastien Helleu
2004-01-19Removed unused variablesSebastien Helleu
2004-01-19Fixed minor typoSebastien Helleu
2004-01-18Servers allowed on command line (irc://nick:passwd@irc.example.org:port)Sebastien Helleu
2004-01-18Changed default color for info barSebastien Helleu
2004-01-18Added info barSebastien Helleu
2004-01-18Fixed crash with /oper commandSebastien Helleu
2004-01-17Fixed bug when un*x realname (in /etc/passwd) is not setSebastien Helleu
2004-01-17Nick for default config file is now based on un*x userSebastien Helleu
2004-01-15Fixed crash when config file can not be createdSebastien Helleu
2004-01-15Create plugin directories only if plugin is built when WeeChat is compiledSebastien Helleu
2004-01-15Added LOCALEDIR defineSebastien Helleu
2004-01-11Added default values for --config optionSebastien Helleu
2004-01-11Added -c (--config) command line parameter to see config file optionsSebastien Helleu
2004-01-01Highlight action messagesSebastien Helleu
2003-12-31New copyrightSebastien Helleu
2003-12-31New copyrightSebastien Helleu
2003-12-31When private window is created (another user is talking), WeeChat does not sw...Sebastien Helleu
2003-12-26Added highlight (when our nick is written in a channel/private window), added...uid67137
2003-12-26Perl scripts auto-load, if no path given, look in ~/.weechat/perl when loadin...uid67137
2003-11-30- added IRC::get_info function for Perl scriptsSebastien Helleu
2003-11-30Added "Perl scripts unloaded" message when unloading all Perl scriptsSebastien Helleu
2003-11-29Added "print_with_channel" function (for Perl scripts)Sebastien Helleu
2003-11-29Added plugin prefix ("=P=") in front of scripts messagesSebastien Helleu
2003-11-28SIGINT signal (Ctrl-C) intercepted, handler does nothingSebastien Helleu
2003-11-23- Perl unloading is now ok (unload all scripts),Sebastien Helleu
2003-11-22Renamed PLUGIN_* macros and fixed bug in "IRC::add_message_handler" functionSebastien Helleu
2003-11-22Added Perl command handlersSebastien Helleu
2003-11-17Added Perl message handlersSebastien Helleu