Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-05 | Merge branch 'integrate/1.0.1' | ailin-nemui | |
2017-02-05 | tag as 1.0.1 | ailin-nemui | |
2017-02-03 | Merge branch 'dub-the-wub' into 'master' | Nei | |
Prevent a memory leak during the processing of the SASL response. See merge request !8 | |||
2017-02-03 | Merge pull request #624 from ailin-nemui/mail_pl | ailin-nemui | |
sync mail.pl | |||
2017-02-03 | Merge pull request #619 from hannob/master | LemonBoy | |
perl_parse needs NULL terminated parameter list. | |||
2017-02-03 | Merge pull request #613 from ailin-nemui/fix_completion | LemonBoy | |
fix regression in completion | |||
2017-02-03 | Merge pull request #608 from tijko/master | LemonBoy | |
Follow g_strsplit with call to g_strfreev | |||
2017-02-03 | Merge pull request #606 from or4n/master | ailin-nemui | |
Fix syntax on /help SERVER example | |||
2017-02-03 | Merge pull request #604 from dequis/solaris | ailin-nemui | |
Add OPENSSL_NO_EC for solaris 11.3, see issue #598 | |||
2017-02-03 | Merge pull request #602 from McDutchie/master | ailin-nemui | |
make irssi --with-perl build with separate object directory | |||
2017-02-03 | Merge branch 'dub-the-wub' into 'master' | Nei | |
Prevent a memory leak during the processing of the SASL response. See merge request !8 | |||
2017-01-31 | Merge pull request #590 from LemonBoy/hi-minor | ailin-nemui | |
Minor cleanup in the highlighting signal. | |||
2017-01-31 | Merge pull request #626 from ailin-nemui/textbuffer_monospace | ailin-nemui | |
support storing and replaying the monospace attribute in textbuffer | |||
2017-01-24 | Prevent 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-21 | Merge pull request #625 from ailin-nemui/chirssi | ailin-nemui | |
implement break_wide | |||
2017-01-21 | Merge pull request #624 from ailin-nemui/mail_pl | ailin-nemui | |
sync mail.pl | |||
2017-01-20 | implement break_wide | ailin-nemui | |
for more pleasant east asian mixed display | |||
2017-01-19 | sync mail.pl | ailin-nemui | |
2017-01-16 | Merge pull request #621 from josephbisch/fix-glib-2.0-pkg-config | ailin-nemui | |
Fix glib-2.0.m4 so that $PKG_CONFIG doesn't break configure script | |||
2017-01-16 | Merge pull request #620 from josephbisch/suppress-printf-fallback | ailin-nemui | |
Add SUPPRESS_PRINTF_FALLBACK | |||
2017-01-16 | Fix glib-2.0.m4 so that $PKG_CONFIG doesn't break configure script | Joseph 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-16 | Add SUPPRESS_PRINTF_FALLBACK | Joseph Bisch | |
There are some cases (such as fuzzing with fe-fuzz) where suppressing printf output may be desirable. | |||
2017-01-15 | Merge pull request #619 from hannob/master | LemonBoy | |
perl_parse needs NULL terminated parameter list. | |||
2017-01-15 | perl_parse needs NULL terminated parameter list. | Hanno | |
2017-01-13 | Merge pull request #613 from ailin-nemui/fix_completion | LemonBoy | |
fix regression in completion | |||
2017-01-13 | Merge pull request #610 from josephbisch/fe-fuzz | Alexander Færøy | |
Add frontend for fuzzing | |||
2017-01-12 | Fix fe-fuzz nits | Joseph Bisch | |
2017-01-10 | Merge pull request #614 from irssi/revert-605-fix-early-ison | dx | |
Revert "Don't reset wait_cmd during connection registration (fixes early ISON)" | |||
2017-01-10 | Revert "Don't reset wait_cmd during connection registration (fixes early ISON)" | dx | |
2017-01-09 | Don't duplicate module-formats.* in fe-fuzz | Joseph Bisch | |
2017-01-09 | fix regression in completion | ailin-nemui | |
fixes #609 | |||
2017-01-08 | Merge pull request #608 from tijko/master | LemonBoy | |
Follow g_strsplit with call to g_strfreev | |||
2017-01-07 | Add frontend for fuzzing | Joseph 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-07 | Follow g_strsplit with call to g_strfreev | Tim Konick | |
2017-01-07 | Merge pull request #605 from dequis/fix-early-ison | LemonBoy | |
Don't reset wait_cmd during connection registration (fixes early ISON) | |||
2017-01-06 | Merge pull request #603 from dequis/pining-for-the-freenodes | ailin-nemui | |
NEWS: Avoid explicitly mentioning freenode in the pinning examples | |||
2017-01-06 | Merge pull request #606 from or4n/master | ailin-nemui | |
Fix syntax on /help SERVER example | |||
2017-01-06 | NEWS: Avoid explicitly mentioning freenode in the pinning examples | dequis | |
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-06 | Don't reset wait_cmd during connection registration (fixes early ISON) | dequis | |
2017-01-06 | Fix syntax on /help SERVER example | Lasse Toimela | |
2017-01-06 | Merge pull request #604 from dequis/solaris | ailin-nemui | |
Add OPENSSL_NO_EC for solaris 11.3, see issue #598 | |||
2017-01-06 | Add OPENSSL_NO_EC for solaris 11.3, see issue #598 | dequis | |
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-06 | Merge pull request #602 from McDutchie/master | ailin-nemui | |
make irssi --with-perl build with separate object directory | |||
2017-01-06 | make irssi --with-perl build with separate object directory | Martijn 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-05 | continue head | ailin-nemui | |
2017-01-05 | tag as 1.0.0 | ailin-nemui | |
2017-01-05 | Merge branch 'gregex-gerror' | ailin-nemui | |
2017-01-05 | fix GRegex GError problem | ailin-nemui | |
2017-01-03 | Merge branch 'integrate/0.8.21' | ailin-nemui | |
2017-01-03 | Merge tag '0.8.21' into integrate/0.8.21 | ailin-nemui | |