BakasuraRCE
8aac03ae10
fishlim: Fix Win32 release
2019-05-31 00:40:59 -05:00
BakasuraRCE
a8cf8dfe7a
fishlim: Fix Win32 release
2019-05-31 00:37:58 -05:00
BakasuraRCE
73d424ba2d
fishlim: Fix use enum instead define
2019-05-31 00:28:46 -05:00
BakasuraRCE
6fb62fdb0e
fishlim: 💄
2019-05-30 23:57:38 -05:00
BakasuraRCE
c2632e67b7
fishlim: Fix compare nicks using hexchat_nickcmp
2019-05-30 23:56:11 -05:00
BakasuraRCE
6471f950e1
fishlim: Fix list leak
...
use gchar instead const char
2019-05-30 23:49:11 -05:00
BakasuraRCE
ab40f58b95
Bump version
2019-05-27 23:28:45 -05:00
BakasuraRCE
557922f2e2
fishlim: Fix Win32 release
2019-05-27 23:12:41 -05:00
BakasuraRCE
1bec7a66a8
fishlim: Fix Win32 release
2019-05-27 22:40:20 -05:00
BakasuraRCE
cf91b93c13
fishlim: Add encrypted flag for /msg+
2019-05-26 19:33:55 -05:00
BakasuraRCE
95c6cc51fa
fishlim: Add mode char for /msg+
2019-05-26 19:29:11 -05:00
BakasuraRCE
82d6a53eb6
fishlim: Allocate a right memory size
2019-05-26 19:09:43 -05:00
BakasuraRCE
a1f538ac67
fishlim: Detect context where is /delkey
2019-05-26 18:46:20 -05:00
BakasuraRCE
44affdb2d5
fishlim: Fix use non-sensitive string comparison
2019-05-26 15:24:44 -05:00
BakasuraRCE
c5c74173f6
fishlim: Add encrypted flag to /notice+
2019-05-26 15:16:18 -05:00
BakasuraRCE
c96f704027
fishlim: Fix /notice+ not print the notice
2019-05-26 15:10:18 -05:00
BakasuraRCE
9fd51b39c8
fishlim: Add encrypted flag
...
bug fix: Include prefix for own nick on outgoing messages
2019-05-26 15:05:53 -05:00
BakasuraRCE
76d74c8234
fishlim: Implement CBC mode in /setkey and /keyx
...
display information from cipher mode to the user
keep backward compatibility
2019-05-26 00:46:37 -05:00
BakasuraRCE
397ea869a7
fishlim: Use CBC mode for keystore
...
keep backward compatibility
2019-05-25 18:52:38 -05:00
BakasuraRCE
0f441ae8ea
fishlim: Fix base64 functions name already in use
2019-05-25 18:49:52 -05:00
BakasuraRCE
8e2559e553
fishlim: Add CBC mode
2019-05-25 16:50:57 -05:00
BakasuraRCE
7afa211849
fishlim: Fix only positive lengths
2019-05-24 23:30:24 -05:00
BakasuraRCE
ec265f61ba
fishlim: Fix only positive lengths
2019-05-24 22:11:27 -05:00
BakasuraRCE
767891b84a
fishlim: Add corner cases
2019-05-24 22:07:19 -05:00
BakasuraRCE
cae18fc207
fishlim: Add copyright
2019-05-24 20:31:15 -05:00
BakasuraRCE
9f4c147a20
fishlim: Replace cipher core by EVP functions
2019-05-24 20:15:26 -05:00
BakasuraRCE
8f4962188f
fishlim: Copy current fish cipher for future unit tests
2019-05-24 20:11:18 -05:00
Patrick
468ce821fe
Try building with lgtm
2019-05-22 12:41:50 +02:00
Martin Weinelt
87470f30a9
servlist: add hackint irc network
...
- requires the use of TLS to connect on port 6697
- supports and encourages authentication via SASL PLAIN and EXTERNAL
2019-05-03 14:36:52 -07:00
Jared Shields
ba72cc7b6d
Update servlist.c
...
Update servlist.c
2019-04-21 18:33:24 +00:00
cajuncooks
c1091c38b8
Extend input box GTK theme workaround to include Yaru
...
Fixes #2305
2019-02-25 19:13:24 -05:00
linuxdaemon
804f959a1d
Remove : from various trailing parameters ( #2301 )
...
Partial fix for #2271
This isn't an exhaustive list, but it's everything I could find. The bug still exists in the parser though, this is just a workaround for the moment
2019-01-30 19:46:13 -05:00
A_D
7abeb10cf1
python: plugin cleanup and refactor
2019-01-02 18:50:10 -05:00
linuxdaemon
a5a727122b
python: Make sure help()
doesn't cause hexchat to hang ( #2290 )
...
* Make sure `help()` doesn't cause hexchat to hang
Replace `pydoc.help` with a copy of `pydoc.Helper` with an empty
`StringIO` instead of stdin
* Handle BytesIO vs StringIO on 2.7
2018-12-27 14:46:02 -05:00
linuxdaemon
f7713a6a64
python: Make the plugins table dynamically sized ( #2291 )
...
Adjust the width of the columns depending on the length of the data in
each element
2018-12-26 17:15:25 -05:00
A_D
3ebfa83fdd
python: Made sure to set sys.argv if it is not set. fixes #2282
2018-12-26 16:58:46 -05:00
Patrick Griffis
ed55330153
python: Fix console not eating commands
2018-12-05 19:45:30 -05:00
A_D
a2ff661d40
python: Various cffi fixes
...
- fixed /py exec behaviour
- fixed hexchat.unload_hook() failing when passed a hook id
- fixed get_list() calls in python3
2018-11-09 18:36:59 -05:00
Patrick Griffis
706f9bca82
python: Rewrite with CFFI
2018-11-09 18:36:59 -05:00
Mattia Rizzolo
6432694455
Fix compilation failure on non-linux, non-darwin, non-windows systems.
...
'gnu' => Hurd
'gnu/' => all the gnu/* stuff like gnu/kfreebsd
Signed-off-by: Mattia Rizzolo <mattia@mapreri.org>
2018-09-26 13:18:54 -04:00
Patrick Griffis
cf140f3ab0
Use prefix variable in pkgconfig file
2018-09-23 16:58:18 -04:00
Patrick Griffis
c7322f406c
build: Silence some Meson warnings and bump requirement to 0.40.0
2018-09-01 16:50:31 -04:00
Patrick Griffis
18eae24acf
Fix new stringop-truncation warnings
2018-09-01 16:35:48 -04:00
Patrick Griffis
c092af89a2
sysinfo: Fixup formatting
2018-09-01 13:01:30 -04:00
Patrick Griffis
2a8ab8bb7f
sysinfo: Add support for /etc/os-release
2018-09-01 12:51:07 -04:00
Patrick Griffis
8665501c77
Bump version to 2.14.2
2018-08-29 16:41:08 +00:00
Patrick Griffis
7659caada1
win32: Reflect gvsbuild changes
2018-08-29 16:10:21 +00:00
Ivan
fd47adf595
Fix inconsistent behavior (re)connecting on SSL
2018-08-16 22:06:36 +00:00
Patrick Griffis
cadc51ede9
build: Add with-appdata option
...
This is mostly useful to avoid a newer gettext dependency
for translating the appdata file but it is also just useless
data for some distros without any app store.
Closes #2219
2018-07-26 09:53:29 -04:00
jkhsjdhjs
57478b6575
Fix sending PASS with spaces or starting with :
...
Closes #2186
Closes #1550
2018-05-08 16:27:18 -04:00