summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2001-02-17added g_module_build_path()Timo Sirainen
2001-02-16If log file locking fails, check that it failed because file wasTimo Sirainen
2001-02-10Write buffer - logs and rawlogs write to files through this. By defaultTimo Sirainen
2001-02-10/SET names_max_columns, /SET names_max_width: Limit width of /NAMES list.Timo Sirainen
2001-02-09/CONNECT, /SERVER: added -4 and -6 options for specifying if we shouldTimo Sirainen
2001-02-07/LOAD ./path/module - loads module from path relative to currentTimo Sirainen
2001-02-06check_ignore() didn't check correctly if everything in specified levelTimo Sirainen
2001-02-02Nicklist updates so that protocol specific xxx_NICK_REC can be usedTimo Sirainen
2001-02-02get_max_column_count(), columns_sort_list(): fixed to work properlyTimo Sirainen
2001-01-28Ignores without nick masks didn't workTimo Sirainen
2001-01-28Ignore didn't check properly nick masks that contained only nickTimo Sirainen
2001-01-28get_max_column_count() didn't work properly when there was only one itemTimo Sirainen
2001-01-28get_max_column_count(): we didn't handle correctly a situation whereTimo Sirainen
2001-01-28bugfixTimo Sirainen
2001-01-28get_max_column_count(), columns_sort_list(): helper functions forTimo Sirainen
2001-01-28backwards compatibility fix: when changing ircnet -> chatnet, theTimo Sirainen
2001-01-28Ignoring updates. Added support for nickmatch cache. One ignore can'tTimo Sirainen
2001-01-28/SET timestamp_format now specifies format of $Z. timestamp msg formatTimo Sirainen
2001-01-28nicklist_find() now finds only full nicks, nicklist_find_mask() findsTimo Sirainen
2001-01-21Nickmatch cache. A couple of helper functions to check if channel nicksTimo Sirainen
2001-01-21nickliset_set_host() for setting host, sends signal "nicklist host changed".Timo Sirainen
2001-01-18net_getservbyport() - Get name of TCP serviceTimo Sirainen
2001-01-18Minor speedup, return immediately if masks == ""Timo Sirainen
2001-01-18signal_emit() - one parameter after last one wasn't NULL but was takenTimo Sirainen
2001-01-18memmove() -> g_memmove()Timo Sirainen
2001-01-16nickmatch-cache.[ch] wasn't supposed to be included yet..Timo Sirainen
2001-01-16Check if libtool creates libraries in .libs dir. Check if -lgmoduleTimo Sirainen
2001-01-15Fixed some signedness warnings and memdebug.h should compile now fineTimo Sirainen
2001-01-14Added nicklist_rename()Timo Sirainen
2001-01-14Added my_asctime()Timo Sirainen
2001-01-14Check the return value of strftime() properlyTimo Sirainen
2001-01-12$[.10]var truncates the var to 10 chars, but doesn't pad if var isTimo Sirainen
2001-01-11Some signed/unsigned warnings removed. Don't call fe_exec_init/deinit in win32Timo Sirainen
2001-01-09Highlighting cleanups. Added /HILIGHT -priority option.Timo Sirainen
2001-01-09query_find() didn't check for queries with no active serverTimo Sirainen
2001-01-07When using a /command that has only subcommands, print the list of theTimo Sirainen
2001-01-07"return 1" doesn't anymore stop signals in perl scripts. FixedTimo Sirainen
2001-01-06nick_match_msg() : check was case sensitiveTimo Sirainen
2001-01-05In "Configuration file was modified ..." text, added "Use /SAVE orTimo Sirainen
2001-01-04Allow stopping signal more than once without sending GLib warningTimo Sirainen
2001-01-03Removed the "signal" and "last signal" signals. Changed perl'sTimo Sirainen
2001-01-02net_accept(), net_getsockname() IPv6 fixes pointed out by pv2b :)Timo Sirainen
2001-01-02removed the win32 EINPROGRESS define, that wouldn't work anywayTimo Sirainen
2001-01-01Query bugfixesTimo Sirainen
2001-01-01Some query changes. They should now work properly with /SAVEWINDOWSTimo Sirainen
2001-01-01added "message own_public" and "message own_private" events that areTimo Sirainen
2001-01-01Added/moved several "typedef struct _XXX XXX;" to common.h so thatTimo Sirainen
2000-12-30pidwait: send status as second agument.Timo Sirainen
2000-12-29comment update :)Timo Sirainen
2000-12-28Instead of trying to send data to server every 1/10th of second, sendTimo Sirainen