summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2006-10-30Fixed crash with Ctrl-T (transpose) and one char on line (bug #18153)Sebastien Helleu
2006-10-29Fixed bug with completion context (some variables were not properly reset)Sebastien Helleu
2006-10-29fix minor display bug in aspell pluginEmmanuel Bouthenot
2006-10-29adding $weechat_dir/python in the top of sys.pathEmmanuel Bouthenot
2006-10-28improve plugins/scripts completion template to use filename completionEmmanuel Bouthenot
2006-10-28minor improvement in aspell pluginEmmanuel Bouthenot
2006-10-28remove unused headerEmmanuel Bouthenot
2006-10-28improve filename completionEmmanuel Bouthenot
2006-10-27Removed automatic space after filename when using completionSebastien Helleu
2006-10-27adding filename completion (partially)Emmanuel Bouthenot
2006-10-27Fixed minor display bug when setting colored topicSebastien Helleu
2006-10-26fix memory leaks in python/script pluginEmmanuel Bouthenot
2006-10-26add modifiers in scripts/plugins API, cleaning code in script/plugins, ↵Emmanuel Bouthenot
improve display for stdout/stderr redirections for python and ruby
2006-10-25Fixed crash when unloading/reloading scripts using modifiersSebastien Helleu
2006-10-24Fixed bug with modifiers list in "/plugin listfull" commandSebastien Helleu
2006-10-24Fixed typo in /plugin command helpSebastien Helleu
2006-10-24Added "modifier" in plugins API, improved /plugin commandSebastien Helleu
2006-10-20Fixed bug on ignore with "mode" IRC command (bug #18058)Sebastien Helleu
2006-10-20Fixed crash when loading ruby script if file does not exist, with Ruby >= ↵Sebastien Helleu
1.9 only (bug #18064)
2006-10-16adding date field 'date' in get_buffer_data() function of plugins/scripts APIEmmanuel Bouthenot
2006-10-15Fixed typo with lines date when using /upgrade (makes weechat crash)Sebastien Helleu
2006-10-14Added alternate boolean values (true,1,false,0,..) for server optionsSebastien Helleu
2006-10-14Added date in plugin function get_buffer_data()Sebastien Helleu
2006-10-12Fixed some portability bugs (patch #5271)Sebastien Helleu
2006-10-12Mode changes with /op, /deop, /voice, /devoice, /halfop, /dehalfop are now ↵Sebastien Helleu
sent in one mode command to server (task #5968)
2006-10-12Added more values for config boolean values: y/true/t/1 and n/false/f/0 ↵Sebastien Helleu
(patch from Stalwart)
2006-10-12Fixed bug with alias when there's no $x and user args after alias commandSebastien Helleu
2006-10-10adding some missing headers in pluginsEmmanuel Bouthenot
2006-10-09Adding Lua 5.1 support, display plugins interpreter versions on configureEmmanuel Bouthenot
2006-10-09Fixed warning on AMD64Sebastien Helleu
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