Age | Commit message (Expand) | Author |
2008-07-13 | Convert, convert, convert | w00t |
2008-07-13 | Convert a bunch of crap | w00t |
2008-07-13 | Finish channels.cpp conversion to numerics list | w00t |
2008-07-13 | Add include/numerics.h, contains/will contain an enum for numerics. Work in p... | w00t |
2008-07-13 | Fix order of arguments, this means that ban exceptions for extbans actually w... | w00t |
2008-07-13 | Default to adding uppercase characters to allowed hostmap list, this has caug... | 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 | And, just because I can. The one pointless one-liner of the evening. :p | w00t |
2008-07-12 | Add a snotice about time jumping by more than a second at a time, and move bo... | w00t |
2008-07-12 | Remove some long commented out code: we never used to start unless a client p... | w00t |
2008-07-12 | Remove a slightly odd comment | w00t |
2008-07-12 | peavey already fixed this with climits include, remove limits.h. Keep the war... | w00t |
2008-07-12 | Allow opers to view modelists regardless of <security:hidemodelists> | w00t |
2008-07-12 | Document m_gecosban | w00t |
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 | Debug | w00t |
2008-07-12 | Add m_gecosban, implements extban +b r: - hostname bans. | w00t |
2008-07-12 | Okay, and there's the working version of it. Extbans that don't work on users... | w00t |
2008-07-12 | Overload IsExtBanned to provide a *string matching* version, this finally ope... | w00t |
2008-07-12 | Fix for bug #569, thanks dz. | w00t |
2008-07-12 | Change sprintf to snprintf, just in case; Update comments. | om |
2008-07-12 | Increase static buffer size to 44 to account for a full IPv6 CIDR mask: 1111:... | om |
2008-07-12 | Remove 'global' from gline description, add 'local' to KLine description. Tha... | w00t |
2008-07-12 | Add CIDR mask use to m_connectban, detection and banning may now happen over ... | w00t |
2008-07-12 | Scary.. CIDR range clone checking for <connect> tags. | w00t |
2008-07-12 | Add <cidr> block, and documentation in example config. | w00t |
2008-07-12 | Cleanup of some of the new CIDR code: compiles but untested; Also: My first c... | om |
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 XLineManager::DelAll to delete all lines of a given type. | w00t |
2008-07-12 | Don't add a 10 second penalty to all connecting users (this was accidental) | w00t |
2008-07-12 | Add .example suffix to name | w00t |
2008-07-12 | Copy new conf location and seperate modules.conf on install | w00t |
2008-07-12 | Add <gecos> field to <server> in XML stats output, also add to ProtoServer. F... | w00t |
2008-07-12 | Split example conf into example conf and modules conf, include modules conf f... | w00t |
2008-07-12 | Move example conf to conf/ directory, it makes more sense given all the other... | 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-12 | Fix for #564 | w00t |
2008-07-12 | Remove individual read buffers inside of BufferedSocket, use the shared netbu... | w00t |
2008-07-12 | Add User::GetCIDRMask(int range), will be used for CIDR throttling, etc. Also... | w00t |
2008-07-11 | Extended ban exceptions (untested, probably will explode as I'm tired..) | w00t |
2008-07-11 | Add OnCheckExtBan, will be used for exceptions to extbans | w00t |