summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
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
2000-07-02"Temporary error in nameserver" shouldn't remove server reconnections.Timo Sirainen
2000-07-02Automatic command and option completion didn't check ambiguous commandsTimo Sirainen
2000-06-30Removed some warning messages.Timo Sirainen
2000-06-30If joined channel had some low-ascii (color codes), they were displayedTimo Sirainen
2000-06-28/REHASH -> /RELOAD so it won't collide with the server's rehash command.Timo Sirainen
2000-06-28Automatic command completion and a few other fixes.Timo Sirainen
2000-06-28-options can now be completed with tabulator. There's also automaticTimo Sirainen
2000-06-25Created signal_get_uniq_id() macro. Added some documentation aboutTimo Sirainen
2000-06-25Subcommand and command parameter completion works now also if you useTimo Sirainen
2000-06-18Added g_dirname() so ig_free() won't complain when free()ing it.Timo Sirainen
2000-06-18Changed option handling in /commands. Irssi will now complain aboutTimo Sirainen
2000-06-17File name completion for /DCC SENDTimo Sirainen
2000-06-17Completion list is now sorted.Timo Sirainen
2000-06-11/EVAL will now expand \n and \t to newline and tab.Timo Sirainen
2000-06-10Changed the behaviour of how to handle "send command" signal (text youTimo Sirainen
2000-06-10same cmdchar twice ignores aliases ignores aliases - not any two cmdcharsTimo Sirainen
2000-06-10Rotate time names changed :) week -> weekly, day -> daily, etc.Timo Sirainen
2000-06-06Use INADDR_BROADCAST if INADDR_NONE isn't defined.Timo Sirainen
2000-06-040.7.90 released.Timo Sirainen
2000-06-04/IRCNET command.Timo Sirainen
2000-06-04Lots of DCC related fixes.Timo Sirainen
2000-06-03bits2level() with zero as argument printed some glib warnings.Timo Sirainen
2000-06-02common-setup.h wasn't removed from here - Made rawlog to useTimo Sirainen