summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2007-05-08Add oper notices on: (1) joining invisibly to a channel (2) engage or disenga...brain
2007-05-08Tidy up some lollercodebrain
2007-05-08Sending a buffer full of garbage is not smart or funny.brain
2007-05-08Left openssl includes in here :<brain
2007-05-08Add comments to describe wtf we are doingbrain
2007-05-08Don't use this yet. we're waiting on w00t for a test clientbrain
2007-05-08Make SAJOIN/SAPART more spanningtree friendly, they are throwbacks to the ins...brain
2007-05-07Correct the silentbursts logicbrain
2007-05-07Slightly tidier capab checksbrain
2007-05-07Needs a little testing: Tidyup of some code, namely when validating the lengt...brain
2007-05-07Fix channel TS not being set correctly on creation of new channelbrain
2007-05-07Developers, please review ForceJoin starting at line 730 of this file. It nee...brain
2007-05-07A bit more debug in herebrain
2007-05-07Add bugnotice when an fmode is sent with a TS < ours. This should in theory n...brain
2007-05-07FTOPIC from another server now (correctly) shows local server name to obscure...brain
2007-05-06Fix for bug #278 reported by aredridel, LUSERS output is required as per RFC ...brain
2007-05-06Fix for bug #263 - note, this NEEDS QA TESTINGbrain
2007-05-06gcc fails it at exporting symbols properly :/brain
2007-05-05Fix for crash found by potter if you set up two redirects in two channels to ...brain
2007-05-05Make debug warning for broken servers once per servername onlybrain
2007-05-04Add options:quietbursts, fixes bug #269, also adds support for quits in a cul...brain
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-04Forgot something important!brain
2007-05-04Check visibility statesbrain
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-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-04-28squash a compile warning found by giggsey.peavey
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-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