summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-16Add SUPPRESS_PRINTF_FALLBACKJoseph Bisch
There are some cases (such as fuzzing with fe-fuzz) where suppressing printf output may be desirable.
2017-01-15Merge pull request #619 from hannob/masterLemonBoy
perl_parse needs NULL terminated parameter list.
2017-01-15perl_parse needs NULL terminated parameter list.Hanno
2017-01-13Merge pull request #613 from ailin-nemui/fix_completionLemonBoy
fix regression in completion
2017-01-13Merge pull request #610 from josephbisch/fe-fuzzAlexander Færøy
Add frontend for fuzzing
2017-01-12Fix fe-fuzz nitsJoseph Bisch
2017-01-10Merge pull request #614 from irssi/revert-605-fix-early-isondx
Revert "Don't reset wait_cmd during connection registration (fixes early ISON)"
2017-01-10Revert "Don't reset wait_cmd during connection registration (fixes early ISON)"dx
2017-01-09Don't duplicate module-formats.* in fe-fuzzJoseph Bisch
2017-01-09fix regression in completionailin-nemui
fixes #609
2017-01-08Merge pull request #608 from tijko/masterLemonBoy
Follow g_strsplit with call to g_strfreev
2017-01-07Add frontend for fuzzingJoseph Bisch
Use the following configure command: $ ./configure --with-fuzzer --with-fuzzer-lib=/path/to/libFuzzer.a \ CC=clang CXX=clang++ Places an irssi-fuzz in src/fe-fuzz/ after build. Also can specify SANFLAGS to override the chosen sanitizer flags (defaults to "-g -fsanitize=address -fsanitize-coverage=trace-pc-guard").
2017-01-07Follow g_strsplit with call to g_strfreevTim Konick
2017-01-07Merge pull request #605 from dequis/fix-early-isonLemonBoy
Don't reset wait_cmd during connection registration (fixes early ISON)
2017-01-06Merge pull request #606 from or4n/masterailin-nemui
Fix syntax on /help SERVER example
2017-01-06Don't reset wait_cmd during connection registration (fixes early ISON)dequis
2017-01-06Fix syntax on /help SERVER exampleLasse Toimela
2017-01-06Merge pull request #604 from dequis/solarisailin-nemui
Add OPENSSL_NO_EC for solaris 11.3, see issue #598
2017-01-06Add OPENSSL_NO_EC for solaris 11.3, see issue #598dequis
Original patch by 'Slarky' According to that ticket, the next major version of solaris won't need this. Consider reverting this when solaris 11.3 stops being relevant.
2017-01-06Merge pull request #602 from McDutchie/masterailin-nemui
make irssi --with-perl build with separate object directory
2017-01-06make irssi --with-perl build with separate object directoryMartijn Dekker
irssi 1.0.0 will not build if Perl is enabled and a separate object code directory is used. The problem was a relative path to an internal Perl dependency in four Makefile.PL.in files.
2017-01-05continue headailin-nemui
2017-01-05tag as 1.0.0ailin-nemui
2017-01-05Merge branch 'gregex-gerror'ailin-nemui
2017-01-05fix GRegex GError problemailin-nemui
2017-01-03Merge branch 'integrate/0.8.21'ailin-nemui
2017-01-03Merge tag '0.8.21' into integrate/0.8.21ailin-nemui
2017-01-03tag as 0.8.21ailin-nemui
2017-01-03Merge branch 'security' into 'master'ailin-nemui
See merge request !7
2017-01-03Merge branch 'security' into 'master'ailin-nemui
See merge request !7
2017-01-03Merge branch 'master' into 'security'Nei
Sync to master See merge request !6
2017-01-03Merge pull request #585 from ailin-nemui/win_seqailin-nemui
g_sequence backing for window list
2017-01-03Merge pull request #412 from LemonBoy/pcre-regexpailin-nemui
Use GLib's regexp interface (backed by PCRE)
2017-01-03up abi versionAilin Nemui
2017-01-03switch for gregex and regex.hAilin Nemui
2017-01-02Merge branch 'percent_flag' into 'security' Nei
fix %[ See merge request !5
2017-01-02Merge branch '4-use-after-free-when-receiving-numeric-432-invalid-nick' into ↵Nei
'security' avoid server_disconnect See merge request !4
2017-01-02Merge branch '1-null-pointer-dereference-in-irc_nickcmp_rfc1459' into ↵Nei
'security' bail out if nick is NULL See merge request !3
2017-01-02Merge branch '3-out-of-bounds-read-with-invalid-utf8-in-term_addstr' into ↵Nei
'security' Fix oob read on invalid utf8 in term_addstr See merge request !2
2017-01-02Merge branch ↵Nei
'2-out-of-bounds-read-of-one-byte-with-x1b-48-in-truecolor-builds' into 'security' check for end of string in ansi 48 See merge request !1
2017-01-02Use the RAW flag when building the regexps.LemonBoy
Also, plugged a memory leak when retrieving the match position.
2017-01-02Rebase against master.LemonBoy
2017-01-02Remove the regexp_compiled field.LemonBoy
It was made redundant by the introduction of the pointer to the GRegex structure. Silence the compiler warning in textbuffer.c about preg being initialized by setting it to NULL.
2017-01-02Remove unused references to regex.hLemonBoy
Also remove the prototype for regex_match since it has been removed.
2017-01-02Use GLib's regexp interface (backed by PCRE)LemonBoy
2017-01-02Merge pull request #586 from LemonBoy/fix-580ailin-nemui
Process the nick changes in queries before the PRIVMSG is handled.
2017-01-02Merge pull request #593 from LemonBoy/crownailin-nemui
Welcome TheLemonMan on board
2017-01-02Merge pull request #594 from LemonBoy/sasl_fail_fixailin-nemui
Make sure SASL was actually requested before failing.
2017-01-01Make sure SASL was actually requested before failing.LemonBoy
2016-12-22Add myself to the core team membersLemonBoy