Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-09 | Merge pull request #275 from LemonBoy/cap-support-nitpicks | Alexander Færøy | |
Fix two minor issues outlined in the PR#222 | |||
2015-09-02 | Fix two minor issues outlined in the PR#222 | LemonBoy | |
irc-cap.c has now a licence header. A minor style fix in misc.c | |||
2015-08-24 | Merge pull request #263 from ailin-nemui/git-clone-check | Alexander Færøy | |
Introduce check for git commands in autogen | |||
2015-08-24 | Merge pull request #222 from LemonBoy/cap-support | Alexander Færøy | |
[RFC] CAP support | |||
2015-08-20 | Send the CAP LS after sending the proxy strings | LemonBoy | |
Patch by @dequis | |||
2015-07-28 | Merge pull request #269 from blha303/master | Geert Hauwaerts | |
Replace \n with \r\n in irssiproxy source, fixes bug | |||
2015-07-25 | Replace \n with \r\n in irssiproxy source, fixes bug | blha303 | |
2015-07-09 | Introduce check for git commands in autogen | Ailin Nemui | |
This avoids a misleading compile error when users try to `make` an incomplete (or non-git) check-out. | |||
2015-06-12 | 1k+ windows are now the default formatting (#223) | Geert Hauwaerts | |
1k+ windows are now the default formatting (#223) | |||
2015-06-12 | Merge pull request #257 from GeertHauwaerts/master | Geert Hauwaerts | |
Clarify the help for /LIST (#228) | |||
2015-06-12 | Proper removal of sb_search.pl (#143) | Geert Hauwaerts | |
Proper removal of sb_search.pl (#143) | |||
2015-06-12 | Updated the man page (#251) | Geert Hauwaerts | |
Updated the man page (#251) | |||
2015-06-12 | Updated the bundled scripts to their latest version (#143) | Geert Hauwaerts | |
Updated the bundled scripts to their latest version (#143) Removed sb_search.pl which is not contributed into the script archive, I will poke coekie about it. | |||
2015-06-12 | Merge pull request #258 from irssi/revert-232-master | Geert Hauwaerts | |
Revert "Bug fix - docdir is ignored during installation." | |||
2015-06-12 | Revert "Bug fix - docdir is ignored during installation." | Geert Hauwaerts | |
2015-06-12 | Add server check in irc_server_connect (#208) | Geert Hauwaerts | |
Fail instead of crash, if irc_server_connect is called without object. (#208) | |||
2015-06-12 | Clarify the help for /LIST (#228) | Geert Hauwaerts | |
Clarify the help for /LIST (#228) | |||
2015-06-12 | Merge pull request #247 from FreeFull/patch-1 | Geert Hauwaerts | |
lastlog doc fix | |||
2015-06-12 | Merge pull request #252 from ailin-nemui/patch-2 | Geert Hauwaerts | |
Update sb_search.pl | |||
2015-05-29 | Update sb_search.pl | ailin-nemui | |
make it easier to bind sb search to a key | |||
2015-05-14 | lastlog doc fix | Filip Szczepański | |
Only the filename can come right after `-file`. Having `-force` in that position causes an `Irssi: Could not open lastlog: No such file or directory` error. | |||
2015-05-05 | Implement support for IRCv3.1 CAP negotiation | LemonBoy | |
2015-04-21 | Merge pull request #241 from pstray/master | Alexander Færøy | |
Change a hash lookup so it compiles | |||
2015-04-21 | Merge pull request #232 from dimkr/master | Alexander Færøy | |
Bug fix - docdir is ignored during installation. | |||
2015-04-20 | Change g_hash_table_contains() for compatibility with glib < 2.32 | Peder Stray | |
2015-04-18 | Merge pull request #240 from hloeung/master | Alexander Færøy | |
trivial: Minor cosmetic changes fixing docs as per review from ahf. | |||
2015-04-18 | trivial: Minor cosmetic changes fixing docs as per review from ahf. | Haw Loeung | |
2015-04-17 | Merge pull request #199 from ailin-nemui/config-parser | Alexander Færøy | |
Make config parser more robust | |||
2015-04-17 | Merge pull request #235 from dequis/g_strcmp0 | Alexander Færøy | |
Change all strcmp() to g_strcmp0() to handle nulls gracefully | |||
2015-04-17 | Merge pull request #238 from hloeung/master | Alexander Færøy | |
ssl: Add option to specify SSL cipher suite preference list | |||
2015-04-15 | ssl: Fixed call to SSL_CTX_set_cipher_list() only when ssl_ciphers specified ↵ | Haw Loeung | |
and warn when no cipher suite could be selected. | |||
2015-04-14 | ssl: Add option to specify SSL cipher suite preference. | Haw Loeung | |
2015-04-11 | Handle nulls properly in the g_strcmp0() for glib<2.16 | dequis | |
I wrote some tests to compare the behavior but I don't know where to put them, so i'm including them here: assert(g_strcmp0("a", "b") == -1); assert(g_strcmp0(NULL, "a") == -1); assert(g_strcmp0("a", NULL) == 1); assert(g_strcmp0("b", "a") == 1); assert(g_strcmp0("a", "a") == 0); assert(g_strcmp0(NULL, NULL) == 0); | |||
2015-04-07 | Define g_strcmp0 to strcmp if the glib version is older than 2.16 | dequis | |
2015-04-07 | Change all strcmp() to g_strcmp0() to handle nulls gracefully | dequis | |
Just a string replacement (but i did check every one of them) sed -i 's/strcmp(/g_strcmp0(/g' **/*.c | |||
2015-04-08 | Merge pull request #233 from dgl/hilight-fix | Alexander Færøy | |
Make sure NO_ACT isn't cleared when -actcolor %n is used | |||
2015-04-07 | Merge pull request #234 from Adam-/master+sni | Alexander Færøy | |
Add SNI support | |||
2015-04-07 | Add SNI support | Adam | |
2015-04-07 | Make sure NO_ACT isn't cleared when -actcolor %n is used | David Leadbeater | |
Fixes issue #227. | |||
2015-04-07 | Bug fix - docdir is ignored during installation. | Dima Krasner | |
2015-03-01 | Merge pull request #217 from Lohhari/lastlog-date | Alexander Færøy | |
Added a -date parameter to /lastlog to prepend each row with the ... | |||
2015-02-21 | Merge pull request #226 from ailin-nemui/scriptassist | Alexander Færøy | |
Sync from scripts: Fix scriptassist broken on unload | |||
2015-02-20 | Fix scriptassist broken on unload | Ailin Nemui | |
This is a regression introduced in c5ad61b4b0166f7cb769f23dfece2a5d4e62bd6e where one `defined' statement got removed in error while cleaning up warnings. | |||
2015-02-17 | Merge pull request #225 from dequis/silence-unused-value-warnings | Alexander Færøy | |
Silence unused value warnings in perl binding code | |||
2015-02-17 | fix crash in layout code when encountering wrong config | Ailin Nemui | |
2015-02-17 | Make the config parser more robust | Ailin Nemui | |
We add some additional checks into the config parser's node_section_index, node_traverse and node_set_str functions. In particular, we check if the requested node is of scalar or complex type and whether this matches the value found in the config. If it does not match, then a warning is issued appropriately and the config is corrected. | |||
2015-02-17 | Refuse to load broken configs on irssi start | Ailin Nemui | |
By temporarily raising the fatal log level to critical during irssi start-up, we make it fail when the config file is broken. This is then re-set so that /reload of a broken config file will not crash irssi and just report the errors and gracefully continue instead. | |||
2015-02-17 | Warn the user instead of crashing on wrong config | Ailin Nemui | |
The change introduced in #191 will crash irssi immediately if you accidentally try to /reload certain broken config files. It is enough to warn the user in this case, so we turn g_error into g_critical. | |||
2015-02-17 | add CONFIG_REC to config_node_section* APIs | Ailin Nemui | |
this adds the CONFIG_REC * to the config_node_section and config_node_section_index APIs as they will require access to the config cache later on to make the config parser more robust. | |||
2015-02-17 | Merge pull request #124 from dgl/git-version | Alexander Færøy | |
Include commit and if the tree is dirty in builds of -head versions |