summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2006-10-09Fixed bug with /alias and arguments (like $1), now text after argument(s) is ↵Sebastien Helleu
used (bug #17944)
2006-10-08Fixed compilation warnings for AMD64Sebastien Helleu
2006-10-08Fixed comparison between a char and negative value (now using 'signed char' ↵Sebastien Helleu
to compare), this should fix minor display bug on some arch like PPC
2006-09-30Removed warnings with __USE_GNU and __USE_XOPENSebastien Helleu
2006-09-30Fixed crash for DCC receiver when resuming a file (bug #17885), fixed DCC ↵Sebastien Helleu
error for sender when receiver cancels DCC (bug #17852)
2006-09-28fix a bug (can make crash) when calling a script command with another script ↵Emmanuel Bouthenot
command
2006-09-28minor improvements on aspell plugin :Emmanuel Bouthenot
+ spellchecking is now available on commands like /me, /away, /query, ... + do not colorize urls : words begining with http(s)://, ftp(s)://, fish://, file://, etc + do not colorize words begining with '#' (channels) , '/' (commands), '-' (command option)
2006-09-24Removed compilation warning on ascii_strcasecmpSebastien Helleu
2006-09-23Fixed random crash with /upgrade command (error when loading buffers)Sebastien Helleu
2006-09-22Fixed crash with /buffer notify on server buffer when server_notify_levels ↵Sebastien Helleu
is empty
2006-09-16Fixed buffer search by server/channel: now if only channel is specified, a ↵Sebastien Helleu
channel of another server can be found
2006-09-12Fixed highlight for DCC, invite and notice: when a window is displaying ↵Sebastien Helleu
buffer, there's no highlight
2006-09-08Command "/away -all" now allowed when not connected to current serverSebastien Helleu
2006-09-08New signals handled: SIGTERM and SIGHUP (received when terminal is closed): ↵Sebastien Helleu
clean WeeChat quit (send quit to irc servers then quit WeeChat)
2006-09-08Fixed display of privates in hotlist: now display activity for privates (at ↵Sebastien Helleu
least messages) when server default notify is 1
2006-09-02Added some new default key bindings for existing keys (for some OS)Sebastien Helleu
2006-08-30Command /key now ok with one arg (key name): display key if foundSebastien Helleu
2006-08-28Fixed bug with CTCP VERSION sent on channels (bug #17547), added current ↵Sebastien Helleu
channel completion for /ctcp command
2006-08-27Removed unused variableSebastien Helleu
2006-08-27Fixed completion bug when many commands starts with same lettersSebastien Helleu
2006-08-26Fixed completion with alias calling user arguments ($1..$9)Sebastien Helleu
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