summaryrefslogtreecommitdiff
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 typos in doc for scripts examples (get_buffer_info and get_buffer_data)Sebastien Helleu
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-20Fixed typo in russian translationSebastien Helleu
2006-08-20Updated russian translationsSebastien Helleu
2006-08-20Added debian/weechat.xpm in EXTRA_DIST filesSebastien Helleu
2006-08-19Fixed typo in czech translationSebastien Helleu
2006-08-19Updated czech translationsSebastien Helleu
2006-08-19Added missing aspell plugin in ChangeLog for v0.2.0Sebastien Helleu
2006-08-19Fixed nick refresh problem with unrealircd specific modes: chan owner (~) ↵Sebastien Helleu
and chan admin (&) (bug #17340)
2006-08-19Version 0.2.1-cvsSebastien Helleu
2006-08-19Version 0.2.0Sebastien Helleu
2006-08-19Added missing API plugin functions in doc: mkdir_home, get_irc_color, ↵Sebastien Helleu
input_color, get_window_info, free_window_info, get_buffer_info, free_buffer_info, get_buffer_data, free_buffer_data. Removed /panel command for release.
2006-08-19Removed /panel command for release (command under development)Sebastien Helleu
2006-08-19Fixed typosSebastien Helleu
2006-08-18Updated russian translationsSebastien Helleu
2006-08-17Sync debian packagingJulien Louis
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-16Updated hungarian translationsSebastien 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-09Added DCC fast in docSebastien Helleu
2006-08-09Added release note about /upgrade and modes when upgrading to version 0.2.0Sebastien 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-05Added missing translationsSebastien Helleu
2006-08-05Added missing translationsSebastien Helleu
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-29Added question about $TERM valueSebastien Helleu