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
Age
Commit message (
Expand
)
Author
2001-01-01
Added/moved several "typedef struct _XXX XXX;" to common.h so that
Timo Sirainen
2000-12-30
pidwait: send status as second agument.
Timo Sirainen
2000-12-29
comment update :)
Timo Sirainen
2000-12-28
Instead of trying to send data to server every 1/10th of second, send
Timo Sirainen
2000-12-19
security fixes from 0.7.97.2
Timo Sirainen
2000-12-19
put back ircnet -> chatnet backwards compatibility, this time modify
Timo Sirainen
2000-12-19
when changing config file to new format send "setup changed" signal at
Timo Sirainen
2000-12-17
removed backwards compatibility from ircnet -> chatnet change
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
Destroy all settings and commands used by modules when they're unloaded.
Timo Sirainen
2000-12-17
Some minor query fixes. Nick changes are also detected by checking if
Timo Sirainen
2000-12-17
removed useless chat_type checks
Timo Sirainen
2000-12-17
Improved nick_match_msg() - it shouldn't give wrong matches as easily
Timo Sirainen
2000-12-10
fixed $topic uninit
Timo Sirainen
2000-12-10
added $topic expando
Timo Sirainen
2000-12-10
$T in empty window crashed
Timo Sirainen
2000-12-10
'_' character wasn't treated as acceptable $variable_name character.
Timo Sirainen
2000-12-09
Don't crash with /reconnect <unknown tag>
Timo Sirainen
2000-12-08
net_receive(), net_transmit(): error handling was buggy
Timo Sirainen
2000-12-08
bugfix
Timo Sirainen
2000-12-06
NICK_REC can be now inherited
Timo Sirainen
2000-12-06
Use hardcoded array for signals instead of dynamic (pretty useless, "10
Timo Sirainen
2000-12-05
Server events: switched order of data and server parameters. it's now
Timo Sirainen
2000-12-05
net_gethostbyname_nonblock(): don't crash if net_gethosterror() returns
Timo Sirainen
2000-12-05
Split expandos from special-vars.c to expandos.c. Added list of signals
Timo Sirainen
2000-12-04
added signal_add_to_id()
Timo Sirainen
2000-12-04
Use GIOChannel instead of sockets directly. Helps porting to win32 :)
Timo Sirainen
2000-12-04
cmd_get_params() didn't work correctly if we didn't want any paramers
Timo Sirainen
2000-12-03
/RECONNECT without any parameters and when not connected to any server
Timo Sirainen
2000-11-30
added g_timeval_cmp()
Timo Sirainen
2000-11-30
cmd_options_get_server() : allow NULL cmd argument
Timo Sirainen
2000-11-30
stristr() and stristr_full() didn't work correctly with empty needle
Timo Sirainen
2000-11-29
file_checksum() shouldn't crash if it can't open the file.
Timo Sirainen
2000-11-26
config changes, CONFIG_REC is now required parameter for
Timo Sirainen
2000-11-26
Perl fixes and additions. theme_register() / printformat() works now
Timo Sirainen
2000-11-26
some updates for checking when to not autosave config.
Timo Sirainen
2000-11-26
Added modify counter which is increased every time something is changed
Timo Sirainen
2000-11-26
Added some magic to /SERVER - if there's no server to disconnect from
Timo Sirainen
2000-11-25
mkpath() crashed with paths that didn't start with /
Timo Sirainen
2000-11-25
Time formats didn't work in directory name of autologs.
Timo Sirainen
2000-11-23
s/enum GInputCondition/int/ - enums aren't supposed to orred together i
Timo Sirainen
2000-11-23
several fixes to make irssi compile without warnings with MIPSpro
Timo Sirainen
2000-11-18
Win32 fixes - Irssi now compiles with MSVC++ :)
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-11
Some sizeof() fixes to IPv6 support when connecting to IPv4 addresses.
Timo Sirainen
2000-11-08
level_get() didn't check ambiguous commands correctly - dcc always failed
Timo Sirainen
2000-11-07
minor speed enhance
Timo Sirainen
2000-11-07
minor cleanups
Timo Sirainen
[next]