summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2007-03-06This properly fixes options:hidebans and options:hidesplits by providing the ...brain
2007-03-03Rebuild 005 on rehash. Tracker: bug #234peavey
2007-02-25Add max line length value to modestacker, so that it can clamp the max length...brain
2007-02-22Added sepstream::GetRemaining()special
2007-02-19Addition of feature request outlined in bug #195, suggested by Brickerbrain
2007-02-191) Fix for nickname overruled with new cullList stuff -- we have to change th...brain
2007-02-17Change bytes-used counter for commands (used by /stats m) as in excessive use...brain
2007-02-17Bump API versionbrain
2007-02-17Change /msg $* to have the correct source the same way /notice $* doesbrain
2007-02-11Bump API version (chanrec::setby increased from NICKMAX to 128)brain
2007-02-11Allow for nick!user@host in TOPIC information.brain
2007-02-10And make it compile. (whoops)brain
2007-02-10timermanager never had a ServerInstance. Give it one so we can use InspIRCd::...brain
2007-02-09Add and properly test the ability for an InspTimer to DelTimer itself from wi...brain
2007-02-07Ident fixes,brain
2007-02-07Added support for explicitly binding an outbound connection to an ip. Will be...brain
2007-02-06Fixes to allow inspsocket connects to be protocol transparentbrain
2007-02-05No gaurantees on this atmbrain
2007-02-05This wont compile atmbrain
2007-02-05Stuff to make dns work protocol-independentbrain
2007-02-05Not safe for use yetbrain