summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2005-09-13Fixed crash when closing a buffer used by more than one windowSebastien Helleu
2005-09-10Added IRC commands: 042, 344, 345, 484Sebastien Helleu
2005-09-07Fixed DCC display bug (now decodes strings according to charset)Sebastien Helleu
2005-09-04Added /ignore and /unignore commandsSebastien Helleu
2005-09-03Fixed bug with strings comparison (str[n]casecmp) and some locales (like turk...Sebastien Helleu
2005-09-02Signal SIGQUIT is now ignoredSebastien Helleu
2005-08-17Fixed refresh bug when one line is bigger than screen sizeSebastien Helleu
2005-08-16Fixed look_nicklist_min_size and look_nicklist_max_size optionsSebastien Helleu
2005-08-15Revert code for irc_cmd_send_join function code (to prevent lag when sendingSebastien Helleu
2005-07-31Fixed refrech bug when changing channel modesSebastien Helleu
2005-07-31Jump to next server now saves current channel buffer for each serverSebastien Helleu
2005-07-30ctrl-up/ctrl-down keys added to call previous/next command in global history ...Sebastien Helleu
2005-07-30Version 0.1.4Sebastien Helleu
2005-07-22Join and part/quit prefixes (arrows) now displayed with different colorsSebastien Helleu
2005-07-19Added "irc_highlight" setting, fixed crash when doing /part on an active DCC ...Sebastien Helleu
2005-07-19Fixed auto-rejoin for channels with keySebastien Helleu
2005-07-17Fixed /ctcp command (now any command/data allowed)Sebastien Helleu
2005-07-17Added /amsg command (send text to all channels of all connected servers)Sebastien Helleu
2005-07-16Added alt-k key to grab a key and insert result into input bufferSebastien Helleu
2005-07-14- fixed SIGSEGV handler (now write a core file by aborting program)Sebastien Helleu
2005-07-13Added color for private in hotlist (different than color for highlight)Sebastien Helleu
2005-07-13Added DCC resumeSebastien Helleu
2005-07-12- added DCC timeoutSebastien Helleu
2005-07-12Added function for Perl/Python to get DCC listSebastien Helleu
2005-07-11Topic completion now decodes UTF-8 stringSebastien Helleu
2005-07-11Fixed bug with IRC URL on command line (irc://)Sebastien Helleu
2005-07-09- new keyboard management: keys are setup in config file, new command /key wa...Sebastien Helleu
2005-07-06Channels auto-prefixed by "#" (if no prefix found) for /join commandSebastien Helleu
2005-07-02Version 0.1.3Sebastien Helleu
2005-06-30 - proxy support (http, socks4, socks5) with authentification for http, socks5Emmanuel Bouthenot
2005-06-30* commands from users outside channel now authorized (if special user or chan...Sebastien Helleu
2005-06-27Added IPv6 supportSebastien Helleu
2005-06-21Added certificate management in SSL (connection now ok with SSL server)Sebastien Helleu
2005-06-20kill command now received and displayedSebastien Helleu
2005-06-19Added SSL support with gnutls libSebastien Helleu
2005-06-19Channel notify levels are saved in config fileSebastien Helleu
2005-06-18part message now accepts %v (replaced by WeeChat version), like quit messageSebastien Helleu
2005-06-16errors while loading perl scripts are now displayed in server buffer (instead...Emmanuel Bouthenot
2005-06-16in python scripts, all messages written in stdin and stderr are redirect in s...Emmanuel Bouthenot
2005-06-16Fixed plugins "print" and "prnt" functions: now ok for writing on server buffersSebastien Helleu
2005-06-15Fixed color problem with new libcurses versionSebastien Helleu
2005-05-31Fixed crash when using alt-S or alt-X keys on DCC buffer (alt-D)Sebastien Helleu
2005-05-24Fixed startup crash when weechat config file is not foundSebastien Helleu
2005-05-21Version 0.1.2Sebastien Helleu
2005-05-07Perl and Python libraries now cheked in configure scriptSebastien Helleu
2005-05-05Improved Perl interface and some changes in Python:Sebastien Helleu
2005-05-01Added Python plugin supportSebastien Helleu
2005-04-30Added nicklist scroll keys (Alt+{home/end/pgup/pgdn} or F11/F12)Sebastien Helleu
2005-04-30Changes for Mac OS X platform (now ok)Sebastien Helleu
2005-04-28Added IRC command "671"Sebastien Helleu