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
Age
Commit message (
Expand
)
Author
2001-01-01
Added/moved several "typedef struct _XXX XXX;" to common.h so that
Timo Sirainen
2001-01-01
When joining to !channel because of "407 duplicate channel", it just
Timo Sirainen
2000-12-28
server->cmd_last_split wasn't used anymore, removed code related to it.
Timo Sirainen
2000-12-22
Fix for handling duplicate channels
Timo Sirainen
2000-12-19
security fixes from 0.7.97.2
Timo Sirainen
2000-12-17
/SET prompt, /SET prompt_window - Specifies the text in prompt.
Timo Sirainen
2000-12-17
Settings are now stored in module-specific blocks. Irssi complains
Timo Sirainen
2000-12-17
/kickban and /knockout now accepts multiple nicks separated with commas.
Timo Sirainen
2000-12-17
Some minor query fixes. Nick changes are also detected by checking if
Timo Sirainen
2000-12-15
Blocking sockets (win32) shouldn't block irssi entirely now.
Timo Sirainen
2000-12-10
added $usermode expando
Timo Sirainen
2000-12-09
-querychans option for servers and ircnets which specifies how many
Timo Sirainen
2000-12-07
automatic /whowas in /whois crashed (after server <-> data change)
Timo Sirainen
2000-12-06
sometimes channel key wasn't saved.
Timo Sirainen
2000-12-05
Server events: switched order of data and server parameters. it's now
Timo Sirainen
2000-12-05
bot & proxy plugins fixed for GIOChannel changes
Timo Sirainen
2000-12-05
Split expandos from special-vars.c to expandos.c. Added list of signals
Timo Sirainen
2000-12-04
Use GIOChannel instead of sockets directly. Helps porting to win32 :)
Timo Sirainen
2000-12-03
signal "netsplit add" -> "netsplit new"
Timo Sirainen
2000-12-03
Reply to clients which send IRSSILAG notices to themselves.
Timo Sirainen
2000-12-01
ARGH! %s format bug!
Timo Sirainen
2000-11-30
/WAIT [-<server tag>] <milliseconds> - wait for <milliseconds> before
Timo Sirainen
2000-11-28
Don't ever send more than 10 channels/line in mode/who requests. Though
Timo Sirainen
2000-11-28
bugfixes with channel syncing.
Timo Sirainen
2000-11-27
don't destroy all netsplits when someone joins back from split, only
Timo Sirainen
2000-11-27
Call /part command instead of directly sending part message to server when
Timo Sirainen
2000-11-26
config changes, CONFIG_REC is now required parameter for
Timo Sirainen
2000-11-26
/SET part_message - default message with /PART
Timo Sirainen
2000-11-26
Added some magic to /SERVER - if there's no server to disconnect from
Timo Sirainen
2000-11-26
Added KILL handling - user/server kills are now printed formatted.
Timo Sirainen
2000-11-23
s/enum GInputCondition/int/ - enums aren't supposed to orred together i
Timo Sirainen
2000-11-23
more changes from int xx:1 to unsigned int xx:1
Timo Sirainen
2000-11-23
several fixes to make irssi compile without warnings with MIPSpro
Timo Sirainen
2000-11-18
compiler warning fixes + one real bug in dcc-chat
Timo Sirainen
2000-11-17
Remember who set the topic and when, display the info when using /TOPIC.
Timo Sirainen
2000-11-17
If other side replies to our DCC CHAT request with DCC CHAT request of
Timo Sirainen
2000-11-17
Check that enough parameters are given to /DCC CLOSE
Timo Sirainen
2000-11-16
Added some comments about redirection problems.
Timo Sirainen
2000-11-14
/NICK was broken.
Timo Sirainen
2000-11-11
/SET dcc_autodisplay_dialog isn't used for anything, removed.
Timo Sirainen
2000-11-10
Don't change client's nick every time someone else changes nick..
Timo Sirainen
2000-11-09
"NOTIFY" was missing from syntax
Timo Sirainen
2000-11-09
let actions pass through the proxy to clients, they're not "real" CTCPs..
Timo Sirainen
2000-11-09
ping/pong was broken again, hope this now _finally_ works :)
Timo Sirainen
2000-11-09
I had broken the /names list.. :)
Timo Sirainen
2000-11-09
Use ircnet name as the proxy's "real address".
Timo Sirainen
2000-11-09
One final fix for ping/pong
Timo Sirainen
2000-11-09
fix to ping/pong handling :)
Timo Sirainen
2000-11-09
When sending /NAMES after join: Don't send lines longer than 512 chars -
Timo Sirainen
2000-11-09
Hide IRSSILAG notices from clients
Timo Sirainen
[next]