summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2006-08-26fix bugs in get_buffer_data() which breaks the retrieval of buffer content ↵Emmanuel Bouthenot
(perl, lua)
2006-08-26Fixed nicklist display bug when top/bottom (not enough lines) (bug #17537)Sebastien Helleu
2006-08-26Fixed bug with auto-rejoin of keyed chans (bug #17534)Sebastien Helleu
2006-08-26Added default nick completion when line starts with '//' (bug #17535)Sebastien Helleu
2006-08-26Values yes/no accepted (as on/off) for config boolean values (task #5454)Sebastien Helleu
2006-08-25Added server default notify level (task #5634), fixed crashs with /buffer ↵Sebastien Helleu
and /charset commands when not connected to any server (bug #17525)
2006-08-22Added arguments $1,$2,..,$9 and $* for alias (task #5831), added special ↵Sebastien Helleu
vars $nick/$channel/$server for server_command, alias and plugin command handlers
2006-08-20Added hotlist in session file when using /upgrade command (task #5449)Sebastien Helleu
2006-08-19Fixed nick refresh problem with unrealircd specific modes: chan owner (~) ↵Sebastien Helleu
and chan admin (&) (bug #17340)
2006-08-19Removed /panel command for release (command under development)Sebastien Helleu
2006-08-19Fixed typosSebastien Helleu
2006-08-17Added 'C'lear option on IRC raw bufferSebastien Helleu
2006-08-17IRC raw buffer now uses join/part prefix with color to display messagesSebastien Helleu
2006-08-17Fixed bug with display of message 329 (channel creation date), now displayed ↵Sebastien Helleu
after a /cycle
2006-08-17Added send of "quit" message to server when using /disconnectSebastien Helleu
2006-08-17Fixed bug with display of message 329 (channel creation date), now displayed ↵Sebastien Helleu
only when joining a new channel
2006-08-17Added IRC command 329 (channel creation date)Sebastien Helleu
2006-08-17Added missing IRC commands: 310, 326Sebastien Helleu
2006-08-17Fixed "wallops" command when received, now displayed by WeeChat (bug #17441)Sebastien Helleu
2006-08-10Fixed /wallops command (now many words are correctly sent)Sebastien Helleu
2006-08-10Fixed command 348 (channel exception list, received by /mode #chan e)Sebastien Helleu
2006-08-09Fixed crash when purging DCC when a closed DCC chat has no more bufferSebastien Helleu
2006-08-07Added missing modes (channel & user), now all modes are allowed (bug ↵Sebastien Helleu
#16606), added "%m" for completion with self nick (on current server)
2006-08-05Fixed typoSebastien Helleu
2006-08-05Added missing IRC command 338Sebastien Helleu
2006-08-05Fixed DCC restore after /upgrade (now order is saved)Sebastien Helleu
2006-08-05Fixed away after server disconnection (now away is set again when ↵Sebastien Helleu
reconnecting) (bug #16359)
2006-08-05adding functions : get_buffer_info, get_window_info, get_buffer_data and ↵Emmanuel Bouthenot
print_server in scripts API
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 ↵Sebastien Helleu
option "dcc_fast_send" (does not wait for ACK) (task #5758)
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-27Use of constants for min/max DCC blocksizeSebastien Helleu
2006-07-27Fixed completion for command handlers (now empty completion_template means ↵Sebastien Helleu
nick completion, "-" string means no completion at all)
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-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
many refreshs, display bug with splited windows
2006-07-09Added "-delete" argument for /topic completionSebastien 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 ↵Sebastien Helleu
weechat_plugin_get_buffer_data()
2006-06-28Fixed random crash when "MODE #chan -l" is receivedSebastien Helleu
2006-06-28Fixed bug in IRC parser (random crash with malformed IRC messages)Sebastien Helleu