index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
session.c
Age
Commit message (
Expand
)
Author
2016-10-22
Add x509 certificate and public key pinning support.
Alexander Færøy
2016-10-22
Rename SSL to TLS.
Alexander Færøy
2015-04-17
Merge pull request #199 from ailin-nemui/config-parser
Alexander Færøy
2015-04-14
ssl: Add option to specify SSL cipher suite preference.
Haw Loeung
2015-02-17
add CONFIG_REC to config_node_section* APIs
Ailin Nemui
2010-04-03
glib iochannel fixes from exg.
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-02-04
Remove trailing whitespace.
Emanuele Giaquinta
2008-02-03
Remove popt and use glib GOption commandline option parser
Emanuele Giaquinta
2007-05-26
Hide --session from --help output and remove its mention from the manual,
Emanuele Giaquinta
2007-05-24
Cleanup option handling.
Emanuele Giaquinta
2007-05-20
Farewell glib-1.
Emanuele Giaquinta
2007-05-08
Oops. Update address correctly now.
Wouter Coekaerts
2007-05-08
Update FSF address
Wouter Coekaerts
2006-09-22
Revert second hunk of the previous patch, we want to check existence and
Emanuele Giaquinta
2006-09-22
Compute absolute path name of argv[0] at startup to make Irssi::get_irssi_binary
Emanuele Giaquinta
2006-09-18
Apply 05upgrade-check-binary.dpatch with some modifications.
Emanuele Giaquinta
2006-09-18
Add missing free.
Emanuele Giaquinta
2006-09-17
Remove useless check.
Emanuele Giaquinta
2004-10-18
/UPGRADE saves now server->version
Valentin Batz
2004-01-20
isupport patch by David Leadbeater
Timo Sirainen
2003-11-16
Support for sending SSL certificate to server and optionally verify server's
Timo Sirainen
2002-12-04
Broke irssi_binary path.
Timo Sirainen
2002-12-03
Made irssi_binary global and exported to perl as get_irssi_binary().
Timo Sirainen
2002-08-26
Added OpenSSL support by vjt@users.sf.net. Also fixes a possible crash after
Timo Sirainen
2002-05-20
/UPGRADE was broken, changed again the server connection code.
Timo Sirainen
2002-05-19
net_connect*() contains now error parameter, so it can be used to properly
Timo Sirainen
2002-05-16
Better !channel support - window items now have "visual_name" and channels
Timo Sirainen
2002-04-10
Fixed one error and several warnings with GLIB 2.0
Timo Sirainen
2002-02-20
/UPGRADE saves now topic_time and topic_by.
Timo Sirainen
2002-02-02
Comments are now allowed everywhere in config files.
Timo Sirainen
2001-12-06
/UPGRADE broke reconnections to server.
Timo Sirainen
2001-12-01
/UPGRADE shouldn't begin server reconnections in old client.
Timo Sirainen
2001-11-25
/UPGRADE: when trying to restore connection to server of which chat
Timo Sirainen
2001-11-25
/UPGRADE: Irssi no longer asks for /NAMES list from server when
Timo Sirainen
2001-11-20
--session broke --help output
Timo Sirainen
2001-11-20
/UPGRADE: waited pids are now transferred to new client so we don't leave
Timo Sirainen
2001-11-20
/UPGRADE: --home and --config parameters weren't passed to new irssi.
Timo Sirainen
2001-11-20
Typobugfix.
Timo Sirainen
2001-11-20
/UPGRADE now saves the session, disconnects the servers so that the socket
Timo Sirainen
2001-11-20
/UPGRADE: server command queue is now flushed to make sure everything
Timo Sirainen
2001-11-19
Irssi printed GLib error if no PATH was set..
Timo Sirainen
2001-11-19
/UPGRADE didn't work properly when you were connected to multiple servers.
Timo Sirainen
2001-11-19
session_set_binary() - we can't get the full path to irssi binary from
Timo Sirainen
2001-11-19
Added syntax comment for /UPGRADE
Timo Sirainen
2001-11-19
A few more updates.
Timo Sirainen
2001-11-19
/UPGRADE - upgrade-on-the-fly feature. Currently only moves the active
Timo Sirainen