summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2000-09-30multiprotocol updates. SILC prints channel and private messages nowTimo Sirainen
2000-09-29minor updatesTimo Sirainen
2000-09-27Moved /DISCONNECT to core, other multiprotocol fixes.Timo Sirainen
2000-09-27module deinit fixesTimo Sirainen
2000-09-27net_gethostbyaddr() fixed.Timo Sirainen
2000-09-27modules are deinitialized at quit.Timo Sirainen
2000-09-27/SERVER irc.server.org 1234 now connects to port 1234 always even ifTimo Sirainen
2000-09-26"NONE" works now with combine_levels(). /WINDOW LEVEL NONE works and ifTimo Sirainen
2000-09-26backwards compatibility for s/ircnet/chanet/ change.Timo Sirainen
2000-09-06/SET default_nick -> /SET nickTimo Sirainen
2000-09-06line_split() : use g_memmove() instead of memcpy() .. hm. how couldTimo Sirainen
2000-09-06/set autocreate_query -> /set autocreate_query_levelTimo Sirainen
2000-09-02bugfixTimo Sirainen
2000-09-02Updates.Timo Sirainen
2000-09-01Added chat protocol register. Changed all chat_type fields to use it.Timo Sirainen
2000-08-30Object type checking fixesTimo Sirainen
2000-08-27updatesTimo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen
2000-08-25log_day_change was never printed in logs.Timo Sirainen
2000-08-20Channel mode handling changed - there's no more mode_xxx fields inTimo Sirainen
2000-08-16/LAST - didn't work right.Timo Sirainen
2000-08-15/MSG -servertag crashed irssi.Timo Sirainen
2000-08-15Some changes handling g_input_add() - maybe this helps to problemsTimo Sirainen
2000-08-12mkpath() - behaves like mkdir -p. Autologging now uses it to createTimo Sirainen
2000-08-12WJOIN -> /JOIN -windowTimo Sirainen
2000-08-11/LOG: Removed the -rotate option, it was pretty useless since addingTimo Sirainen
2000-08-11Autologging fixes: Don't log WHOIS replies by defaultTimo Sirainen
2000-07-31FixesTimo Sirainen
2000-07-30Moved some IRC specific server stuff to generic server stuff.Timo Sirainen
2000-07-30Bugfixes for non-irc server handling.Timo Sirainen
2000-07-29send() - ignore EPIPE return value and just return "0 bytes sent". The brokenTimo Sirainen
2000-07-23Added syntaxes of all commands in comments, they're going to be used toTimo Sirainen
2000-07-23net_sendbuffer_send(): use const void *data instead of void *dataTimo Sirainen
2000-07-23Added handle != -1 check to net_sendbuffer_create()Timo Sirainen
2000-07-23Don't allow recursive aliases.Timo Sirainen
2000-07-23/SET settings_autosave - If set ON, settings are automatically savedTimo Sirainen
2000-07-23is_numeric() returns now FALSE if it was given empty string.Timo Sirainen
2000-07-22Moved /SAVE and /RELOAD to fe-common. Print "config saved" andTimo Sirainen
2000-07-22uname() return value checking fixes.Timo Sirainen
2000-07-21Don't save autologs.Timo Sirainen
2000-07-16typofixTimo Sirainen
2000-07-16Cleaned up code.Timo Sirainen
2000-07-16Implemented network transmit buffer. If all data couldn't be sentTimo Sirainen
2000-07-15module_find_id() and module_find_id_str() didn't work right if theTimo Sirainen
2000-07-15Fixed DCC stuff. Added DCCMSGS level for DCC chat messages.Timo Sirainen
2000-07-10Enabled lots of GCC warnings, fixed those that were easy to fix.Timo Sirainen
2000-07-09Moved is_base_command() from command completion to command_have_sub()Timo Sirainen
2000-07-02Implemented runtime loadable modules. /LOAD loads a module, /UNLOADTimo Sirainen
2000-07-02Logs 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 logTimo Sirainen