summaryrefslogtreecommitdiff
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-09Improve lua detection and make lua 5.1 the default versionJulien Louis
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-10-01Version 0.2.2-cvsSebastien Helleu
2006-10-01Version 0.2.1Sebastien Helleu
2006-10-01Updated czech translationsSebastien Helleu
2006-09-30Removed warnings with __USE_GNU and __USE_XOPENSebastien Helleu
2006-09-30File automatically updatedSebastien Helleu
2006-09-30Fixed wrong bug # in ChangeLog: #17852 => #17838Sebastien 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-28Add AC_GNU_SOURCE macro callJulien Louis
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-20Added keepnick python scriptSebastien Helleu
2006-09-16Initial importJulien Louis
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-29Translated parts of german doc from english to germanSebastien 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-26Fixed typo in doc for example of get_buffer_data (lua)Sebastien Helleu
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