Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-11 | Don't handle 908 as a critical failure | LemonBoy | |
"if the mechanism is unknown, 908 is optional, 904 (or equivalent error condition) is required" | |||
2015-09-11 | Parse the error string received by the server | LemonBoy | |
So that in case of SASL failure the user sees a nice error message. | |||
2015-09-11 | Consider the SASL handshake successful on 903 | LemonBoy | |
2015-09-11 | Handle event 906 and 908 | LemonBoy | |
2015-09-11 | Explicitly set the authorization id during the PLAIN handshake | LemonBoy | |
On error show the user the message sent by the server. | |||
2015-09-11 | Replace spaces with tabs | LemonBoy | |
2015-09-11 | Address all the points outlined in the first review | LemonBoy | |
Replace G_SOURCE_REMOVE with FALSE for the compatibility sake. Zero the timeout id after g_source_remove and when exipred. Save the sasl_* options in sig_chatnet_saved(). | |||
2015-09-11 | SASL support | LemonBoy | |
The only supported methods are PLAIN and EXTERNAL, the latter is untested as of now. The code gets the values from the keys named sasl_{mechanism,username,password} specified for each chatnet. | |||
2015-09-10 | Merge pull request #248 from LemonBoy/chantypes | Alexander Færøy | |
Implement CHANTYPES support | |||
2015-09-09 | Move the function prototypes in a separate header | LemonBoy | |
2015-09-09 | Merge pull request #276 from LemonBoy/terminfo-application-mode | Alexander Færøy | |
Send smkx/rmkx sequence at terminal init | |||
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-06 | Send smkx/rmkx sequence at terminal init | LemonBoy | |
Enter the "application" mode when setting up the terminal, this improves the compatiblity with the standards; as a side effect now DEL key works ootb when irssi is run in the suckless's st terminal. | |||
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-09-02 | Introduce some more chantypes awareness | LemonBoy | |
2015-09-02 | Whitespace fix | LemonBoy | |
2015-08-29 | Remove extra line break | kyak | |
How did this extra break cripple in here? | |||
2015-08-29 | Use HOST_NAME_MAX for userhost and hostname expandos | kyak | |
Use HOST_NAME_MAX instead of hardcoded 100 for userhost and hostname expandos. | |||
2015-08-29 | Use "(none)" as fallback for hostname and userhost expandos | kyak | |
Use "(none)" instead of "??" for hostname and userhost expandos when these can't be reliably detected. | |||
2015-08-29 | In expando_hostname, set *free_ret to TRUE | kyak | |
*free_ret must be set to TRUE in both cases, since we return some newly initialised memory | |||
2015-08-26 | Clean up in hostname expando before return | kyak | |
Clean up the vector resulting from g_strsplit before returning from expando_hostname(). Also, use g_strdup() instead of g_strconcat() to return the pointer to hostname. | |||
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-19 | Add expandos for hostname | kyak | |
See http://bugs.irssi.org/index.php?do=details&task_id=829 | |||
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-14 | Fix 'address already in use' when changing irssiproxy_ports | dequis | |
When changing the value of irssiproxy_ports to use a different network name in a port that was already bound (so like changing from asd=6667 to sdf=6667) it would throw "address already in use". This fixes it by delaying the add_listen() calls after all the remove_listen() were called. | |||
2015-06-14 | Rename /proxy command to /irssiproxy for clarity | dequis | |
2015-06-14 | Merge branch 'master' into irssiproxy | dequis | |
Conflicts: src/irc/proxy/listen.c | |||
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-31 | Improve ischannel_func (#253) | LemonBoy | |
The function now skips all the leading characters that are in the STATUSMSG. If the server didn't send the STATUSMSG option then it's assumed to be "@+" for compatibility with bahamut 2.4 (sic). | |||
2015-05-29 | Update sb_search.pl | ailin-nemui | |
make it easier to bind sb search to a key | |||
2015-05-15 | Implement CHANTYPES support | LemonBoy | |
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 | |