summaryrefslogtreecommitdiff
path: root/src/irc/core/netsplit.c
AgeCommit message (Expand)Author
2008-11-28Allow storing multiple "other" prefixes such as +q and +a.Jilles Tjoelker
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2006-03-01Ignore joins without a nick from broken serversWouter Coekaerts
2004-01-20isupport patch by David LeadbeaterTimo Sirainen
2003-06-03Don't require hostmasks to be different with netsplits. Fixes dalnetTimo Sirainen
2002-10-14Make sure two urls aren't thought of as netsplitTimo Sirainen
2002-05-16Better !channel support - window items now have "visual_name" and channelsTimo Sirainen
2002-03-14Fixed that "nick already in split list, how?" bug with a patch from fuchs.Timo Sirainen
2002-02-13updated the glib error message with netsplitsTimo Sirainen
2002-01-27toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in someTimo Sirainen
2001-12-27argh, typofix :)Timo Sirainen
2001-12-27Added an extra check to make sure nothing bad happens..Timo Sirainen
2001-12-11Fixed a memory leak + some cleanupsTimo Sirainen
2001-12-10Netsplit saved the NICK_REC, but didn't save the dynamically allocated stringsTimo Sirainen
2001-11-18When destroying data used from server in "server disconnected" signal, setTimo Sirainen
2001-10-21quitmsg_is_split() updated to check that top-level domains must be 2+ charsTimo Sirainen
2001-08-14quitmsg_is_split() fix - the hosts must contain the domain part now (ie.Timo Sirainen
2001-08-14Rewrote quitmsg_is_split(). A bit faster now and doesn't match to quitTimo Sirainen
2001-06-29Removed the "domain is 2 or 3 chars" check from quitmsg_is_split() sinceTimo Sirainen
2001-01-01Added/moved several "typedef struct _XXX XXX;" to common.h so thatTimo Sirainen
2000-12-05Server events: switched order of data and server parameters. it's nowTimo Sirainen
2000-12-03signal "netsplit add" -> "netsplit new"Timo Sirainen
2000-11-27don't destroy all netsplits when someone joins back from split, onlyTimo Sirainen
2000-10-19Added debugTimo Sirainen
2000-10-14Netsplit cleanups. Added /SET netsplit_nicks_hide_threshold.Timo Sirainen
2000-09-19Netsplit fixesTimo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen
2000-07-30Bugfixes for non-irc server handling.Timo Sirainen
2000-07-15A few checks to check that we really are dealing with IRC servers.Timo Sirainen
2000-07-02When netsplit is over, irssi prints "Netsplit over, joins: (nicks)" andTimo Sirainen
2000-06-20/topic's cmd_get_params() had wrong parameter count..Timo Sirainen
2000-06-18Don't use cmd_get_params() to split the two hosts, it's a lot easier toTimo Sirainen
2000-06-18Changed option handling in /commands. Irssi will now complain aboutTimo Sirainen
2000-06-04/IRCNET command.Timo Sirainen
2000-06-02removed common-setup.h, put all settings in it to files where they belong to.Timo Sirainen
2000-05-25Print nicks who quit IRC in netsplit message. See netsplit section inTimo Sirainen
2000-05-10Netsplit displays the IRC network where it happenedTimo Sirainen
2000-05-04.. lots of changes ..Timo Sirainen
2000-04-26..adding new files..Timo Sirainen