1882 Commits

Author SHA1 Message Date
Sebastien Helleu
ae612a811b Many changes in doc 2008-09-05 18:52:59 +02:00
Sebastien Helleu
e43dd39646 Reintroduce /ignore command to ignore IRC nicks/hosts, using regex 2008-09-03 18:20:35 +02:00
Sebastien Helleu
909d123692 Update translations 2008-09-03 10:10:33 +02:00
Sebastien Helleu
cd586cda77 Add infolist for list of filters ("filter") 2008-09-03 10:09:22 +02:00
Sebastien Helleu
209df25bdb Add "no_filter" tag, to prevent some lines to be filtered (like output of /filter command) 2008-09-03 09:39:08 +02:00
Sebastien Helleu
94c9b21450 Generate list of infos and infolists hooked for documentation (via docgen.pl script) 2008-09-02 17:31:28 +02:00
Sebastien Helleu
95b636c24c Add missing fifo sources for translations 2008-09-02 17:30:41 +02:00
Sebastien Helleu
e7dcf13764 Add description for info and infolist hooks 2008-09-02 17:02:59 +02:00
Sebastien Helleu
e756f4770a Add new hooks in plugins: info (fifo_filename) and infolists (alias, logger_buffer, xfer) 2008-09-02 15:42:20 +02:00
Sebastien Helleu
b03393fd42 Add hotlist infolist 2008-09-02 11:56:38 +02:00
Sebastien Helleu
1b726d3c71 Fix refresh bug with bars when items are empty and size is zero (auto) 2008-09-02 10:38:06 +02:00
Sebastien Helleu
aca489be93 Add --disable-doc option for configure (task #8576) 2008-08-30 12:40:39 +02:00
Sebastien Helleu
b09f7596e2 Minor changes in doc (intro and install) 2008-08-30 12:20:16 +02:00
Sebastien Helleu
c726a65833 Update of english and french quickstart guides 2008-08-30 10:49:46 +02:00
Sebastien Helleu
7f9557e88e Convert all XML doc files to UTF-8 charset 2008-08-30 10:49:19 +02:00
Sebastien Helleu
9e134e6a09 Fix completion for /demo_infolist command 2008-08-30 00:32:32 +02:00
Sebastien Helleu
0839b359f9 Add new hooks (info and infolist), IRC plugin now return infos and infolists 2008-08-30 00:25:56 +02:00
Sebastien Helleu
eb57354984 Clear nicklist for all channels when disconnected from IRC server 2008-08-26 18:01:11 +02:00
Sebastien Helleu
451dd58f16 Add nick filtering example in /help filter 2008-08-24 19:16:03 +02:00
Sebastien Helleu
0003ae9251 Add some examples in /help filter 2008-08-24 18:31:13 +02:00
Sebastien Helleu
be7f17237f Remove old buildxml.pl script (replaced by docgen.pl) 2008-08-24 12:51:14 +02:00
Sebastien Helleu
b7a60502ed New script docgen.pl to build XML doc files with commands and options for core and plugins 2008-08-24 12:48:51 +02:00
Sebastien Helleu
2b8aa56917 Fix crash with filters and day change lines 2008-08-24 09:12:06 +02:00
Sebastien Helleu
b009f29021 Add some variables in infolist for config options 2008-08-24 08:57:59 +02:00
Sebastien Helleu
74d595498d Add hook infolist to plugins API, fix bugs with gettext in plugins 2008-08-22 21:34:29 +02:00
Sebastien Helleu
4185de5219 Fix translation bugs 2008-08-22 12:24:24 +02:00
Sebastien Helleu
0a211bdc49 Fix IRC /server command, fix bugs with IRC servers options, remove temporary server feature 2008-08-22 12:16:09 +02:00
Sebastien Helleu
cba1ebdbf4 Change version from 0.2.7-dev to 0.2.7-dev-protocols, to prevent confusion with git main branch 2008-08-21 11:39:52 +02:00
Sebastien Helleu
9de580a85b Fix missing self nick display with /msg command 2008-08-21 10:53:12 +02:00
Sebastien Helleu
2c01447358 Fix french translation of /invite command 2008-08-20 15:21:20 +02:00
Sebastien Helleu
b76d7e4a5c Reintroduce /upgrade command, working only with core and IRC plugin today
Command will be improved in near future and other plugins like xfer
will be modified to manage upgrade process.
2008-08-19 23:22:52 +02:00
Jiri Golembiovsky
ff1983533b Updated czech translations 2008-08-02 22:12:14 +02:00
Sebastien Helleu
43029de8f5 Fix display bug with some weird UTF-8 chars (bugs #19687 and #23943) 2008-07-28 18:20:13 +02:00
Sebastien Helleu
8218151c31 Fix problem with logging of lines "Day changed to" (not logged any more to file) (bug #23886) 2008-07-19 09:37:25 +02:00
Sebastien Helleu
103b627c1d Fix bug with buffer_search function in scripts (with empty arguments, to find current buffer) 2008-07-18 18:33:50 +02:00
Sebastien Helleu
7f7765f7cf Add signals for IRC messages (recv/sent) 2008-07-18 11:16:20 +02:00
Sebastien Helleu
fe302c1722 Fix bug with input line when it starts with "//" (command is no more executed) 2008-07-18 08:23:59 +02:00
Sebastien Helleu
f93837d5c8 Split "filling" bar value into "filling_top_bottom" and "filling_left_right" to have a filling specific to top/bottom bars (vs left/right bars) 2008-07-10 17:53:22 +02:00
Sebastien Helleu
abe0e13068 Fix prefix color in nicklist with nick status (op/voice/..) is changed 2008-07-09 11:00:49 +02:00
Sebastien Helleu
4d76b74ab2 Remove error message when bar is not found for scroll 2008-07-08 08:13:22 +02:00
Julien Louis
1788d95a0b Fix build witch cmake 2.6 when the new cmake_policy is used
Signed-off-by: Julien Louis <ptitlouis@sysif.net>
2008-07-07 13:15:50 +02:00
Sebastien Helleu
aa39c0c7ca Fix build with cmake: quotes missing around version 2008-07-07 10:01:18 +02:00
Sebastien Helleu
8d68630eb8 Update ChangeLog: bug #16356 fixed (wide chars in input) 2008-07-06 12:13:31 +02:00
Sebastien Helleu
f26c80a483 Fix display bug with history_next in input bar (text not erased) 2008-07-06 12:00:31 +02:00
Sebastien Helleu
28fd76930a Update ChangeLog 2008-07-06 11:45:11 +02:00
Sebastien Helleu
7907fee369 Fix display bug with prefix_align_max for highlighted lines 2008-07-06 11:40:23 +02:00
Sebastien Helleu
9d911f6c11 Display number of lines remaining after last line displayed screen in "-MORE-" indicator 2008-07-06 11:36:05 +02:00
Sebastien Helleu
28088484df Fix other bugs with prefix alignment 2008-07-06 10:52:58 +02:00
Sebastien Helleu
c32f244fff Fix display bug with prefix_align_max option (bug #23777) 2008-07-06 10:02:26 +02:00
Julien Louis
1f787ddcba Fix some warnings with cmake 2.6
Signed-off-by: Julien Louis <ptitlouis@sysif.net>
2008-07-04 17:31:22 +02:00