Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-28 | Don't emit the script destroyed signal before script is actually destroyed | Stephen Oberholtzer | |
The script unloading code originally worked like this: 1. Destroy package 2. Emit 'script destroyed' signal 3. Unhook script's signal handlers If a script added a 'script destroyed' signal handler, unloading that script would cause the 'script destroyed' signal to be sent to the (already destroyed) package. This would cause a script error, which would trigger a script unload, which would start the whole process over again, until we run out of heap or stack space and segfault. This commit simply reorders the operations so that the 'script destroyed' signal is sent *after* the script is fully destroyed. | |||
2017-02-27 | fe-netjoin: remove irc servers on "server disconnected" signal | dequis | |
2017-02-27 | Merge pull request #647 from dequis/fix-early-ison-take-2 | ailin-nemui | |
notify-ison: Don't send ison before the connection is done | |||
2017-02-27 | make foreach send commands | ailin-nemui | |
2017-02-22 | Handle file names with quotes. | LemonBoy | |
Let's repurpose escape_string and make it more flexible by letting us choose the characters to escape. | |||
2017-02-21 | Quote the filename when dcc requests are auto accepted. | LemonBoy | |
PR #453 forces the user to quote the filenames given to /DCC commands when they contain spaces but the autoget functionality didn't get updated so the filename was always passed without quotes. Closes #656. | |||
2017-02-18 | Execute what's left in the input queue when the timeout expires. | LemonBoy | |
Similar to how vim behaves. | |||
2017-02-15 | Merge pull request #627 from LemonBoy/ssl-expiry | ailin-nemui | |
Check whether the client certificate is expired. | |||
2017-02-15 | Merge pull request #649 from LemonBoy/issue-559 | ailin-nemui | |
Do not alias /server <hostname> to /server connect <hostname> | |||
2017-02-14 | Do not alias /server <hostname> to /server connect <hostname> | LemonBoy | |
Closes #559. | |||
2017-02-14 | Prevent some potential null-pointer deferences. | LemonBoy | |
Spotted by our friend scan-build. | |||
2017-02-11 | notify-ison: Don't send ison before the connection is done | dequis | |
2017-02-06 | Merge pull request #622 from ailin-nemui/starttls | ailin-nemui | |
provide net_start_ssl api | |||
2017-02-05 | provide net_start_ssl api | ailin-nemui | |
fixes #615 | |||
2017-02-05 | Merge pull request #628 from LemonBoy/openssl-compat | ailin-nemui | |
Support OpenSSL 1.1.0. | |||
2017-02-05 | Merge pull request #639 from ear/themes-inline-doc-consistency | ailin-nemui | |
Make themes' docs more consistent. | |||
2017-02-05 | Merge branch 'integrate/1.0.1' | ailin-nemui | |
2017-02-05 | tag as 1.0.1 | ailin-nemui | |
2017-02-05 | Make themes' docs more consistent. | Paolo | |
Mentioning "sb-item" was misleading in that there is no such template, nor any occurrence of that exact string anywhere else in the source. In going from `sb-item` to `"sb"` I am following the pattern established in a couple of comments above: "msgownnick" specifies the styling … "ownmsgnick" specifies … | |||
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 | Support OpenSSL 1.1.0. | LemonBoy | |
- X509_get_notBefore becomes X509_get0_notBefore - X509_get_notAfter becomes X509_get0_notAfter - ASN1_STRING_data becomes ASN1_STRING_get0_data (and drops the const) - The whole library is now initialized by OPENSSL_init_ssl Closes #597 | |||
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-22 | Check whether the client certificate is expired. | LemonBoy | |
Right now we only warn the user, the connection keeps going. Fixes #211 | |||
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 |