Age | Commit message (Expand) | Author |
2005-12-06 | added /upgrade command, added ETA for DCC files | Sebastien Helleu |
2005-11-29 | Removed "look_color_nicks" option, using "col_nick_color1" if "look_color_nic... | Sebastien Helleu |
2005-11-29 | /nick command is now allowed when not connected to server | Sebastien Helleu |
2005-11-23 | Fixed bug with use of nick1 with a new server ("weechat_user" was used instea... | Sebastien Helleu |
2005-11-19 | Added read marker (indicator for first unread line), added quotes and spaces ... | Sebastien Helleu |
2005-11-15 | Fixed display bug with channel mode changes | Sebastien Helleu |
2005-11-10 | Fixed bug with DCC chat close and get_dcc_info plugin function | Sebastien Helleu |
2005-11-05 | Added color decode when sending some commands to server (like /me, /msg, ..) | Sebastien Helleu |
2005-11-05 | Fixed some bugs with color codes: | Sebastien Helleu |
2005-11-04 | Added message for /buffer notify completion | Sebastien Helleu |
2005-11-04 | Fixed crash when doing "/msg nickserv identify ..." | Sebastien Helleu |
2005-11-04 | - added major feature: new color management system (internal to WeeChat), now | Sebastien Helleu |
2005-10-31 | Fixed type used for htonl function (replaced u_int32_t by uint32_t, now OK under | Sebastien Helleu |
2005-10-30 | Fixed "jump to next server" action (was broken by new option "look_one_server... | Sebastien Helleu |
2005-10-30 | Added command line arguments to disable auto-connect to servers and plugins a... | Sebastien Helleu |
2005-10-30 | - added new setting (look_one_server_buffer): use same buffer for all servers | Sebastien Helleu |
2005-10-29 | fix detection of libgnutls | Emmanuel Bouthenot |
2005-10-28 | Added new return codes for plugin handlers, to discard messages for WeeChat, ... | Sebastien Helleu |
2005-10-27 | Clean up of IRC message parser (fixed potential bugs when long messages are r... | Sebastien Helleu |
2005-10-26 | Added partial match for highlights, patch by Jim Ramsay | Sebastien Helleu |
2005-10-22 | - added dcc_own_ip and dcc_port_range settings, patch by Jim Ramsay | Sebastien Helleu |
2005-10-16 | Added channel modes +e/+f, IRC commands 348,349,470 | Sebastien Helleu |
2005-10-15 | New plugin interface (loads dynamic C libraries) | Sebastien Helleu |
2005-10-03 | Added IRC commands: 008 and 381 | Sebastien Helleu |
2005-09-23 | Added /ame command (send CTCP action to all channels of all connected servers) | Sebastien Helleu |
2005-09-22 | Added setting "irc_notice_as_pv" to see notices as pv | Sebastien Helleu |
2005-09-20 | Added nicks colors in setup file | Sebastien Helleu |
2005-09-20 | Fixed DCC bug: delete failed file only if really empty (on disk) | Sebastien Helleu |
2005-09-15 | Fixed IRC message parser bug | Sebastien Helleu |
2005-09-15 | Fixed scroll problem (screen moving when scrolling and new line displayed) | Sebastien Helleu |
2005-09-11 | Added missing "return 0" in handler for IRC command 221 | Sebastien Helleu |
2005-09-10 | Added IRC commands: 042, 344, 345, 484 | Sebastien Helleu |
2005-09-07 | Added IRC command "221" | Sebastien Helleu |
2005-09-07 | Fixed command "331" ("no topic set for channel") | Sebastien Helleu |
2005-09-04 | Fixed bug with nick change | Sebastien Helleu |
2005-09-04 | Added /ignore and /unignore commands | Sebastien Helleu |
2005-09-03 | Fixed bug with strings comparison (str[n]casecmp) and some locales (like turk... | Sebastien Helleu |
2005-09-02 | Added "505" IRC command | Sebastien Helleu |
2005-08-26 | Set non blockant socket for dcc connection (as it was made before) | Sebastien Helleu |
2005-08-22 | Added command "020" | Sebastien Helleu |
2005-08-21 | Fixed empty private buffer when unknown CTCP is received | Sebastien Helleu |
2005-08-15 | Revert code for irc_cmd_send_join function code (to prevent lag when sending | Sebastien Helleu |
2005-08-14 | Fixed bug and memory leak in irc_cmd_send_join function | Sebastien Helleu |
2005-08-04 | add half (due to dcc) dcc support with proxies (only in ipv4 ) | Emmanuel Bouthenot |
2005-08-03 | fix an error in socket() while using ipv6 proxy | Emmanuel Bouthenot |
2005-08-01 | fix a stupid error about previous commit | Emmanuel Bouthenot |
2005-07-31 | improve support of keys when joining channel and with server autojoin | Emmanuel Bouthenot |
2005-07-31 | Fixed refrech bug when changing channel modes | Sebastien Helleu |
2005-07-22 | Join and part/quit prefixes (arrows) now displayed with different colors | Sebastien Helleu |
2005-07-20 | Fixed CTCP ACTION bug and now replies to CTCP PING on channels | Sebastien Helleu |