Age | Commit message (Expand) | Author |
2008-08-05 | Fix banredirect modifying extban masks, patch based on one provided by jackmc... | w00t |
2008-08-05 | Add m_serverban, implements extban +b s:server.mask.here, allows +e. This ess... | w00t |
2008-08-05 | Add m_channelban: implements extban +b j: - prevents user from joining a chan... | w00t |
2008-08-05 | Use correct method for adding extban type in m_gecosban, add 005 notification... | w00t |
2008-08-05 | Add extban +b C: - blocks matching masks from sending CTCP. Allows +e. | w00t |
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 optional 3rd parameter to Channel::SetTopic() which overrides all access ... | om |
2008-08-04 | Add TOPIC overriding to m_override, requested by Namegduf. | w00t |
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-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-29 | Remove last vestige of libircdfoo, by changing tag into a single identifier... | w00t |
2008-07-29 | Move umode_n to umode_s, second half of last commit | w00t |
2008-07-29 | After discussions and thought, move umode +n to +s. This increases cross-ircd... | w00t |
2008-07-26 | The cows gathered around, 'case the STEAKS were so high. | brain |
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 #579, missing end of stats and snomask when module returns 1 from OnS... | brain |
2008-07-22 | Fix bug #575, taxonomy finally works properly | w00t |
2008-07-21 | Remove duplicated member, kept in classes.. Possible now we have a pointer. t... | 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 | changed my email address | pippijn |
2008-07-20 | Removed excess spaces before some lines in /info - thanks psychon | special |
2008-07-20 | Alter prompt to indicate that multiple tests can be queued by entering multip... | brain |
2008-07-20 | Fix output corruption on startup if ports fail to bind, spotted by psychon | brain |
2008-07-20 | Remove custom members for +lk storage | w00t |
2008-07-20 | 304 -> RPL_SYNTAX | brain |
2008-07-20 | More numerics.h conversion | w00t |
2008-07-20 | Fix potential off-by-one on large reads (thanks psychon) | 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 | Fix the 4-byte read madness discovered by psychon | brain |
2008-07-19 | Change modes in channels and users to use std::bitset instead of an array. Th... | w00t |
2008-07-19 | Fix compile. Also remove write error stuff, as that was used prior to the goo... | w00t |
2008-07-19 | Use a switch (cleaner, probably more efficient) for user status here, also, w... | w00t |
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 | Combine IP+port in a failed port list, show (the more helpful) error string s... | w00t |
2008-07-17 | Send strerror() on all socket error messages, this should help diagnose probl... | w00t |