ailin-nemui
15f79a713f
set version to 0.8.18a-head
2016-03-23 00:08:35 +01:00
ailin-nemui
b91f3c3025
tag as 0.8.18
2016-02-08 21:18:04 +01:00
ailin-nemui
8ab537cf22
sync docs
2016-02-08 21:18:04 +01:00
ailin-nemui
06fdfd617e
sync scriptassist.pl
2016-02-08 14:38:33 +01:00
ailin-nemui
38b1121989
Merge branch '0.8.18-beta1' into 0.8.18-beta2
2016-01-12 23:34:44 +01:00
ailin-nemui
424675f9df
Merge branch '0.8.18-beta1' (early part) into 0.8.18-beta2
2016-01-12 23:27:43 +01:00
ailin-nemui
62cab9d662
Merge pull request #393 from ailin-nemui/moduleversion-perl
...
forward ABI to perl modules
2016-01-11 21:19:35 +01:00
ailin-nemui
bd2c549064
Merge pull request #394 from ailin-nemui/reset-history
...
option to clear the history
2016-01-11 21:04:48 +01:00
ailin-nemui
8f37095969
Merge pull request #389 from ailin-nemui/hilight2-up
...
keep track of address in text_dest for hilight purposes
2016-01-11 21:04:43 +01:00
ailin-nemui
d16f57b378
Merge pull request #390 from LemonBoy/ignore-find
...
Clean up the ignore_find API to make it more powerful.
2016-01-11 21:04:27 +01:00
ailin-nemui
12f4f1fa24
Merge pull request #396 from mauke/master
...
make /knockout use /unban to remove bans
2016-01-08 20:27:47 +01:00
Lukas Mai
41088b6f65
make /knockout use /unban to remove bans
...
/knockout uses /ban to set bans but calls ban_remove() directly to
remove them. This commit makes it use /unban instead. This allows
scripts that hook ban/unban to work automatically with /knockout.
2016-01-08 19:37:29 +01:00
ailin-nemui
83a7ce2e00
Merge pull request #395 from mauke/master
...
irc/core/irc-commands.c: fix indentation
2016-01-08 19:28:46 +01:00
Lukas Mai
cf90b2122e
irc/core/irc-commands.c: fix indentation
2016-01-08 18:52:59 +01:00
ailin-nemui
ad842ea8a6
reorder history add and fixes
2016-01-08 15:42:59 +01:00
ailin-nemui
4659cea65a
option to clear the history
2016-01-08 15:19:13 +01:00
ailin-nemui
cfb6123a7a
forward ABI to perl modules
2016-01-07 09:26:02 +01:00
ailin-nemui
be6d7629e3
Merge pull request #392 from mauke/master
...
irssiproxy: avoid using pointer after freeing it
2016-01-06 12:57:20 +01:00
Lukas Mai
837e03bd8f
irssiproxy: avoid using pointer after freeing it
2016-01-06 12:45:18 +01:00
LemonBoy
dbee606c60
Don't break the API.
...
Have a ignore_find_full method that is the one that all the new code
should be using and provide some working stubs for ignore_find and
ignore_find_noact.
2016-01-03 21:26:57 +01:00
LemonBoy
609f3ba6c2
Clean up the ignore_find API to make it more powerful.
...
This way we prevent the creation of duplicate ignores since the old code
skipped the ignore_find call when a pattern was specified.
It should also cover all the cases where the ignores would be wrongly
overwritten, such as the case outlined in #78 .
2016-01-03 19:49:18 +01:00
ailin-nemui
7cc85b9427
keep track of address in text_dest for hilight purposes
2015-12-28 01:08:35 +01:00
ailin-nemui
c6a85721a6
keep track of address in text_dest for hilight purposes
2015-12-28 00:07:42 +01:00
ailin-nemui
f6d4b11079
correct incorrect pre-release tag in NEWS
2015-12-22 00:51:57 +01:00
ailin-nemui
787956af3a
Merge pull request #387 from ailin-nemui/import-beta-news
...
list NEWS and AUTHORS since 0.8.17
2015-12-22 00:18:41 +01:00
ailin-nemui
64463933fd
list NEWS since 0.8.17
2015-12-22 00:16:12 +01:00
ailin-nemui
74eb556c50
add new authors since 0.8.17
2015-12-22 00:07:43 +01:00
ailin-nemui
d495111bde
tag as 0.8.18-beta1
2015-12-15 14:06:50 +01:00
ailin-nemui
77143aee7d
remove mention of ./autogen.sh from releases INSTALL
2015-12-15 14:06:50 +01:00
ailin-nemui
ab809d8d2a
list NEWS since 0.8.17
2015-12-15 14:06:50 +01:00
ailin-nemui
653fd590af
add new authors since 0.8.17
2015-12-15 14:06:45 +01:00
ailin-nemui
45f8d5bd6a
Merge pull request #385 from ailin-nemui/master
...
option to clear the history
2015-12-15 11:12:09 +01:00
ailin-nemui
311b01e72a
Merge pull request #377 from ailin-nemui/moduleversion2
...
module check irssi version (manual way)
2015-12-15 11:09:48 +01:00
ailin-nemui
e4e040929b
option to clear the history
2015-12-15 01:52:44 +01:00
ailin-nemui
665f0b83d7
Merge pull request #383 from mh-source/patch-1
...
script should be plural
2015-12-15 00:10:27 +01:00
ailin-nemui
2fbdadf124
Merge pull request #384 from ailin-nemui/master
...
clean up after #303
2015-12-15 00:08:50 +01:00
ailin-nemui
5fbad764df
clean up after #303
2015-12-15 00:08:44 +01:00
ailin-nemui
074af68578
Merge pull request #303 from vague666/fs275
...
Applied patch from fs#275 to make /hilight -mask -line work properly
2015-12-15 00:07:18 +01:00
ailin-nemui
38720e0ecb
Merge pull request #306 from dequis/bracketed-paste
...
Implement paste detection via the bracketed paste mode 2: bracket pasterer
2015-12-15 00:06:48 +01:00
mh
620d0a9299
script should be plural
2015-12-14 19:12:47 +01:00
dx
7b69b98812
Merge pull request #382 from ailin-nemui/staticperl
...
ensure staticlib perl works on 5.22
2015-12-14 10:27:39 -03:00
dequis
ce77842a98
Bracketed paste: fix nitpick from ahf's review
...
Thanks ahf
2015-12-13 13:56:09 -03:00
ailin-nemui
6e01a23134
ensure staticlib perl works on 5.22 (for now)
2015-12-13 01:09:13 +01:00
dx
4dd7f2b18f
Merge pull request #378 from ailin-nemui/staticperl
...
deinit perl on staticperl builds
2015-12-12 12:40:38 -03:00
ailin-nemui
18c3ea24b6
Merge pull request #380 from dequis/makefile-cleanfiles
...
Makefile.am: Add default-config.h and default-theme.h to CLEANFILES
2015-12-12 11:29:40 +01:00
dequis
e6fa311590
Bracketed paste: Adjust paste line count if there's text after newlines
...
With bracketed paste, "a\nb" will result in two lines being pasted,
because it's a single thing, with an end marker which the timeout based
pastes don't have.
Due to the way term_gets() counts lines, that input will have
paste_line_count == 1. This can be misleading.
This code adjusts it by looking at the last character, and increasing
the count if it finds anything that isn't a newline.
2015-12-12 01:49:32 -03:00
dequis
38d372eccb
Disable timeout-based paste detection if paste_use_bracketed_mode is on
2015-12-12 01:19:36 -03:00
dequis
0b1a912f82
Makefile.am: Add default-config.h and default-theme.h to CLEANFILES
...
Fixes issues when building from other directories when the source tree
was already configured before, as found in the comments of PR #375
2015-12-11 21:31:04 -03:00
dx
40e5dfa776
Merge pull request #375 from ailin-nemui/objdir-build
...
Fix Out-of-tree build
2015-12-11 21:30:30 -03:00
ailin-nemui
9dd2b7c616
deinit perl on staticperl builds
2015-12-10 14:02:59 +01:00