Age | Commit message (Expand) | Author |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2012-04-14 | Fixes for bug #12 | Justin Crawford |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2010-01-09 | Disallow adding prefix-mode when it is already set (fixes bug #935) | danieldg |
2009-11-15 | Add ModeHandler* versions of channel mode access | danieldg |
2009-11-15 | Hide channel mode structures | danieldg |
2009-10-24 | Move forward declarations to typedefs.h | danieldg |
2009-10-23 | Make User::uuid and User::server const | danieldg |
2009-10-18 | Cull channels, warn when Extensible objects are not culled as they must be | danieldg |
2009-10-17 | Make classbase and refcountbase uncopyable; expand comments on their indended... | danieldg |
2009-10-03 | Get rid of a bunch of memory-wasting C-style strings | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-13 | Change match direction of extbans to allow stacking | danieldg |
2009-09-13 | Remove redundant ServerInstance* fields | danieldg |
2009-09-13 | Simplify ModeHandler constructor | danieldg |
2009-09-13 | Module API changes to use Membership* where sensible | danieldg |
2009-09-13 | Membership* changes | danieldg |
2009-09-02 | inline Channel::IsModeSet | danieldg |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |
2009-09-02 | Remove unneeded Extensible inheritance and remove "age" field from classbase | danieldg |
2009-09-02 | Remove a few unneeded string copies in the PRIVMSG path | danieldg |
2009-09-02 | Add "created" parameter to OnUserJoin, to avoid explicit checks for +P | danieldg |
2009-04-29 | Overloading SetMode seems to cause the compiler to interpret "" as a bool and... | danieldg |
2009-04-20 | Use loopCall to protect OnUserKick rather than the triggerevents hack | danieldg |
2009-04-17 | Fix SetModeParam to use std::string and handle edge cases. | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-14 | Extban rework: allow exceptions to override bans on join | danieldg |
2009-01-09 | Remove channel::created as its unused and only serves to confuse (see last co... | peavey |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-28 | Change a few bits to use std::list instead of std::vector. | w00t |
2008-08-04 | Add optional 3rd parameter to Channel::SetTopic() which overrides all access ... | om |
2008-08-04 | Add Channel::SetTopic(User *, std::string &) to set topic on a channel. Use i... | w00t |
2008-07-20 | Remove custom members for +lk storage | w00t |
2008-07-19 | Change modes in channels and users to use std::bitset instead of an array. Th... | w00t |
2008-07-12 | Overload IsExtBanned to provide a *string matching* version, this finally ope... | w00t |
2008-07-11 | Convert API to use std::string, fixes my slight bug from earlier and looks ti... | w00t |
2008-05-19 | More correctly state the lookup arrays as unsigned char, not char | brain |
2008-05-19 | Convert channel::name to std::string, this was a beastie! | brain |
2008-05-19 | Convert channel banlist members to std::string | brain |
2008-04-07 | This should probably be tested, but makes a whole lot more sense like this (u... | brain |
2008-04-04 | The start of extended bans infrastructure: syntax is e.g. +b n:w00tdiff@*, ba... | w00t |
2008-04-01 | Remove this, it won't work (reliably), use ModeParser::ModeString() instead, ... | w00t |
2008-04-01 | Configurable prefixes for chanmodes +qa: prefixes can be turned on or off ind... | w00t |
2008-03-30 | Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi... | aquanight |
2008-02-18 | Someone please help me fix the warnings in modules caused by this change. All... | brain |
2008-02-13 | Commit patch from danieldg that makes a ton of stuff const-safe for latest wa... | brain |
2008-02-03 | Clear up header insanity | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2008-01-06 | Move CreateChannel to a constructor instead | w00t |
2008-01-06 | Move channel creation to a seperate Channel::CreateChannel (y'know, perhaps t... | w00t |