Age | Commit message (Expand) | Author |
2009-01-22 | Small fix: don't set default modes when joining if usercount == 0, set if it ... | w00t |
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-10-18 | Add priv channels/high-join-limit. | w00t |
2008-09-02 | This string copy is gone now, remove fixme note | w00t |
2008-08-25 | Allow Channel::SetTopic with a NULL user record, which sets a blank topic. | w00t |
2008-08-21 | match() is no longer a function+no header, now a static method of InspIRCd cl... | w00t |
2008-08-10 | Fix RPL_NAMREPLY sometimes fucking up | w00t |
2008-08-07 | Implement <options:invitebypassmodes>, optionally circumvent +blk if invited ... | w00t |
2008-08-05 | Fix TOPIC to work on propegation again | w00t |
2008-08-04 | Add optional 3rd parameter to Channel::SetTopic() which overrides all access ... | om |
2008-08-04 | Oops, actually, return 1 to block change, 0 to check it, -1 to allow it regar... | w00t |
2008-08-04 | Add Channel::SetTopic(User *, std::string &) to set topic on a channel. Use i... | w00t |
2008-07-29 | Remove last vestige of libircdfoo, by changing tag into a single identifier... | w00t |
2008-07-21 | Remove duplicated member, kept in classes.. Possible now we have a pointer. t... | 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-16 | Fix parts being screwed up, thanks psychon | 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-12 | Debug | 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-11 | Add OnCheckExtBan, will be used for exceptions to extbans | w00t |
2008-07-11 | Convert API to use std::string, fixes my slight bug from earlier and looks ti... | w00t |
2008-07-11 | Fix m_nopartmsg to work via API modification, involves a string copy that won... | w00t |
2008-06-12 | for real | pippijn |
2008-05-25 | First phase of conversion to dynamic limits on all the lengths, configured vi... | 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-05-18 | Make User:: nick/ident/dhost/fullname and some other things std::string inste... | aquanight |
2008-05-18 | Remove .c_str()'s in match() calls that are no longer needed as match() nativ... | brain |
2008-04-16 | Change that allows the m_override module to not announce a key override for a... | brain |
2008-04-10 | Fix for bug #513 | brain |
2008-04-07 | Fix for bug #510 | brain |
2008-04-07 | Make it work properly, too | brain |
2008-04-07 | Show server kills with correct origin, UNLESS hidden server in whois is set | brain |
2008-04-07 | This should probably be tested, but makes a whole lot more sense like this (u... | brain |
2008-04-06 | Stupid, stupid :| use the correct variable to find existing channel (this cau... | w00t |
2008-04-04 | Remove debug printf | w00t |
2008-04-04 | The start of extended bans infrastructure: syntax is e.g. +b n:w00tdiff@*, ba... | w00t |
2008-04-04 | Allow for custom prefixes as status chars in /notice @#chan etc. Up until now... | brain |
2008-04-03 | Whoops, allow numeric 353 (names list) to be overridden by OnNumeric if we wa... | brain |
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 | The bug we fixed for bug #506 may still occur in trunk if a module adjusts th... | brain |
2008-03-22 | Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer... | brain |
2008-03-21 | Convert to new api | brain |
2008-03-21 | Add support for OnNamesListItem, discussed with w00t a few days ago. This mak... | brain |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |