summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
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
2008-07-13Fix order of arguments, this means that ban exceptions for extbans actually w...w00t
2008-07-13Indentation tweakbrain
2008-07-12Fixed #568 - gnutls does not allow reuse of credentials, which was making /re...special
2008-07-12Remove debugw00t
2008-07-12Add support for ban exceptions on non-user extbans (e.g, +be r:*lol* r:lol?is...w00t
2008-07-12Make m_gecosban work. We can't make assumptions about how an extban banmask m...w00t
2008-07-12Add m_gecosban, implements extban +b r: - hostname bans.w00t
2008-07-12Fix for bug #569, thanks dz.w00t
2008-07-12Add CIDR mask use to m_connectban, detection and banning may now happen over ...w00t
2008-07-12Convert SVSHOLD to use the new XLine frameworkw00t
2008-07-12Fix m_cban /stats C, broken after the XLine conversion some months agow00t
2008-07-12Delete all XLines when destroying modulew00t
2008-07-12Add <gecos> field to <server> in XML stats output, also add to ProtoServer. F...w00t
2008-07-12Implement suggestion from Stealth in bug #572: expand <channeltopic> tag into...w00t
2008-07-12Don't broadcast CHANCREATE snotice if channel is +P, fixes second half of bug...w00t
2008-07-12Delete channel on -P if usercount is 0, fixes part of #565w00t
2008-07-12Fix for bug #541: /taxonomy reporting metadata for incorrect user. Can someon...w00t
2008-07-12Fix a memory leak in m_mysql, found and patched by Dart in bug #570 - thanksw00t
2008-07-11Extended ban exceptions (untested, probably will explode as I'm tired..)w00t
2008-07-11Convert API to use std::string, fixes my slight bug from earlier and looks ti...w00t
2008-07-11Fix m_nopartmsg to work via API modification, involves a string copy that won...w00t
2008-07-09- xml has no html entities :(pippijn
2008-07-09that failed to applypippijn
2008-07-09- disabled m_nopartmsg for now, since it requires API changes to workpippijn
2008-07-02Add module implementing +b p: - channel part message extban. Breaks compile c...w00t
2008-07-02Back out the incomplete linebuffering stuff that shouldn't have been committed..w00t
2008-07-02Forward port r9946: make SVSHOLD silent to avoid useless irritation to opersw00t
2008-06-27Make gcc 4.3 whine lesspeavey
2008-06-26Merge in patch from nenolod to make channelmode +z not count ulined clients w...brain
2008-06-24This is more correct, thanks Phoenixbrain
2008-06-22Merge swhois patch from jackmcbarnbrain
2008-06-20It is unnecessary and rather less efficient to use memmove() everywhere; it's...special
2008-06-19Whos been commiting a quarter of a fix?brain