Alexey Sokolov
a2470b3dd3
Make chan modes and permissions to be char instead of unsigned char.
...
Deprecate old module hooks which accept mode as unsigned char.
SWIG handles unsigned char as int, but char as a string.
Before this commit, usage of HasPerm from perl modules required this:
either $chan->HasPerm(ord('@')) or $chan->HasPerm(ord($ZNC::CChan::Op)).
Now ord() is not necessary, and these calls work too:
$chan->HasPerm('@') and $chan->HasPerm($ZNC::CChan::Op).
Fix #1486
2018-02-10 15:55:55 +00:00
..
2017-12-22 14:23:17 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:39:46 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2017-06-29 15:54:43 +01:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-02-10 15:55:55 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00
2018-01-19 19:38:58 +00:00