summaryrefslogtreecommitdiff
path: root/src/modules/m_allowinvite.cpp
AgeCommit message (Expand)Author
2009-10-08Add names for all modes (part 1 of named channel mode list)danieldg
2009-10-05Run DelMode and DelModeWatcher in RemoveModuledanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-22Describe module purpose in /MODULES outputdanieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-09-02Add Module* creator to Command and ModeHandlerdanieldg
2009-09-02Change allocation of commands/modesdanieldg
2009-04-02Fix up logic in m_allowinvite: extban A prevents /invite in all cases; channe...dz
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-14Extban rework: allow exceptions to override bans on joindanieldg
2009-01-02Update copyrights for 2009.w00t
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-08-07Rethink that. Remove noinvite since it's essentially useless now, so we have ...w00t
2008-08-07Add module implementing +A and extban +b A: which explicitly allow users to u...w00t