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
/
irc
/
core
/
irc-servers.c
Age
Commit message (
Expand
)
Author
2001-11-11
Moved rewritten server redirection code from core to irc. This new code
Timo Sirainen
2001-11-02
Moved some stuff from irc to core. Added command_bind_proto() function to
Timo Sirainen
2001-11-01
server->ischannel(char *) -> server->ischannel(SERVER_REC *, char *). Added
Timo Sirainen
2001-10-21
Added reference counter to SERVER_CONNECT_REC. Since it's being moved around
Timo Sirainen
2001-09-20
When using /SET hostname ipv6:address, replace the ':' char with '_' so it
Timo Sirainen
2001-09-06
Use only the first word from username when sending it to server.
Timo Sirainen
2001-08-14
Some internal changes how /SERVER command works. Added /SERVER PURGE
Timo Sirainen
2001-08-13
max_query_chans set to 1 by default. Set to 10 in networks where it's known
Timo Sirainen
2001-06-04
Added support for bahamut @+#channel notices. Removed notice_public_ops
Timo Sirainen
2001-03-20
added /SET proxy_password
Timo Sirainen
2001-03-04
Send "chat protocol deinit" signal when protocol is being
Timo Sirainen
2001-02-19
Connection updates: moved /SERVER and /CONNECT to core from irc.
Timo Sirainen
2001-02-17
Config file: ircnets -> chatnets, added type = "chat protocol" to
Timo Sirainen
2001-01-04
/LIST: don't require -yes option if there's 1000 channels or less.
Timo Sirainen
2001-01-01
added "message own_public" and "message own_private" events that are
Timo Sirainen
2001-01-01
Added/moved several "typedef struct _XXX XXX;" to common.h so that
Timo Sirainen
2000-12-28
server->cmd_last_split wasn't used anymore, removed code related to it.
Timo Sirainen
2000-12-09
-querychans option for servers and ircnets which specifies how many
Timo Sirainen
2000-12-05
Server events: switched order of data and server parameters. it's now
Timo Sirainen
2000-11-30
/WAIT [-<server tag>] <milliseconds> - wait for <milliseconds> before
Timo Sirainen
2000-11-23
several fixes to make irssi compile without warnings with MIPSpro
Timo Sirainen
2000-10-22
Add the server specific functions immediately after the server
Timo Sirainen
2000-10-14
irc_server_get_channels() now returns also the channels that are in
Timo Sirainen
2000-10-13
updating user modes were handled as they were channel modes, like +o
Timo Sirainen
2000-09-30
multiprotocol updates. SILC prints channel and private messages now
Timo Sirainen
2000-09-29
minor updates
Timo Sirainen
2000-09-27
Moved /DISCONNECT to core, other multiprotocol fixes.
Timo Sirainen
2000-09-06
/set autocreate_query -> /set autocreate_query_level
Timo Sirainen
2000-09-01
Added chat protocol register. Changed all chat_type fields to use it.
Timo Sirainen
2000-08-27
updates
Timo Sirainen
2000-08-26
Lots of moving stuff around - hopefully I didn't break too much :)
Timo Sirainen