summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2016-12-21Merge pull request #514 from LemonBoy/sasl_failailin-nemui
Add an option to stop the connection when SASL fails.
2016-12-21Merge pull request #587 from ailin-nemui/sbar_crashailin-nemui
add assertion to statusbar_read_group
2016-12-20remove some for loopsailin-nemui
2016-12-20sort windows_seq helpers to topailin-nemui
2016-12-20nitsailin-nemui
2016-12-20clean up window_refnum_{prev,next}ailin-nemui
2016-12-20fix %[ailin-nemui
2016-12-19add some sequence helper functionsailin-nemui
2016-12-19Fix oob read on invalid utf8 in term_addstrJoseph Bisch
2016-12-19bail out if nick is NULL in irc_query_findailin-nemui
Closes #1
2016-12-19avoid server_disconnectailin-nemui
Closes #4
2016-12-18Minor cleanup in the highlighting signal.LemonBoy
2016-12-15Prevent a UaF by calling server_disconnect in a signal handler.LemonBoy
2016-12-15Merge pull request #588 from ailin-nemui/mirc_99LemonBoy
reset background for mirc colour 99
2016-12-15Process 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-15check for end of string in ansi 48ailin-nemui
2016-12-15reset background for mirc colour 99ailin-nemui
fix #571
2016-12-15add assertion to statusbar_read_groupailin-nemui
fix #564
2016-12-13manually redraw the activity list on expose onlyailin-nemui
might speed up /foreach query /unquery
2016-12-13g_sequence backing for window listailin-nemui
2016-12-12Expose 'sasl_success' to the perl side.LemonBoy
2016-12-12Add an option to stop the connection when SASL fails.LemonBoy
2016-12-08Merge pull request #581 from LemonBoy/set-contractailin-nemui
Enforce the is_node_list contract in lib-config setters.
2016-12-08Merge pull request #570 from josephbisch/fix-issue-563ailin-nemui
enforce check that chatnets are nodelists to handle invalid config
2016-11-29Enforce the is_node_list contract in lib-config setters.LemonBoy
An assertion failure is better than a segfault.
2016-11-29Merge pull request #579 from mmuman/haiku-libnetworkLemonBoy
Check for socket() in libnetwork for Haiku
2016-11-29Merge pull request #565 from ahf/bug/524LemonBoy
Kill bell_beeps.
2016-11-27Check for socket() in libnetwork for HaikuFrançois Revol
2016-11-25Merge pull request #577 from LemonBoy/flagzLemonBoy
Minor corrections to the netsplit code.
2016-11-25Merge pull request #578 from ailin-nemui/dcc_bufferLemonBoy
add a static buffer for dcc received data
2016-11-23Don't shadow the 'channel' variable when printing the netjoins.LemonBoy
This is the root cause of #567
2016-11-23add a static buffer for dcc received dataailin-nemui
increased buffersize might make irssi freeze less / #159
2016-11-23Minor corrections to the netsplit code.LemonBoy
2016-11-11Merge pull request #574 from lotheac/masterailin-nemui
add completion_empty_line setting
2016-11-08add completion_empty_line settingLauri Tirkkonen
2016-11-02Merge pull request #573 from ailin-nemui/masterailin-nemui
add missing inheritance to Exec item from 3532fc46
2016-11-01add missing inheritance to Exec item from 3532fc46ailin-nemui
2016-10-31Merge pull request #557 from irssi/ahf/tls-prailin-nemui
TLS enhancements