summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-09-29Fix bug with arguments of function "config_new_option" in scripts APISebastien Helleu
2008-09-29Remove debug messageSebastien Helleu
2008-09-29Fix bug with IRC nick modes (was set when receiving channel modes)Sebastien Helleu
2008-09-26Add some missing functions in API: hook_connect and infolist creationSebastien Helleu
2008-09-25Add nick modes in bar item "input_prompt" for IRC pluginSebastien Helleu
2008-09-25Fix crash with ping and action IRC messages (bug ##24373)Sebastien Helleu
2008-09-24Fix /upgrade when there is one buffer for all IRC serversSebastien Helleu
2008-09-24Option irc.look.one_server_buffer reintroduced (all IRC servers in one buffer)Sebastien Helleu
2008-09-23Fix background bug with bar item "buffer_name" for IRC pluginSebastien Helleu
2008-09-23Fix help of /bar commandSebastien Helleu
2008-09-23Fix bug when changing options look.set_title and look.save_on_exit (bug #24350)Sebastien Helleu
2008-09-22Fix network connection for hostnames resolving to several IPs: try all IPs ↵Sebastien Helleu
in list until one succeeds (bug #21473, debian bug #498610)
2008-09-22Return IPv4/IPv6 address to connect hook callback when connection is ok ↵Sebastien Helleu
(used by IRC plugin to display IP of IRC server)
2008-09-22Fix display of away indicator in irc buffer name bar itemSebastien Helleu
2008-09-22Remove compilation warning about unused variables in perl pluginSebastien Helleu
2008-09-21Add away indicator in "buffer name" bar item (for IRC plugin)Sebastien Helleu
2008-09-21Add IRC bar items (buffer name, lag indicator), use bar items from plugins ↵Sebastien Helleu
with callback to core items if not found
2008-09-18Replace french word "pourcentage" by percentageSebastien Helleu
2008-09-18Remove "category" for buffers (keep only name).Sebastien Helleu
2008-09-15Fix help of /demo_infolist commandSebastien Helleu
2008-09-15Fix bug with line filtering on buffers with free contentSebastien Helleu
2008-09-07Fix probable pthread mutex lock on hppa architecture with perl plugin ↵Emmanuel Bouthenot
(Debian Bug #495080).
2008-09-07Enable Large File Support.Emmanuel Bouthenot
2008-09-05Many changes in docSebastien Helleu
2008-09-03Reintroduce /ignore command to ignore IRC nicks/hosts, using regexSebastien Helleu
2008-09-03Add infolist for list of filters ("filter")Sebastien Helleu
2008-09-03Add "no_filter" tag, to prevent some lines to be filtered (like output of ↵Sebastien Helleu
/filter command)
2008-09-02Add missing fifo sources for translationsSebastien Helleu
2008-09-02Add description for info and infolist hooksSebastien Helleu
2008-09-02Add new hooks in plugins: info (fifo_filename) and infolists (alias, ↵Sebastien Helleu
logger_buffer, xfer)
2008-09-02Add hotlist infolistSebastien Helleu
2008-09-02Fix refresh bug with bars when items are empty and size is zero (auto)Sebastien Helleu
2008-08-30Fix completion for /demo_infolist commandSebastien Helleu
2008-08-30Add new hooks (info and infolist), IRC plugin now return infos and infolistsSebastien Helleu
2008-08-26Clear nicklist for all channels when disconnected from IRC serverSebastien Helleu
2008-08-24Add nick filtering example in /help filterSebastien Helleu
2008-08-24Add some examples in /help filterSebastien Helleu
2008-08-24Fix crash with filters and day change linesSebastien Helleu
2008-08-24Add some variables in infolist for config optionsSebastien Helleu
2008-08-22Add hook infolist to plugins API, fix bugs with gettext in pluginsSebastien Helleu
2008-08-22Fix translation bugsSebastien Helleu
2008-08-22Fix IRC /server command, fix bugs with IRC servers options, remove temporary ↵Sebastien Helleu
server feature
2008-08-21Fix missing self nick display with /msg commandSebastien Helleu
2008-08-19Reintroduce /upgrade command, working only with core and IRC plugin todaySebastien Helleu
Command will be improved in near future and other plugins like xfer will be modified to manage upgrade process.
2008-07-28Fix display bug with some weird UTF-8 chars (bugs #19687 and #23943)Sebastien Helleu
2008-07-19Fix problem with logging of lines "Day changed to" (not logged any more to ↵Sebastien Helleu
file) (bug #23886)
2008-07-18Fix bug with buffer_search function in scripts (with empty arguments, to ↵Sebastien Helleu
find current buffer)
2008-07-18Add signals for IRC messages (recv/sent)Sebastien Helleu
2008-07-18Fix bug with input line when it starts with "//" (command is no more executed)Sebastien Helleu
2008-07-10Split "filling" bar value into "filling_top_bottom" and "filling_left_right" ↵Sebastien Helleu
to have a filling specific to top/bottom bars (vs left/right bars)