diff options
author | Berke Viktor <berkeviktor@aol.com> | 2012-03-16 00:08:01 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2012-03-16 00:08:01 +0100 |
commit | 0452f9582eb1221bb44f9a078452a6b86c662c00 (patch) | |
tree | e60c602c36d32fc25b9f266cebc06f967064bad3 /ChangeLog | |
parent | 3672db76c506f77e85e4cafdb031c37596599e31 (diff) | |
parent | 1012be5efbf01597d4edfd8071068286a77ff2dd (diff) |
Merge branch 'master' into wdk
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e8839f0c..f5714ea8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,6 +16,13 @@ highlights. The full CVS log is available at www.xchat.org/cvslog/ ------------------------------------------------------------------------------ - Emit the Topic Change event before setting the topic internally so plugins can access the old topic inside the callback. + - Add two options url_grabber and url_grabber_limit. + * url_grabber is a boolean for enabling/disabling the url grabber + * url_grabber_limit is an integer controlling the number of URLs the + URL Grabber will keep around. Setting it to 0 leaves it unlimited as in + previous versions. + - Fixed a bug with the URL Grabber where it fails to grab a URL if the URL + is the first thing in the message. - Perl (Lian Wan Situ) * Added two new options to hook_print, run_after_event and filter. See documentation for details. |