summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-05Merge branch 'integrate/1.0.1'ailin-nemui
2017-02-05tag as 1.0.1ailin-nemui
2017-02-03Merge branch 'dub-the-wub' into 'master' Nei
Prevent a memory leak during the processing of the SASL response. See merge request !8
2017-02-03Merge pull request #624 from ailin-nemui/mail_plailin-nemui
sync mail.pl
2017-02-03Merge pull request #619 from hannob/masterLemonBoy
perl_parse needs NULL terminated parameter list.
2017-02-03Merge pull request #613 from ailin-nemui/fix_completionLemonBoy
fix regression in completion
2017-02-03Merge pull request #608 from tijko/masterLemonBoy
Follow g_strsplit with call to g_strfreev
2017-02-03Merge pull request #606 from or4n/masterailin-nemui
Fix syntax on /help SERVER example
2017-02-03Merge pull request #604 from dequis/solarisailin-nemui
Add OPENSSL_NO_EC for solaris 11.3, see issue #598
2017-02-03Merge pull request #602 from McDutchie/masterailin-nemui
make irssi --with-perl build with separate object directory
2017-02-03Merge branch 'dub-the-wub' into 'master' Nei
Prevent a memory leak during the processing of the SASL response. See merge request !8
2017-01-31Merge pull request #590 from LemonBoy/hi-minorailin-nemui
Minor cleanup in the highlighting signal.
2017-01-31Merge pull request #626 from ailin-nemui/textbuffer_monospaceailin-nemui
support storing and replaying the monospace attribute in textbuffer
2017-01-24Prevent a memory leak during the processing of the SASL response.LemonBoy
We also get rid of an allocation in the process of doing so.
2017-01-21Merge pull request #625 from ailin-nemui/chirssiailin-nemui
implement break_wide
2017-01-21Merge pull request #624 from ailin-nemui/mail_plailin-nemui
sync mail.pl
2017-01-20implement break_wideailin-nemui
for more pleasant east asian mixed display
2017-01-19sync mail.plailin-nemui
2017-01-16Merge pull request #621 from josephbisch/fix-glib-2.0-pkg-configailin-nemui
Fix glib-2.0.m4 so that $PKG_CONFIG doesn't break configure script
2017-01-16Merge pull request #620 from josephbisch/suppress-printf-fallbackailin-nemui
Add SUPPRESS_PRINTF_FALLBACK
2017-01-16Fix glib-2.0.m4 so that $PKG_CONFIG doesn't break configure scriptJoseph Bisch
If $PKG_CONFIG contains a space, then the test may not work, so surround with quotation mark characters. (for example, PKG_CONFIG="pkg-config --static" breaks configure before this commit).
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 #603 from dequis/pining-for-the-freenodesailin-nemui
NEWS: Avoid explicitly mentioning freenode in the pinning examples
2017-01-06Merge pull request #606 from or4n/masterailin-nemui
Fix syntax on /help SERVER example
2017-01-06NEWS: Avoid explicitly mentioning freenode in the pinning examplesdequis
They have proper certs, so using them as an example is wrong. Particularly worse since they started using letsencrypt recently so every server has a different cert and pubkey. We'll figure out how to link this from the release notes later.
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