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
2000-09-26
"NONE" works now with combine_levels(). /WINDOW LEVEL NONE works and if
Timo Sirainen
2000-09-26
backwards compatibility for s/ircnet/chanet/ change.
Timo Sirainen
2000-09-06
/SET default_nick -> /SET nick
Timo Sirainen
2000-09-06
line_split() : use g_memmove() instead of memcpy() .. hm. how could
Timo Sirainen
2000-09-06
/set autocreate_query -> /set autocreate_query_level
Timo Sirainen
2000-09-02
bugfix
Timo Sirainen
2000-09-02
Updates.
Timo Sirainen
2000-09-01
Added chat protocol register. Changed all chat_type fields to use it.
Timo Sirainen
2000-08-30
Object type checking fixes
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
2000-08-25
log_day_change was never printed in logs.
Timo Sirainen
2000-08-20
Channel mode handling changed - there's no more mode_xxx fields in
Timo Sirainen
2000-08-16
/LAST - didn't work right.
Timo Sirainen
2000-08-15
/MSG -servertag crashed irssi.
Timo Sirainen
2000-08-15
Some changes handling g_input_add() - maybe this helps to problems
Timo Sirainen
2000-08-12
mkpath() - behaves like mkdir -p. Autologging now uses it to create
Timo Sirainen
2000-08-12
WJOIN -> /JOIN -window
Timo Sirainen
2000-08-11
/LOG: Removed the -rotate option, it was pretty useless since adding
Timo Sirainen
2000-08-11
Autologging fixes: Don't log WHOIS replies by default
Timo Sirainen
2000-07-31
Fixes
Timo Sirainen
2000-07-30
Moved some IRC specific server stuff to generic server stuff.
Timo Sirainen
2000-07-30
Bugfixes for non-irc server handling.
Timo Sirainen
2000-07-29
send() - ignore EPIPE return value and just return "0 bytes sent". The broken
Timo Sirainen
2000-07-23
Added syntaxes of all commands in comments, they're going to be used to
Timo Sirainen
2000-07-23
net_sendbuffer_send(): use const void *data instead of void *data
Timo Sirainen
2000-07-23
Added handle != -1 check to net_sendbuffer_create()
Timo Sirainen
2000-07-23
Don't allow recursive aliases.
Timo Sirainen
2000-07-23
/SET settings_autosave - If set ON, settings are automatically saved
Timo Sirainen
2000-07-23
is_numeric() returns now FALSE if it was given empty string.
Timo Sirainen
2000-07-22
Moved /SAVE and /RELOAD to fe-common. Print "config saved" and
Timo Sirainen
2000-07-22
uname() return value checking fixes.
Timo Sirainen
2000-07-21
Don't save autologs.
Timo Sirainen
2000-07-16
typofix
Timo Sirainen
2000-07-16
Cleaned up code.
Timo Sirainen
2000-07-16
Implemented network transmit buffer. If all data couldn't be sent
Timo Sirainen
2000-07-15
module_find_id() and module_find_id_str() didn't work right if the
Timo Sirainen
2000-07-15
Fixed DCC stuff. Added DCCMSGS level for DCC chat messages.
Timo Sirainen
2000-07-10
Enabled lots of GCC warnings, fixed those that were easy to fix.
Timo Sirainen
2000-07-09
Moved is_base_command() from command completion to command_have_sub()
Timo Sirainen
2000-07-02
Implemented runtime loadable modules. /LOAD loads a module, /UNLOAD
Timo Sirainen
2000-07-02
Logs were closed and entirely removed after doing /RELOAD.
Timo Sirainen
2000-07-02
/^command hides the output of the command, it's not written to log
Timo Sirainen
2000-07-02
"Temporary error in nameserver" shouldn't remove server reconnections.
Timo Sirainen
2000-07-02
Automatic command and option completion didn't check ambiguous commands
Timo Sirainen
2000-06-30
Removed some warning messages.
Timo Sirainen
2000-06-30
If joined channel had some low-ascii (color codes), they were displayed
Timo Sirainen
2000-06-28
/REHASH -> /RELOAD so it won't collide with the server's rehash command.
Timo Sirainen
2000-06-28
Automatic command completion and a few other fixes.
Timo Sirainen
2000-06-28
-options can now be completed with tabulator. There's also automatic
Timo Sirainen
[next]