summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-04Oops, actually, return 1 to block change, 0 to check it, -1 to allow it regar...w00t
2008-08-04Add Channel::SetTopic(User *, std::string &) to set topic on a channel. Use i...w00t
2008-08-04Fix override snotices for KICK not being sent for some cases, reported by Nam...w00t
2008-08-04Fix doc for globops module reported by satmd.peavey
2008-07-30Add extban +b O: for opertype banning.. mostly useful for +be to create a cha...w00t
2008-07-29Remove last vestige of libircdfoo, by changing tag into a single identifier...w00t
2008-07-29Move umode_n to umode_s, second half of last commitw00t
2008-07-29After discussions and thought, move umode +n to +s. This increases cross-ircd...w00t
2008-07-27Use correct characterw00t
2008-07-26Update nsis installer scripts to new path of config filesbrain
2008-07-26The cows gathered around, 'case the STEAKS were so high.brain
2008-07-24Make m_operflood actually work, thanks to KrazyBox for this.w00t
2008-07-23fix a little typo I found while checking some other stuffpeavey
2008-07-22Fix bug #579, missing end of stats and snomask when module returns 1 from OnS...brain
2008-07-22Fix bug #575, taxonomy finally works properlyw00t
2008-07-21Remove duplicated member, kept in classes.. Possible now we have a pointer. t...w00t
2008-07-21Add extban +b S:, strips colours, same as chmode +Sw00t
2008-07-21Add extban +b Q: - prevents matching users from kickingw00t
2008-07-21Add extban +b T:, prevents /notice to channel, same as chmode +Tw00t
2008-07-21Add CHANOPS_EXEMPT support to m_noinvite, also add +b V: extbanw00t
2008-07-21Add extban +b c: - blocks colour from matching users, same as chmode +cw00t
2008-07-21Add extban +b B: - matching users may not use caps, same as chmode +B (or +P ...w00t
2008-07-20changed my email addresspippijn
2008-07-20Removed excess spaces before some lines in /info - thanks psychonspecial
2008-07-20Alter prompt to indicate that multiple tests can be queued by entering multip...brain
2008-07-20Fix output corruption on startup if ports fail to bind, spotted by psychonbrain
2008-07-20Remove custom members for +lk storagew00t
2008-07-20304 -> RPL_SYNTAXbrain
2008-07-20Fixes to make win32 build againbrain
2008-07-20is rfc of sortsw00t
2008-07-20More numerics.h conversionw00t
2008-07-20Fix potential off-by-one on large reads (thanks psychon)w00t
2008-07-20Fixes to some stuff that writes on memory it shouldn't (thanks psychon).w00t
2008-07-19Fix total mess of makefile dependency macros (all depending on stuff they don...brain
2008-07-19Fix the 4-byte read madness discovered by psychonbrain
2008-07-19Fix broken buildw00t
2008-07-19Change modes in channels and users to use std::bitset instead of an array. Th...w00t
2008-07-19Fix compile. Also remove write error stuff, as that was used prior to the goo...w00t
2008-07-19Use a switch (cleaner, probably more efficient) for user status here, also, w...w00t
2008-07-19Remove totally unused member, saving sizeof(unsigned int) per user recordw00t
2008-07-19Hook OnUserPreKick and disallow kick on +k users alsow00t
2008-07-19Spaces to tabs, EXORCISE THE DEMON. Thanks psychon.w00t
2008-07-19jackmcbarn's patch left something outbrain
2008-07-19Crash fix from jackmcbarn, thanks, fixes bug #578brain
2008-07-18Set parent to empty if there is no parent, pippijn, does this fix your duplic...w00t
2008-07-18Okay. This will probably break *everything*, but hey. Use static linking (JUS...w00t
2008-07-18Implement <disabled:usermodes> and <disabled:chanmodes>.aquanight
2008-07-17Combine IP+port in a failed port list, show (the more helpful) error string s...w00t
2008-07-17Send strerror() on all socket error messages, this should help diagnose probl...w00t
2008-07-16Fix parts being screwed up, thanks psychonw00t