summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-20Fixed crash when loading ruby script if file does not exist, with Ruby >= 1.9...Sebastien Helleu
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-12Fixed iconv detection for BSD (patch #5456)Sebastien Helleu
2006-10-12Fixed typo in configure.in (bash specific test) (patch #5450)Sebastien Helleu
2006-10-12Mode changes with /op, /deop, /voice, /devoice, /halfop, /dehalfop are now se...Sebastien Helleu
2006-10-12Added more values for config boolean values: y/true/t/1 and n/false/f/0 (patc...Sebastien Helleu
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
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' t...Sebastien Helleu
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 err...Sebastien Helleu
2006-09-28fix a bug (can make crash) when calling a script command with another script ...Emmanuel Bouthenot
2006-09-28Add AC_GNU_SOURCE macro callJulien Louis
2006-09-28minor improvements on aspell plugin :Emmanuel Bouthenot
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 is...Sebastien Helleu
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 ch...Sebastien Helleu
2006-09-12Fixed highlight for DCC, invite and notice: when a window is displaying buffe...Sebastien Helleu
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): c...Sebastien Helleu
2006-09-08Fixed display of privates in hotlist: now display activity for privates (at l...Sebastien Helleu
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 chan...Sebastien Helleu
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 (p...Emmanuel Bouthenot
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