summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2007-05-22Bloody 'safe stl' warnings.brain
2007-05-22Crappy warningsbrain
2007-05-21I think this was the source of burlex's confusion with the spanningtree propo...brain
2007-05-20Remove asserts and convert to unix line endingsbrain
2007-05-20- Modify ServerConfig::GetFullProgDir to just return cwd, previously it did a...w00t
2007-05-19Fix std::sort stuff for w00tbrain
2007-05-19Space indents must die.brain
2007-05-19Helps if I add the w32 specific code, too. :pw00t
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-15Rather largeish change to class checking on connect to fix a few minor bits a...w00t
2007-05-15Add cmd_reloadmodule.{h,cpp} contributed by Eric at neowin.net, thanks :)brain
2007-05-13Replace strip/blockcolor tags with <options:exemptchanops>, sexy string of mo...w00t
2007-05-11Remove some stuff deprecated since 1.0w00t
2007-05-11Refactor port binding, warning not yet tested fullybrain
2007-05-10Add m_taxonomy and api minor tweak to make it work, enable some modules for it.brain
2007-05-10Small api change with wide reaching effects in modules - Allows modification ...brain
2007-05-09If we're having local, we need far too (f)brain
2007-05-09Add WHO flag 'l', show only local usersbrain
2007-05-09Add extra matches to /WHO. flags aiMp, away, ident, metadata, port numberbrain
2007-05-09Someone left a flag out of the syntax (m, modes)brain
2007-05-09Implement bug #282 from owine: kill sender hiding. <options:hidekills> needs ...w00t
2007-05-04Add options:quietbursts, fixes bug #269, also adds support for quits in a cul...brain
2007-05-04Add <auditorium showops> which determines if auditorium works like ircnet +a ...brain
2007-05-04Where others charge, we give for free. Have fun and use wisely. With great po...brain
2007-05-03DO NOT USE THIS COMMIT - if you do, most of the modules wont work.brain
2007-05-01Implement feature request in bug #271 by HiroP, allow disabling of maxlocal a...brain
2007-04-30Fix one issue, add another feature: When sending MODE +beI, weed out duplicat...brain
2007-04-27Add support for hiding listmode lists such as +beI from unprivileged users.brain
2007-04-26Make error reporting work properly, it seemed to loose errors.brain
2007-04-18Add trim() to hashcomp to trail leading and traling spaces from std::stringspeavey
2007-04-15Feature request outlined in bug #257, allow connect/allow lines by portbrain
2007-04-08Add support for solaris 10 IO Completion Ports, contributed by nenolodbrain
2007-04-07Add licensing headers to files which are missing them and make sure they are ...brain
2007-04-06We had to roll our own time function because some craqsmoker thought having a...brain
2007-04-05Fix for bug #199 (Feature request) submitted by owine. Ended up adding an ext...brain
2007-04-02This needs some general QA-ing. Add support to new parser (introduced in 1.1)...brain
2007-04-01Add -config parameter to bin/inspircd which allows a user to specify the conf...brain
2007-04-01Add <options:fixedquit> and <options:suffixquit> to go along with the existin...brain
2007-03-31Add macros IS_OPER() and IS_AWAY()brain
2007-03-26Fix bug reported by darix where inspircd process returns 15 for successful st...brain
2007-03-24Test stuff to fix remote stats brokagebrain
2007-03-18set the TS of a channel in JoinUser, not after the entire FJOIN, this is safe...brain
2007-03-15Add third parameter to OnUserQuit (quit reason for opers only) - bump api ver...brain
2007-03-11Document OnBufferFlushedbrain
2007-03-11Added OnBufferFlush, improved m_safelist, no longer works on a timer but work...brain
2007-03-11Remove debugbrain
2007-03-10Fix the operator== for irc::string -> std::string to be const&, the lack of c...brain
2007-03-10Change mask variable to irc::string to allow for case insensitive removal/add...brain
2007-03-09/who tidyup - needs QA'ingbrain
2007-03-08option to allow announce of invites to channel (similar to unreal)brain