summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-10-18Added "Day changed to [date]" message when day changesSebastien Helleu
2005-10-18Log options (for server/channel/private) can now be set while WeeChat is runningSebastien Helleu
2005-10-18Add --copy argument to libtollize callJulien Louis
2005-10-17Updated doc with new plugins implementationSebastien Helleu
2005-10-17Moved some functions in source codeSebastien Helleu
2005-10-17Changes in plugins and scripts plugins:Sebastien Helleu
- get_info("version") now returns only version - added get_config() function to read config options
2005-10-17Auto-load plugins in user's plugins path (before WeeChat system lib dir)Sebastien Helleu
2005-10-17When dlopen function is found without dl lib, do not link with -ldl (now okSebastien Helleu
under FreeBSD)
2005-10-16Added "weechatdir" info for compatibility with old scripts (now DEPRECATED, useSebastien Helleu
"weechat_dir" instead)
2005-10-16Added channel modes +e/+f, IRC commands 348,349,470Sebastien Helleu
2005-10-16Added Py_Finalise when Python plugin is unloadedSebastien Helleu
2005-10-16Commented out WxWidget lib detection since WxWidgets GUI is not developed todaySebastien Helleu
2005-10-16Fixed but when no parameter given for /perl and /python optionsSebastien Helleu
2005-10-16Changed help messages for optionsSebastien Helleu
2005-10-15New plugin interface (loads dynamic C libraries)Sebastien Helleu
2005-10-15Removed old ruby interfaceSebastien Helleu
2005-10-15Removed old python interfaceSebastien Helleu
2005-10-15Removed old perl interfaceSebastien Helleu
2005-10-15Removed obsolete fileSebastien Helleu
2005-10-06Updated TODOSebastien Helleu
2005-10-03Added auto-creation of ~/.weechat/{perl|python}/config directoriesSebastien Helleu
2005-10-03Added IRC commands: 008 and 381Sebastien Helleu
2005-10-03Changed default color for delimiters in input window (from cyan to lightgreen)Sebastien Helleu
2005-10-02Added colors for input buffer and current channel of status barSebastien Helleu
2005-10-02Added online help for config options (with /set full_option_name)Sebastien Helleu
2005-10-01Updated doc with new optionsSebastien Helleu
2005-10-01Added "smart" hotlistSebastien Helleu
2005-09-30Fix ruby ldflags addJulien Louis
2005-09-28Fixed /server command help (3 nicks are mandatory if -nicks used)Sebastien Helleu
2005-09-25Update debian/changelogJulien Louis
2005-09-25Fixed typo in autojoin option helpSebastien Helleu
2005-09-25Added doc (info format) in rpm buildSebastien Helleu
2005-09-24Version 0.1.6-cvsSebastien Helleu
2005-09-24Version 0.1.5Sebastien Helleu
2005-09-23Replaced gettext with macro "_"Sebastien Helleu
2005-09-23Added /ame command (send CTCP action to all channels of all connected servers)Sebastien Helleu
2005-09-22Added czech translationsSebastien Helleu
2005-09-22Updated docSebastien Helleu
2005-09-22Added setting "irc_notice_as_pv" to see notices as pvSebastien Helleu
2005-09-21Updated docSebastien Helleu
2005-09-20Added nicks colors in setup fileSebastien Helleu
2005-09-20Fixed DCC bug: delete failed file only if really empty (on disk)Sebastien Helleu
2005-09-15Fixed IRC message parser bugSebastien Helleu
2005-09-15Fixed window swtich functions (was changing windows buffer and should not)Sebastien Helleu
2005-09-15Fixed window switch functions and bug when line is removed and that a window ↵Sebastien Helleu
uses this line at scroll start point
2005-09-15Fixed scroll problem (screen moving when scrolling and new line displayed)Sebastien Helleu
2005-09-14One bug removed!Sebastien Helleu
2005-09-14Fixed infinite loop when scrolling back and displaying long linesSebastien Helleu
2005-09-13Fixed minor refresh bug in buffer clear functionSebastien Helleu
2005-09-13Fixed crash when closing a buffer used by more than one windowSebastien Helleu