Age | Commit message (Expand) | Author |
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 |
2008-01-06 | Forward declaration isn't required here | w00t |
2007-11-09 | Roadmap item "Fix jointhrottle to not try 'throttle' clients during a netmerg... | brain |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |
2007-07-16 | 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au... | peavey |
2007-06-17 | Extra comments | brain |
2007-05-27 | Config option for default channel modes -- more to follow, don't use yet | brain |
2007-05-19 | Space indents must die. | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-05-10 | Small api change with wide reaching effects in modules - Allows modification ... | brain |
2007-05-04 | Add <auditorium showops> which determines if auditorium works like ircnet +a ... | brain |
2007-03-18 | set the TS of a channel in JoinUser, not after the entire FJOIN, this is safe... | brain |
2007-02-11 | Allow for nick!user@host in TOPIC information. | brain |
2007-01-09 | Cache channel max bans value to save an O(n) loop of match() on every ban (et... | brain |
2006-12-15 | And now, just to force you to recompile the *whole* ircd.. updated headers on... | w00t |
2006-12-14 | Refactor userrec::chans. | brain |
2006-11-26 | Update comments to reflect new API | brain |
2006-11-26 | Add extra parameter to OnUserPreNotice and OnUserPrePrivmsg, CUList &exempt_l... | brain |
2006-09-25 | Whoops, patch | brain |
2006-09-15 | Fix for bug noticed by dotslasher (?) where SAJOIN can desync | brain |
2006-09-15 | Remove ExemptItem and InviteItem, these were never used | brain |
2006-09-10 | * Fix ChanModes::ModeString to not try and set a key as a user mode ;) | brain |
2006-09-02 | Add chanrec::IsBanned() so that we dont have to keep walking the banlist in v... | brain |
2006-08-28 | Update comment | brain |
2006-08-23 | Document ModeParser::FindPrefix() and chanrec::GetAllPrefixes() | brain |
2006-08-23 | Multi-prefix FJOIN, and allowing module-defined prefixes across the network | brain |
2006-08-23 | Document mode prefixes | brain |
2006-08-23 | Spotted problem: must clear out all prefixes attached to a user when they qui... | brain |
2006-08-23 | Mode handlers handling listmodes where a listmode item is a nickname can now ... | brain |
2006-08-11 | Documentation of new chanrec functions | brain |
2006-08-10 | cmode(), cflags(), cstatus() -> chanrec::GetStatusChar(), chanrec::GetStatusF... | brain |
2006-08-10 | FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ... | brain |
2006-08-09 | userrec and chanrec now have their own independent pointer back to their 'cre... | brain |
2006-08-08 | Comment all the new stuff | brain |