summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-03-20Fixed minor bug in /upgrade commandSebastien Helleu
2007-03-20Added case-sensitive search in buffer, display marker for each line matching ↵Sebastien Helleu
search
2007-03-19Fixed bug with explode_string / free_exploded_string when max_items > 0Sebastien Helleu
2007-03-16Replaced ctrl-S by ctrl-R for interactive and incremental searchSebastien Helleu
2007-03-16Added new key (ctrl-S) for interactive and incremental search in buffer ↵Sebastien Helleu
history (task #6628)
2007-03-16Fixed /topic completion when no topic set on current channel (bug #19322)Sebastien Helleu
2007-03-16Improved password hiding, code cleanup (bug #19229) (new commit after ↵Sebastien Helleu
savannah crash)
2007-03-15Added away info on status bar for server buffer when look_one_server_buffer ↵Sebastien Helleu
is ON (new commit after savannah crash)
2007-03-09make arguments for function get_buffer_data() mandatory in plugins/scriptsEmmanuel Bouthenot
2007-03-07Updated translationsSebastien Helleu
2007-03-06Added new return code in plugin API to force highlight (for message handlers ↵Sebastien Helleu
only)
2007-03-06Fixed bug with server buffer when "look_one_server_buffer" is ON and server ↵Sebastien Helleu
buffer is moved to any number > 1 (bug #19219)
2007-03-05Fixed /help command: displays plugin help for redefined commands (bug #19166)Sebastien Helleu
2007-03-05Updated /help alias with $nick/$channel/$server (bug #19194)Sebastien Helleu
2007-03-01Prefix '/' disabled in commands (patch #5769)Sebastien Helleu
2007-03-01Fixed completion of redefined commands removed by plugins (bug #19176)Sebastien Helleu
2007-02-28fix some memory leaks in perl plugin/scriptEmmanuel Bouthenot
2007-02-28fix some memory leaks in python plugin/scriptEmmanuel Bouthenot
2007-02-27bug fix and code cleanup in plugins/scriptsEmmanuel Bouthenot
2007-02-17fix the possibility to load a perl script even if it doesn't call register() ↵Emmanuel Bouthenot
function
2007-02-12Added "call" option to /key command, added new key function "insert" to ↵Sebastien Helleu
insert text on command line (task #6468)
2007-02-06Fixed permissions on "dcc" and "logs" directories (bug #18978)Sebastien Helleu
2007-02-05Added event handlers in plugin list commands outputs (/plugin and script ↵Sebastien Helleu
commands)
2007-02-05Added event handler to plugin APISebastien Helleu
2007-02-03Added numeric argument for /clear command (buffer number) (patch #5372)Sebastien Helleu
2007-01-21Fixed crash when /away command is issued with no server connection (bug #18839)Sebastien Helleu
2007-01-16Fixed crash when closing a buffer opened on many windowsSebastien Helleu
2007-01-16Fixed freeze with SSL server when disconnecting after connection loss (bug ↵Sebastien Helleu
#18735)
2007-01-09Fixed display bugs with nicklist at top/bottom when look_nicklist_separator ↵Sebastien Helleu
is OFF (bug #18737)
2007-01-08Fixed bug in topic displaySebastien Helleu
2007-01-08Fixed again iconvSebastien Helleu
2007-01-08Fixed iconv problem, causing truncated words when using iso localeSebastien Helleu
2007-01-07Fixed topic scroll when topic has multi-bytes charsSebastien Helleu
2007-01-07Fixed display bug in nicklist with cyrillic nick namesSebastien Helleu
2007-01-06Fixed compilation problem with iconv under FreeBSDSebastien Helleu
2007-01-06Fixed bugs with charset: now decodes/encodes nicks and channels in IRC ↵Sebastien Helleu
messages (bug #18716)
2007-01-05Changed copyright date (2006 -> 2007)Sebastien Helleu
2007-01-01Fixed bug with status bar (missing refresh) when closing a bufferSebastien Helleu
2007-01-01Fixed bug with use of first buffer for a channel if not connected to server ↵Sebastien Helleu
(now allowed only for a server buffer)
2006-12-26Fixed refresh bug with private buffer titleSebastien Helleu
2006-12-11Fixed memory leak in /charset commandSebastien Helleu
2006-12-08Fixed bug with nick completion in command args (now uses option ↵Sebastien Helleu
look_nick_completion_ignore)
2006-12-05Fixed display bug with color for first line on screen (bug #17719)Sebastien Helleu
2006-12-04Added anti-flood option (irc_anti_flood) (task #5442)Sebastien Helleu
2006-12-04Fixed display bug with charset on DCC and IRC raw buffersSebastien Helleu
2006-12-04Fixed bug with "set_config" function in plugins API (bug #18448)Sebastien Helleu
2006-12-03Fixed bug in plugin modifier exec when many modifiers are called for a messageSebastien Helleu
2006-12-03Fixed charset problem with date in log files when using ISO charsetSebastien Helleu
2006-12-01Plugins: "add_message_handler" now accepts "*" for all IRC messagesSebastien Helleu
2006-12-01Fixed charset bug when displaying "Day changed" messageSebastien Helleu