Age | Commit message (Expand) | Author |
2008-08-05 | Fix this class name | w00t |
2008-08-04 | Initial commit of m_satopic, provides /satopic. Needs testing on a multi-serv... | om |
2008-08-04 | Add TOPIC overriding to m_override, requested by Namegduf. | w00t |
2008-08-04 | Fix override snotices for KICK not being sent for some cases, reported by Nam... | w00t |
2008-07-30 | Add extban +b O: for opertype banning.. mostly useful for +be to create a cha... | w00t |
2008-07-24 | Make m_operflood actually work, thanks to KrazyBox for this. | w00t |
2008-07-23 | fix a little typo I found while checking some other stuff | peavey |
2008-07-22 | Fix bug #575, taxonomy finally works properly | w00t |
2008-07-21 | Add extban +b S:, strips colours, same as chmode +S | w00t |
2008-07-21 | Add extban +b Q: - prevents matching users from kicking | w00t |
2008-07-21 | Add extban +b T:, prevents /notice to channel, same as chmode +T | w00t |
2008-07-21 | Add CHANOPS_EXEMPT support to m_noinvite, also add +b V: extban | w00t |
2008-07-21 | Add extban +b c: - blocks colour from matching users, same as chmode +c | w00t |
2008-07-21 | Add extban +b B: - matching users may not use caps, same as chmode +B (or +P ... | w00t |
2008-07-20 | Remove custom members for +lk storage | w00t |
2008-07-20 | Fixes to some stuff that writes on memory it shouldn't (thanks psychon). | w00t |
2008-07-19 | Fix total mess of makefile dependency macros (all depending on stuff they don... | brain |
2008-07-19 | Hook OnUserPreKick and disallow kick on +k users also | w00t |
2008-07-19 | Spaces to tabs, EXORCISE THE DEMON. Thanks psychon. | w00t |
2008-07-19 | jackmcbarn's patch left something out | brain |
2008-07-19 | Crash fix from jackmcbarn, thanks, fixes bug #578 | brain |
2008-07-18 | Set parent to empty if there is no parent, pippijn, does this fix your duplic... | w00t |
2008-07-18 | Implement <disabled:usermodes> and <disabled:chanmodes>. | aquanight |
2008-07-17 | Send strerror() on all socket error messages, this should help diagnose probl... | w00t |
2008-07-16 | Applied patch by psychon to make AddExtBanChar correctly take a single char | special |
2008-07-14 | Add extban types +bb R: and M: - stops matching account masks from joining an... | w00t |
2008-07-14 | Rename quietban to muteban, change character to +b m:, this way it fits with ... | w00t |
2008-07-14 | Merge m_nickban into m_nonicks | w00t |
2008-07-14 | Fix compile | w00t |
2008-07-14 | Lots, lots more numerics.h conversion | w00t |
2008-07-13 | Fix order of arguments, this means that ban exceptions for extbans actually w... | w00t |
2008-07-13 | Indentation tweak | brain |
2008-07-12 | Fixed #568 - gnutls does not allow reuse of credentials, which was making /re... | special |
2008-07-12 | Remove debug | w00t |
2008-07-12 | Add support for ban exceptions on non-user extbans (e.g, +be r:*lol* r:lol?is... | w00t |
2008-07-12 | Make m_gecosban work. We can't make assumptions about how an extban banmask m... | w00t |
2008-07-12 | Add m_gecosban, implements extban +b r: - hostname bans. | w00t |
2008-07-12 | Fix for bug #569, thanks dz. | w00t |
2008-07-12 | Add CIDR mask use to m_connectban, detection and banning may now happen over ... | w00t |
2008-07-12 | Convert SVSHOLD to use the new XLine framework | w00t |
2008-07-12 | Fix m_cban /stats C, broken after the XLine conversion some months ago | w00t |
2008-07-12 | Delete all XLines when destroying module | w00t |
2008-07-12 | Add <gecos> field to <server> in XML stats output, also add to ProtoServer. F... | w00t |
2008-07-12 | Implement suggestion from Stealth in bug #572: expand <channeltopic> tag into... | w00t |
2008-07-12 | Don't broadcast CHANCREATE snotice if channel is +P, fixes second half of bug... | w00t |
2008-07-12 | Delete channel on -P if usercount is 0, fixes part of #565 | w00t |
2008-07-12 | Fix for bug #541: /taxonomy reporting metadata for incorrect user. Can someon... | w00t |
2008-07-12 | Fix a memory leak in m_mysql, found and patched by Dart in bug #570 - thanks | w00t |
2008-07-11 | Extended ban exceptions (untested, probably will explode as I'm tired..) | w00t |
2008-07-11 | Convert API to use std::string, fixes my slight bug from earlier and looks ti... | w00t |