summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-11Don't handle 908 as a critical failureLemonBoy
"if the mechanism is unknown, 908 is optional, 904 (or equivalent error condition) is required"
2015-09-11Parse the error string received by the serverLemonBoy
So that in case of SASL failure the user sees a nice error message.
2015-09-11Consider the SASL handshake successful on 903LemonBoy
2015-09-11Handle event 906 and 908LemonBoy
2015-09-11Explicitly set the authorization id during the PLAIN handshakeLemonBoy
On error show the user the message sent by the server.
2015-09-11Replace spaces with tabsLemonBoy
2015-09-11Address all the points outlined in the first reviewLemonBoy
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-11SASL supportLemonBoy
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-10Merge pull request #248 from LemonBoy/chantypesAlexander Færøy
Implement CHANTYPES support
2015-09-09Move the function prototypes in a separate headerLemonBoy
2015-09-09Merge pull request #276 from LemonBoy/terminfo-application-modeAlexander Færøy
Send smkx/rmkx sequence at terminal init
2015-09-09Merge pull request #275 from LemonBoy/cap-support-nitpicksAlexander Færøy
Fix two minor issues outlined in the PR#222
2015-09-06Send smkx/rmkx sequence at terminal initLemonBoy
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-02Fix two minor issues outlined in the PR#222LemonBoy
irc-cap.c has now a licence header. A minor style fix in misc.c
2015-09-02Introduce some more chantypes awarenessLemonBoy
2015-09-02Whitespace fixLemonBoy
2015-08-29Remove extra line breakkyak
How did this extra break cripple in here?
2015-08-29Use HOST_NAME_MAX for userhost and hostname expandoskyak
Use HOST_NAME_MAX instead of hardcoded 100 for userhost and hostname expandos.
2015-08-29Use "(none)" as fallback for hostname and userhost expandoskyak
Use "(none)" instead of "??" for hostname and userhost expandos when these can't be reliably detected.
2015-08-29In expando_hostname, set *free_ret to TRUEkyak
*free_ret must be set to TRUE in both cases, since we return some newly initialised memory
2015-08-26Clean up in hostname expando before returnkyak
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-24Merge pull request #263 from ailin-nemui/git-clone-checkAlexander Færøy
Introduce check for git commands in autogen
2015-08-24Merge pull request #222 from LemonBoy/cap-supportAlexander Færøy
[RFC] CAP support
2015-08-20Send the CAP LS after sending the proxy stringsLemonBoy
Patch by @dequis
2015-07-28Merge pull request #269 from blha303/masterGeert Hauwaerts
Replace \n with \r\n in irssiproxy source, fixes bug
2015-07-25Replace \n with \r\n in irssiproxy source, fixes bugblha303
2015-07-19Add expandos for hostnamekyak
See http://bugs.irssi.org/index.php?do=details&task_id=829
2015-07-09Introduce check for git commands in autogenAilin Nemui
This avoids a misleading compile error when users try to `make` an incomplete (or non-git) check-out.
2015-06-14Fix 'address already in use' when changing irssiproxy_portsdequis
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-14Rename /proxy command to /irssiproxy for claritydequis
2015-06-14Merge branch 'master' into irssiproxydequis
Conflicts: src/irc/proxy/listen.c
2015-06-121k+ windows are now the default formatting (#223)Geert Hauwaerts
1k+ windows are now the default formatting (#223)
2015-06-12Merge pull request #257 from GeertHauwaerts/masterGeert Hauwaerts
Clarify the help for /LIST (#228)
2015-06-12Proper removal of sb_search.pl (#143)Geert Hauwaerts
Proper removal of sb_search.pl (#143)
2015-06-12Updated the man page (#251)Geert Hauwaerts
Updated the man page (#251)
2015-06-12Updated 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-12Merge pull request #258 from irssi/revert-232-masterGeert Hauwaerts
Revert "Bug fix - docdir is ignored during installation."
2015-06-12Revert "Bug fix - docdir is ignored during installation."Geert Hauwaerts
2015-06-12Add server check in irc_server_connect (#208)Geert Hauwaerts
Fail instead of crash, if irc_server_connect is called without object. (#208)
2015-06-12Clarify the help for /LIST (#228)Geert Hauwaerts
Clarify the help for /LIST (#228)
2015-06-12Merge pull request #247 from FreeFull/patch-1Geert Hauwaerts
lastlog doc fix
2015-06-12Merge pull request #252 from ailin-nemui/patch-2Geert Hauwaerts
Update sb_search.pl
2015-05-31Improve 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-29Update sb_search.plailin-nemui
make it easier to bind sb search to a key
2015-05-15Implement CHANTYPES supportLemonBoy
2015-05-14lastlog doc fixFilip 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-05Implement support for IRCv3.1 CAP negotiationLemonBoy
2015-04-21Merge pull request #241 from pstray/masterAlexander Færøy
Change a hash lookup so it compiles
2015-04-21Merge pull request #232 from dimkr/masterAlexander Færøy
Bug fix - docdir is ignored during installation.
2015-04-20Change g_hash_table_contains() for compatibility with glib < 2.32Peder Stray