summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-06Hoorayw00t
2008-08-06Give feedback to remote usersw00t
2008-08-06add missing modules to the vc80 project filesbrain
2008-08-06fix compile errors under debug profile in windows.brain
2008-08-06Change extban seperator in 005 to match charybdis and unrealw00t
2008-08-05Fix bug #584 (not with the provided patch) and stuff nobody really cares aboutw00t
2008-08-05Fix TOPIC to work on propegation againw00t
2008-08-05Make this fit in with the rest of the codew00t
2008-08-05Return the right thing.w00t
2008-08-05Better Way(TM) of doing easy routing of commands with a user based source. Th...w00t
2008-08-05Forward-port r10098 and r10099, fixing anope+inspircd=ftopic ddos. Thanks to ...w00t
2008-08-05Copypastaw00t
2008-08-05Missed anotherw00t
2008-08-05Missed one.w00t
2008-08-05Send ERR_BANNEDFROMCHAN on all extbans preventing joinw00t
2008-08-05Fix banredirect modifying extban masks, patch based on one provided by jackmc...w00t
2008-08-05Add m_serverban, implements extban +b s:server.mask.here, allows +e. This ess...w00t
2008-08-05Document m_channelbanw00t
2008-08-05Add m_channelban: implements extban +b j: - prevents user from joining a chan...w00t
2008-08-05Use correct method for adding extban type in m_gecosban, add 005 notification...w00t
2008-08-05Add extban +b C: - blocks matching masks from sending CTCP. Allows +e.w00t
2008-08-05Fix this class namew00t
2008-08-04Initial commit of m_satopic, provides /satopic. Needs testing on a multi-serv...om
2008-08-04Add optional 3rd parameter to Channel::SetTopic() which overrides all access ...om
2008-08-04Add TOPIC overriding to m_override, requested by Namegduf.w00t
2008-08-04Oops, actually, return 1 to block change, 0 to check it, -1 to allow it regar...w00t
2008-08-04Add Channel::SetTopic(User *, std::string &) to set topic on a channel. Use i...w00t
2008-08-04Fix override snotices for KICK not being sent for some cases, reported by Nam...w00t
2008-08-04Fix doc for globops module reported by satmd.peavey
2008-07-30Add extban +b O: for opertype banning.. mostly useful for +be to create a cha...w00t
2008-07-29Remove last vestige of libircdfoo, by changing tag into a single identifier...w00t
2008-07-29Move umode_n to umode_s, second half of last commitw00t
2008-07-29After discussions and thought, move umode +n to +s. This increases cross-ircd...w00t
2008-07-27Use correct characterw00t
2008-07-26Update nsis installer scripts to new path of config filesbrain
2008-07-26The cows gathered around, 'case the STEAKS were so high.brain
2008-07-24Make m_operflood actually work, thanks to KrazyBox for this.w00t
2008-07-23fix a little typo I found while checking some other stuffpeavey
2008-07-22Fix bug #579, missing end of stats and snomask when module returns 1 from OnS...brain
2008-07-22Fix bug #575, taxonomy finally works properlyw00t
2008-07-21Remove duplicated member, kept in classes.. Possible now we have a pointer. t...w00t
2008-07-21Add extban +b S:, strips colours, same as chmode +Sw00t
2008-07-21Add extban +b Q: - prevents matching users from kickingw00t
2008-07-21Add extban +b T:, prevents /notice to channel, same as chmode +Tw00t
2008-07-21Add CHANOPS_EXEMPT support to m_noinvite, also add +b V: extbanw00t
2008-07-21Add extban +b c: - blocks colour from matching users, same as chmode +cw00t
2008-07-21Add extban +b B: - matching users may not use caps, same as chmode +B (or +P ...w00t
2008-07-20changed my email addresspippijn
2008-07-20Removed excess spaces before some lines in /info - thanks psychonspecial
2008-07-20Alter prompt to indicate that multiple tests can be queued by entering multip...brain