Age | Commit message (Expand) | Author |
2006-08-17 | Added 'C'lear option on IRC raw buffer | Sebastien Helleu |
2006-08-17 | IRC raw buffer now uses join/part prefix with color to display messages | Sebastien Helleu |
2006-08-17 | Fixed bug with display of message 329 (channel creation date), now displayed ... | Sebastien Helleu |
2006-08-17 | Added send of "quit" message to server when using /disconnect | Sebastien Helleu |
2006-08-17 | Fixed bug with display of message 329 (channel creation date), now displayed ... | Sebastien Helleu |
2006-08-17 | Added IRC command 329 (channel creation date) | Sebastien Helleu |
2006-08-17 | Added missing IRC commands: 310, 326 | Sebastien Helleu |
2006-08-17 | Fixed "wallops" command when received, now displayed by WeeChat (bug #17441) | Sebastien Helleu |
2006-08-10 | Fixed /wallops command (now many words are correctly sent) | Sebastien Helleu |
2006-08-10 | Fixed command 348 (channel exception list, received by /mode #chan e) | Sebastien Helleu |
2006-08-09 | Fixed crash when purging DCC when a closed DCC chat has no more buffer | Sebastien Helleu |
2006-08-07 | Added missing modes (channel & user), now all modes are allowed (bug #16606),... | Sebastien Helleu |
2006-08-05 | Fixed typo | Sebastien Helleu |
2006-08-05 | Added missing IRC command 338 | Sebastien Helleu |
2006-08-05 | Fixed DCC restore after /upgrade (now order is saved) | Sebastien Helleu |
2006-08-05 | Fixed away after server disconnection (now away is set again when reconnectin... | Sebastien Helleu |
2006-08-05 | adding functions : get_buffer_info, get_window_info, get_buffer_data and prin... | Emmanuel Bouthenot |
2006-08-05 | Fixed DCC file connection problem (connection from receiver to sender) | Sebastien Helleu |
2006-08-03 | Improved DCC speed (up to x5 on LAN) by forking for DCC files and a new optio... | Sebastien Helleu |
2006-07-30 | Fixed compilation problems under Irix | Sebastien Helleu |
2006-07-30 | Fixed crash when purging DCC with high number of DCC (> window size) | Sebastien Helleu |
2006-07-27 | Use of constants for min/max DCC blocksize | Sebastien Helleu |
2006-07-27 | Fixed completion for command handlers (now empty completion_template means ni... | Sebastien Helleu |
2006-07-27 | Fixed nick alignment problem when look_nickmode is off | Sebastien Helleu |
2006-07-25 | Added generic function for incoming numeric IRC commands (bug #16611) | Sebastien Helleu |
2006-07-25 | Fixed crash when doing "/part something" on a server buffer (bug #17201) | Sebastien Helleu |
2006-07-23 | Removed useless call to doupdate() | Sebastien Helleu |
2006-07-23 | Splited weechat.c into weechat.c and util.c | Sebastien Helleu |
2006-07-22 | Charsets are now checked when set by /charset command | Sebastien Helleu |
2006-07-18 | Added "look_save_on_exit" option (patch from Emanuele Giaquinta) | Sebastien Helleu |
2006-07-16 | Fixed crash on DCC buffer under Darwin 8 (bug #17115) | Sebastien Helleu |
2006-07-16 | added some panel functions, fixed refresh bugs when terminal is resized: too ... | Sebastien Helleu |
2006-07-09 | Added "-delete" argument for /topic completion | Sebastien Helleu |
2006-07-04 | Fixed typo in help for script plugin commands (/perl, /python, /ruby, /lua) | Sebastien Helleu |
2006-07-01 | Fixed typos | Sebastien Helleu |
2006-06-30 | Fixed bug with spaces in script names (bug #16957) | Sebastien Helleu |
2006-06-29 | Replaced call to plugin_find_server_channel() by gui_buffer_search() in weech... | Sebastien Helleu |
2006-06-28 | Fixed random crash when "MODE #chan -l" is received | Sebastien Helleu |
2006-06-28 | Fixed bug in IRC parser (random crash with malformed IRC messages) | Sebastien Helleu |
2006-06-26 | Fixed refresh bug (too many refresh) when terminal is resized | Sebastien Helleu |
2006-06-26 | Fixed crash with crash dump (nice isn't it?) | Sebastien Helleu |
2006-06-26 | Case ignored for channel names in charset options (bug #16858) | Sebastien Helleu |
2006-06-24 | Fixed crash when setting look_one_server_buffer to ON (bug #16932) | Sebastien Helleu |
2006-06-22 | Added new functions in plugin/script API: get window info, get buffer info, g... | Sebastien Helleu |
2006-06-20 | do not check words made of punctuation and digits and fix a bug while saving ... | Emmanuel Bouthenot |
2006-06-16 | improve aspell checking, do not check nicks in chans, take care of punctuatio... | Emmanuel Bouthenot |
2006-06-16 | Fixed display bug with special char (bug #16732) | Sebastien Helleu |
2006-06-16 | improvements in python scripts context management | Emmanuel Bouthenot |
2006-06-15 | improve python sub-interpreters management | Emmanuel Bouthenot |
2006-06-15 | Added color encoding for some commands like /me | Sebastien Helleu |