summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2008-08-07Restrict uninvitew00t
2008-08-07Rethink that. Remove noinvite since it's essentially useless now, so we have ...w00t
2008-08-07Use correct char in exemption.. could lead to chanops being exempted incorrec...w00t
2008-08-07Add module implementing +A and extban +b A: which explicitly allow users to u...w00t
2008-08-07Fix two modules set VF_COMMON incorrectly, closes bug #587w00t
2008-08-07Fixes to m_satopic from danieldg, closes bug #586. Thanks.w00t
2008-08-05Fix bug #584 (not with the provided patch) and stuff nobody really cares aboutw00t
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-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 TOPIC overriding to m_override, requested by Namegduf.w00t
2008-08-04Fix override snotices for KICK not being sent for some cases, reported by Nam...w00t
2008-07-30Add extban +b O: for opertype banning.. mostly useful for +be to create a cha...w00t
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 #575, taxonomy finally works properlyw00t
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-20Remove custom members for +lk storagew00t
2008-07-20Fixes to some stuff that writes on memory it shouldn't (thanks psychon).w00t
2008-07-19Fix total mess of makefile dependency macros (all depending on stuff they don...brain
2008-07-19Hook OnUserPreKick and disallow kick on +k users alsow00t
2008-07-19Spaces to tabs, EXORCISE THE DEMON. Thanks psychon.w00t
2008-07-19jackmcbarn's patch left something outbrain
2008-07-19Crash fix from jackmcbarn, thanks, fixes bug #578brain
2008-07-18Set parent to empty if there is no parent, pippijn, does this fix your duplic...w00t
2008-07-18Implement <disabled:usermodes> and <disabled:chanmodes>.aquanight
2008-07-17Send strerror() on all socket error messages, this should help diagnose probl...w00t
2008-07-16Applied patch by psychon to make AddExtBanChar correctly take a single charspecial
2008-07-14Add extban types +bb R: and M: - stops matching account masks from joining an...w00t
2008-07-14Rename quietban to muteban, change character to +b m:, this way it fits with ...w00t
2008-07-14Merge m_nickban into m_nonicksw00t
2008-07-14Fix compilew00t
2008-07-14Lots, lots more numerics.h conversionw00t