Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-06 | Don't reset wait_cmd during connection registration (fixes early ISON) | dequis | |
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 | 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 | fix GRegex GError problem | ailin-nemui | |
2017-01-03 | Merge branch 'master' into 'security' | Nei | |
Sync to master See merge request !6 | |||
2017-01-03 | Merge pull request #585 from ailin-nemui/win_seq | ailin-nemui | |
g_sequence backing for window list | |||
2017-01-03 | up abi version | Ailin Nemui | |
2017-01-03 | switch for gregex and regex.h | Ailin Nemui | |
2017-01-02 | Merge branch 'percent_flag' into 'security' | Nei | |
fix %[ See merge request !5 | |||
2017-01-02 | Merge branch '4-use-after-free-when-receiving-numeric-432-invalid-nick' into ↵ | Nei | |
'security' avoid server_disconnect See merge request !4 | |||
2017-01-02 | Merge branch '1-null-pointer-dereference-in-irc_nickcmp_rfc1459' into ↵ | Nei | |
'security' bail out if nick is NULL See merge request !3 | |||
2017-01-02 | Merge 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-02 | Merge 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-02 | Use the RAW flag when building the regexps. | LemonBoy | |
Also, plugged a memory leak when retrieving the match position. | |||
2017-01-02 | Rebase against master. | LemonBoy | |
2017-01-02 | Remove 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-02 | Use GLib's regexp interface (backed by PCRE) | LemonBoy | |
2017-01-02 | Merge pull request #586 from LemonBoy/fix-580 | ailin-nemui | |
Process the nick changes in queries before the PRIVMSG is handled. | |||
2017-01-01 | Make sure SASL was actually requested before failing. | LemonBoy | |
2016-12-21 | Merge pull request #514 from LemonBoy/sasl_fail | ailin-nemui | |
Add an option to stop the connection when SASL fails. | |||
2016-12-21 | Merge pull request #587 from ailin-nemui/sbar_crash | ailin-nemui | |
add assertion to statusbar_read_group | |||
2016-12-20 | remove some for loops | ailin-nemui | |
2016-12-20 | sort windows_seq helpers to top | ailin-nemui | |
2016-12-20 | nits | ailin-nemui | |
2016-12-20 | clean up window_refnum_{prev,next} | ailin-nemui | |
2016-12-20 | fix %[ | ailin-nemui | |
2016-12-19 | add some sequence helper functions | ailin-nemui | |
2016-12-19 | Fix oob read on invalid utf8 in term_addstr | Joseph Bisch | |
2016-12-19 | bail out if nick is NULL in irc_query_find | ailin-nemui | |
Closes #1 | |||
2016-12-19 | avoid server_disconnect | ailin-nemui | |
Closes #4 | |||
2016-12-15 | Prevent a UaF by calling server_disconnect in a signal handler. | LemonBoy | |
2016-12-15 | Process the nick changes in queries before the PRIVMSG is handled. | LemonBoy | |
Otherwise we end up with the message in the status window since the frontend knows jack shit about the casemapping option when it tries to find the associated window for the query. | |||
2016-12-15 | check for end of string in ansi 48 | ailin-nemui | |
2016-12-15 | reset background for mirc colour 99 | ailin-nemui | |
fix #571 | |||
2016-12-15 | add assertion to statusbar_read_group | ailin-nemui | |
fix #564 | |||
2016-12-13 | manually redraw the activity list on expose only | ailin-nemui | |
might speed up /foreach query /unquery | |||
2016-12-13 | g_sequence backing for window list | ailin-nemui | |
2016-12-12 | Expose 'sasl_success' to the perl side. | LemonBoy | |
2016-12-12 | Add an option to stop the connection when SASL fails. | LemonBoy | |
2016-12-08 | Merge pull request #581 from LemonBoy/set-contract | ailin-nemui | |
Enforce the is_node_list contract in lib-config setters. | |||
2016-12-08 | Merge pull request #570 from josephbisch/fix-issue-563 | ailin-nemui | |
enforce check that chatnets are nodelists to handle invalid config | |||
2016-11-29 | Enforce the is_node_list contract in lib-config setters. | LemonBoy | |
An assertion failure is better than a segfault. | |||
2016-11-29 | Merge pull request #565 from ahf/bug/524 | LemonBoy | |
Kill bell_beeps. | |||
2016-11-25 | Merge pull request #577 from LemonBoy/flagz | LemonBoy | |
Minor corrections to the netsplit code. | |||
2016-11-23 | Don't shadow the 'channel' variable when printing the netjoins. | LemonBoy | |
This is the root cause of #567 | |||
2016-11-23 | add a static buffer for dcc received data | ailin-nemui | |
increased buffersize might make irssi freeze less / #159 | |||
2016-11-23 | Minor corrections to the netsplit code. | LemonBoy | |
2016-11-08 | add completion_empty_line setting | Lauri Tirkkonen | |
2016-11-01 | add missing inheritance to Exec item from 3532fc46 | ailin-nemui | |