summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-05-04Fix for bug #268, repeated messages on users who are already glinedbrain
2007-05-04If an op parts, joins or kicks then display the change to all, so that the no...brain
2007-05-04Add MODE nag to debug snomask +dbrain
2007-05-04Fix bug where if an op is in channel then does /names later, all the non-ops ...brain
2007-05-04Add <auditorium showops> which determines if auditorium works like ircnet +a ...brain
2007-05-04Cloaking of WHOIS didnt work quite right, fixedbrain
2007-05-04Forgot something important!brain
2007-05-04Check visibility statesbrain
2007-05-04foolish human! you can't /mode query a user that isnt there!brain
2007-05-04Fix /who to hide users marked invisibile in some way by a modulebrain
2007-05-04Apply visibility state to whois, next stop, /whobrain
2007-05-04Brain really must remember svn add.brain
2007-05-04Where others charge, we give for free. Have fun and use wisely. With great po...brain
2007-05-04...And learn to spell rightbrain
2007-05-04Do the same for KICK, but in the case of KICK, send to the user doing the kic...brain
2007-05-04When we silence the event, not even the user whos leaving/joining gets the ou...brain
2007-05-04svn add helps, too. :<brain
2007-05-04First compilable commit of m_auditorium. Not yet tested IN ANY WAY.brain
2007-05-03Fix broken modules (broken due to api change)brain
2007-05-03Fix for new apibrain
2007-05-03DO NOT USE THIS COMMIT - if you do, most of the modules wont work.brain
2007-05-01Implement feature request in bug #271 by HiroP, allow disabling of maxlocal a...brain
2007-05-01Much more detailed logging of lowlevel socket errors to the +l snomaskbrain
2007-05-01Fix crashbug in latest svn introduced by inspsocket cull list, which can caus...brain
2007-05-01Change a return NULL to a continue so that where host matches but port doesnt...brain
2007-05-01Move new listmode check deeper into the mode parser so that it doesnt generat...brain
2007-04-30Fix one issue, add another feature: When sending MODE +beI, weed out duplicat...brain
2007-04-28squash a compile warning found by giggsey.peavey
2007-04-27Add support for hiding listmode lists such as +beI from unprivileged users.brain
2007-04-27Add and document m_clones as requested by bug #267brain
2007-04-27m_dnsbl stats should count no result as a missspecial
2007-04-26Fixed bug #266 (m_dnsbl stats), patch by satmdspecial
2007-04-26When running in nofork, keep the tty open (we were closing it, which meant th...brain
2007-04-26Make error reporting work properly, it seemed to loose errors.brain
2007-04-25Added m_chancreate, which adds snomask +j to show when new channels are createdspecial
2007-04-25Please try this, satmdbrain
2007-04-25Use segments of 8 in length not ten, reducing the length of a cloaked ipv6 ho...brain
2007-04-25dhost and host are both char[65], so let stringcopy take up to 64 chars here.peavey
2007-04-24Shorten the length of ipv6 cloaks so that a character isnt lost (6 segments p...brain
2007-04-24version 1.1.6+DevilsDancepeavey
2007-04-22update some comments.peavey
2007-04-22Fix crash if trying to remove pattern that does not exist.peavey
2007-04-22The devil's dancing :pbrain
2007-04-22Fix typobrain
2007-04-22cleanup space indentingpeavey
2007-04-22Send numeric when item doesnt exist on removebrain
2007-04-22Fix memory consumption of m_slence, users silence lists arent deleted till th...brain
2007-04-21Ensure it cant happen the other way around, eitherbrain
2007-04-21Fix spurious 'found host' messages after being told it couldnt.brain
2007-04-21Add *** to +s SNOTICEspeavey