summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
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
2000-12-19security fixes from 0.7.97.2Timo Sirainen
2000-12-19put back ircnet -> chatnet backwards compatibility, this time modifyTimo Sirainen
2000-12-19when changing config file to new format send "setup changed" signal atTimo Sirainen
2000-12-17removed backwards compatibility from ircnet -> chatnet changeTimo Sirainen
2000-12-17/SET prompt, /SET prompt_window - Specifies the text in prompt.Timo Sirainen
2000-12-17Settings are now stored in module-specific blocks. Irssi complainsTimo Sirainen
2000-12-17Destroy all settings and commands used by modules when they're unloaded.Timo Sirainen
2000-12-17Some minor query fixes. Nick changes are also detected by checking ifTimo Sirainen
2000-12-17removed useless chat_type checksTimo Sirainen
2000-12-17Improved nick_match_msg() - it shouldn't give wrong matches as easilyTimo Sirainen
2000-12-10fixed $topic uninitTimo Sirainen
2000-12-10added $topic expandoTimo Sirainen
2000-12-10$T in empty window crashedTimo Sirainen
2000-12-10'_' character wasn't treated as acceptable $variable_name character.Timo Sirainen
2000-12-09Don't crash with /reconnect <unknown tag>Timo Sirainen
2000-12-08net_receive(), net_transmit(): error handling was buggyTimo Sirainen
2000-12-08bugfixTimo Sirainen
2000-12-06NICK_REC can be now inheritedTimo Sirainen