summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-08-05Fixed DCC file connection problem (connection from receiver to sender)Sebastien Helleu
2006-08-03Improved DCC speed (up to x5 on LAN) by forking for DCC files and a new optio...Sebastien Helleu
2006-07-30Fixed compilation problems under IrixSebastien Helleu
2006-07-30Fixed crash when purging DCC with high number of DCC (> window size)Sebastien Helleu
2006-07-29Added question about $TERM valueSebastien Helleu
2006-07-27Use of constants for min/max DCC blocksizeSebastien Helleu
2006-07-27Updated options/commands for docSebastien Helleu
2006-07-27Fixed completion for command handlers (now empty completion_template means ni...Sebastien Helleu
2006-07-27Fixed nick alignment problem when look_nickmode is offSebastien Helleu
2006-07-25Added generic function for incoming numeric IRC commands (bug #16611)Sebastien Helleu
2006-07-25Fixed crash when doing "/part something" on a server buffer (bug #17201)Sebastien Helleu
2006-07-23Removed useless call to doupdate()Sebastien Helleu
2006-07-23Splited weechat.c into weechat.c and util.cSebastien Helleu
2006-07-22Charsets are now checked when set by /charset commandSebastien Helleu
2006-07-19Updated translationsSebastien Helleu
2006-07-19Fixed typoSebastien Helleu
2006-07-18Added "look_save_on_exit" option (patch from Emanuele Giaquinta)Sebastien Helleu
2006-07-16Fixed crash on DCC buffer under Darwin 8 (bug #17115)Sebastien Helleu
2006-07-16added some panel functions, fixed refresh bugs when terminal is resized: too ...Sebastien Helleu
2006-07-15Fixed typoSebastien Helleu
2006-07-10Replaced weechat-html(-one).xsl by .xsl.in in EXTRA_DISTSebastien Helleu
2006-07-09Added "-delete" argument for /topic completionSebastien Helleu
2006-07-07Renamed weechat-html-one.xsl to weechat-html-one.xsl.inSebastien Helleu
2006-07-07Renamed weechat-html.xsl to weechat-html.xsl.inSebastien Helleu
2006-07-07Added configure option for doc XSL prefix (bug #16991)Sebastien Helleu
2006-07-04Fixed typo in help for script plugin commands (/perl, /python, /ruby, /lua)Sebastien Helleu
2006-07-01Fixed typosSebastien Helleu
2006-06-30Fixed bug with spaces in script names (bug #16957)Sebastien Helleu
2006-06-29Replaced call to plugin_find_server_channel() by gui_buffer_search() in weech...Sebastien Helleu
2006-06-29Sync with official debian packageJulien Louis
2006-06-28Updated translationsSebastien Helleu
2006-06-28Fix evaluation of ${datadir} with new (CVS) autoconfJulien Louis
2006-06-28Fixed random crash when "MODE #chan -l" is receivedSebastien Helleu
2006-06-28File automatically updatedSebastien Helleu
2006-06-28Fixed bug in IRC parser (random crash with malformed IRC messages)Sebastien Helleu
2006-06-26Fixed refresh bug (too many refresh) when terminal is resizedSebastien Helleu
2006-06-26Fixed crash with crash dump (nice isn't it?)Sebastien Helleu
2006-06-26Case ignored for channel names in charset options (bug #16858)Sebastien Helleu
2006-06-24Fixed crash when setting look_one_server_buffer to ON (bug #16932)Sebastien Helleu
2006-06-22Added new functions in plugin/script API: get window info, get buffer info, g...Sebastien Helleu
2006-06-20do not check words made of punctuation and digits and fix a bug while saving ...Emmanuel Bouthenot
2006-06-20Added Makefile.am for czech quickstart guideSebastien Helleu
2006-06-20Added czech quickstart guideSebastien Helleu
2006-06-17Fixed FIFO samples in scriptsSebastien Helleu
2006-06-16improve aspell checking, do not check nicks in chans, take care of punctuatio...Emmanuel Bouthenot
2006-06-16Fixed display bug with special char (bug #16732)Sebastien Helleu
2006-06-16improvements in python scripts context managementEmmanuel Bouthenot
2006-06-15improve python sub-interpreters managementEmmanuel Bouthenot
2006-06-15Added color encoding for some commands like /meSebastien Helleu
2006-06-15add iconv/libiconv detectionEmmanuel Bouthenot