David Leadbeater
211422cbe8
Switch to using G_DISCARD for call_pv
...
PUTBACK was being called even for the error path which didn't use the
stack. Emitting the "script error" signal can involve running Perl code
(Irssi:core::destroy) therefore the stack can be reallocated. This
can result in the perl stack being corrupted because the local stack
pointer is out of date (although as it's use of freed memory the crash
is not always instant).
2014-06-27 11:08:01 +01:00
Alexander Færøy
9d0d4d9437
Merge pull request #14 from ailin-nemui/ignore-activity
...
NO_ACT level to ignore activity
2014-06-19 00:15:36 +02:00
Alexander Færøy
ea704df7e0
Merge pull request #20 from ailin-nemui/broken-signal-parser
...
fix signals parser
2014-06-19 00:00:54 +02:00
Ailin Nemui
b05b6cde4d
fix signals parser
2014-06-18 23:54:17 +02:00
Tom Feist
7d87a02522
Add NO_ACT level
...
This patch adds a new NO_ACT level that can be used with /ignore to
ignore activity notifications
2014-06-18 23:40:26 +02:00
Alexander Færøy
b7c1fbd2b9
Merge pull request #42 from dgl/no-dancer
...
Revert "add d,q,f and J to CHANMODES default, to work a bit better with ...
2014-06-18 23:15:47 +02:00
Alexander Færøy
48d9fec8b8
Add initial NEWS entries for 0.8.17-head
2014-06-18 23:11:00 +02:00
Alexander Færøy
bb11725a52
Merge pull request #23 from ailin-nemui/perl-format_get_text
...
fix implementation of format_get_text script api
2014-06-18 22:56:37 +02:00
Alexander Færøy
53e5f9f26a
Merge pull request #22 from ailin-nemui/perl-package-fixes
...
Correct the packages of the scripting API
2014-06-18 22:53:34 +02:00
Alexander Færøy
8c08eef87a
Merge pull request #12 from ailin-nemui/no-split-utf8
...
no split utf8 from the bug tracker
2014-06-18 22:53:01 +02:00
Kuang-che Wu
fc4a4d2471
Fix UTF-8 character corruption every 32kb of text buffer
2014-06-18 22:47:17 +02:00
David Leadbeater
908913b5de
Revert "add d,q,f and J to CHANMODES default, to work a bit better with dancer and possibly others"
...
This is no longer relevant and most ircds now send a correct isupport
message.
This reverts commit b832f1f7b2c4a692786d5d52904a2bdf4d14354f.
2014-06-16 15:35:38 +00:00
Alexander Færøy
3212ef2bdb
Merge pull request #41 from dgl/network-syntax
...
Add -usermode to /NETWORK syntax
2014-06-16 16:58:29 +02:00
David Leadbeater
e3c688d061
Add -usermode to /NETWORK syntax
2014-06-16 14:47:38 +00:00
Alexander Færøy
cae13ec529
Merge pull request #39 from dgl/upgrade
...
Document that /UPGRADE doesn't work with SSL
2014-06-16 14:56:50 +02:00
Alexander Færøy
b4a8a3f7e5
Merge pull request #38 from dgl/scripts
...
Update usercount to version in scripts git
2014-06-16 02:16:27 +02:00
Ailin Nemui
24ea87bd27
fix implementation of format_get_text script api
2014-06-16 01:55:46 +02:00
Ailin Nemui
21bf59f4c1
correct package of server gui_printtext_after
2014-06-16 01:55:46 +02:00
Ailin Nemui
31c7c8eb95
fix package of term_refresh_* script api
2014-06-16 01:55:46 +02:00
David Leadbeater
0e17da4a1c
Document that /UPGRADE doesn't work with SSL
2014-06-16 00:11:59 +01:00
David Leadbeater
92928f1c64
Update usercount to version in scripts git
2014-06-15 23:57:47 +01:00
Alexander Færøy
0331970d64
Merge pull request #24 from ailin-nemui/speedup
...
Speed up nicklist and window_find operations
2014-06-16 00:27:07 +02:00
Ailin Nemui
a8c52d8c16
speed up nicklist by using hash
2014-06-15 23:38:05 +02:00
Ailin Nemui
a4c62a3fee
speed up window_item_find by interning name and removing call to channel_find
2014-06-15 23:37:13 +02:00
Jaroslav Škarvada
d1e60a3b8f
Disallow unloading of static modules
2014-06-15 22:48:43 +02:00
Alexander Færøy
75d7e1b0bb
Merge pull request #37 from dajohi/g_ascii_strcasecmp
...
g_strcasecmp -> g_ascii_strcasecmp
2014-06-15 22:36:57 +02:00
David Hill
9e47f34c3f
g_strcasecmp -> g_ascii_strcasecmp
2014-06-15 16:20:58 -04:00
Alexander Færøy
1545e01447
Merge pull request #36 from dajohi/g_tree_foreach
...
Replace deprecated g_tree_traverse with g_tree_foreach.
2014-06-15 22:15:25 +02:00
Marien Zwart
279db87d32
Add support for utf8 chars to /bind
...
Fixes : #18
Fixes: bio#553
2014-06-15 22:01:18 +02:00
David Hill
c40c54d782
Replace deprecated g_tree_traverse with g_tree_foreach.
...
g_tree_foreach traverses the tree in sorted order, which is what
irssi was already doing.
2014-06-15 16:00:26 -04:00
Alexander Færøy
b8d748a248
Merge pull request #34 from dgl/autogen-fix
...
Fix error to refer to elinks, as that is what it checks for
2014-06-15 21:58:32 +02:00
David Leadbeater
831bd1d1e5
Fix error to refer to elinks, as that is what it checks for
2014-06-15 21:00:34 +01:00
Alexander Færøy
53f50d3dfa
Merge pull request #33 from dajohi/modules_load
...
Silence a compiler warning.
2014-06-15 21:57:42 +02:00
David Hill
5b2d189ab5
Silence a compiler warning.
...
If the first g_module_symbol call failed, module_deinit was set
to value2, which is uninitialized. Move the assignment after
checking variable found to silence the warning.
2014-06-15 15:40:08 -04:00
Alexander Færøy
63011c2bf8
Merge pull request #32 from dajohi/g_io_channel_shutdown
...
Replace deprecated g_io_channel_close with g_io_channel_shutdown.
2014-06-15 21:31:10 +02:00
David Hill
138d4f4555
Replace deprecated g_io_channel_close with g_io_channel_shutdown.
...
g_io_channel_close flushes the buffer and does not return errors.
g_io_channel_shutdown(handle, TRUE, NULL) keeps that behavior.
2014-06-15 15:23:29 -04:00
Jaroslav Škarvada
57f138c087
Remove nonexistant usage from man page
2014-06-15 21:05:04 +02:00
Alexander Færøy
a68eb46a24
Merge pull request #5 from dajohi/master
...
Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.
2014-06-15 19:59:10 +02:00
Alexander Færøy
20cbbe58fe
Use a slightly less verbose template
2014-06-15 17:37:09 +02:00
Alexander Færøy
42d162c1b5
Add build status to README.md
2014-06-15 17:32:17 +02:00
Alexander Færøy
fd5fffaf5f
Add lynx as build-dep
2014-06-15 17:22:10 +02:00
Alexander Færøy
551d326b69
Skip join and use notices
2014-06-15 17:21:11 +02:00
Alexander Færøy
ef3e66eca3
Add .travis.yml
2014-06-15 17:12:41 +02:00
Alexander Færøy
83e347b9a9
Merge pull request #25 from ailin-nemui/local-perl
...
support local perl
2014-06-15 16:46:19 +02:00
Alexander Færøy
1d45fdfa03
Cleanup README.md
...
This patch restructures and cleans up README.md slightly to make it a
more structured for Github's README.md repository view.
2014-06-12 12:15:31 +02:00
Ailin Nemui
b8d8925ebb
support local perl
2014-06-12 10:15:49 +02:00
Alexander Færøy
8be1e1001a
Merge pull request #27 from nyuszika7h/patch/readme-bugtracker
...
README.md: New issues should be opened on GitHub, minor grammar fixes
2014-06-11 17:35:16 +02:00
nyuszika7h
190d00bd78
README.md: Tell users to look at GitHub issues too
2014-06-11 17:33:43 +02:00
nyuszika7h
c204f0ac26
README.md: New issues should be opened on GitHub, minor grammar fixes
2014-06-11 17:32:31 +02:00
Alexander Færøy
44458643bf
Merge pull request #21 from ailin-nemui/scriptassist-deprecation
...
fix deprecated perl warnings in scriptassist by removing all occurences of "defined"
2014-06-11 14:43:24 +02:00