Age | Commit message (Expand) | Author |
2016-05-03 | Fix some ANSI C issues. | pisculichi |
2016-03-02 | irssi proxy: allow listening on unix sockets | Lukas Mai |
2016-03-02 | reindent | Lukas Mai |
2016-02-26 | fix proxy server name | Lukas Mai |
2016-02-18 | remove redundant check | Lukas Mai |
2016-02-18 | make pointer check explicit | Lukas Mai |
2016-02-18 | irssi proxy: allow multiplexing multiple networks over a single port | Lukas Mai |
2016-02-18 | fix formatting | Lukas Mai |
2016-01-11 | Merge pull request #393 from ailin-nemui/moduleversion-perl | ailin-nemui |
2016-01-06 | irssiproxy: avoid using pointer after freeing it | Lukas Mai |
2015-12-10 | module check irssi version | ailin-nemui |
2015-09-22 | Revert "Network and IPv{4,6} related changes" | ailin-nemui |
2015-09-21 | Initial work to make irssi respect the resolved ip order | LemonBoy |
2015-09-20 | Use g_string_append() instead of g_string_append_c() for string. | Alexander Færøy |
2015-09-20 | Use g_string_append() instead of g_string_append_c() for string. | Alexander Færøy |
2015-09-19 | Merge pull request #259 from dequis/irssiproxy | ailin-nemui |
2015-09-10 | Merge pull request #248 from LemonBoy/chantypes | Alexander Færøy |
2015-09-02 | Whitespace fix | LemonBoy |
2015-07-25 | Replace \n with \r\n in irssiproxy source, fixes bug | blha303 |
2015-06-14 | Fix 'address already in use' when changing irssiproxy_ports | dequis |
2015-06-14 | Rename /proxy command to /irssiproxy for clarity | dequis |
2015-06-14 | Merge branch 'master' into irssiproxy | dequis |
2015-05-15 | Implement CHANTYPES support | LemonBoy |
2015-04-07 | Change all strcmp() to g_strcmp0() to handle nulls gracefully | dequis |
2015-02-24 | Add help files for proxy module | Hans Nielsen |
2015-02-24 | Fix whitespace | Hans Nielsen |
2015-02-24 | Add boolean toggle for irssiproxy being enabled | Hans Nielsen |
2015-02-24 | Make proxy messages include more detail and add status command | Hans Nielsen |
2015-02-24 | Change around connection signals in proxy module | Hans Nielsen |
2014-09-11 | source cleanup: remove trailing whitespaces | Michael Vetter |
2014-06-27 | s/INCLUDES/AM_CPPFLAGS/g | Dave Reisner |
2014-06-26 | Add missing include | David Leadbeater |
2014-06-10 | Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. | David Hill |
2010-04-03 | deprecated glib strup/down fixes from exg. | Alexander Færøy |
2009-03-10 | Include hostmask in 001 event sent by proxy (bug #650) | Wouter Coekaerts |
2009-02-08 | Code Cleanup: | Alexander Færøy |
2009-02-08 | Code Cleanup: | Alexander Færøy |
2008-11-28 | Allow storing multiple "other" prefixes such as +q and +a. | Jilles Tjoelker |
2008-11-02 | introduce the type Irssi::Irc::Client and signals to communicate with proxy | Jochen Eisinger |
2008-05-22 | Extend net_sendbuffer by adding a LINEBUF_REC member and a net_sendbuffer_rec... | Emanuele Giaquinta |
2008-03-10 | Disable versioning for the proxy module, patch by darix. | Emanuele Giaquinta |
2008-03-09 | Use g_ascii_str{,n}casecmp for case insensitive comparison with | Emanuele Giaquinta |
2008-01-21 | Remove .cvsignore files. | Emanuele Giaquinta |
2007-11-18 | Pass through (redirect) WHOWAS reply to proxy clients. | Jilles Tjoelker |
2007-11-14 | Rework redirections to deal with multiple concurrent redirects better. | Jilles Tjoelker |
2007-08-07 | Use autoconf PACKAGE_TARNAME/PACKAGE_VERSION macros rather than automake | Emanuele Giaquinta |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2005-08-24 | moved the _NET_SENDBUF_REC definition out of core/net-sendbuffer.c and irc/pr... | Valentin Batz |
2005-08-24 | replaced net_transmit by net_sendbuffer_send in the irssi-proxy module, there... | Valentin Batz |