summaryrefslogtreecommitdiff
path: root/src/channels.cpp
AgeCommit message (Expand)Author
2008-04-04Allow for custom prefixes as status chars in /notice @#chan etc. Up until now...brain
2008-04-03Whoops, allow numeric 353 (names list) to be overridden by OnNumeric if we wa...brain
2008-04-01Remove this, it won't work (reliably), use ModeParser::ModeString() instead, ...w00t
2008-04-01Configurable prefixes for chanmodes +qa: prefixes can be turned on or off ind...w00t
2008-03-30The bug we fixed for bug #506 may still occur in trunk if a module adjusts th...brain
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-03-21Convert to new apibrain
2008-03-21Add support for OnNamesListItem, discussed with w00t a few days ago. This mak...brain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-22Nuke TIMESYNC from orbit \o/w00t
2008-02-13Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...brain
2008-02-11Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ...w00t
2008-02-02Small tidyupw00t
2008-01-10Header update: 2007 -> 2008w00t
2008-01-06Permanent channels, currently conflicts with blockcaps (+P) and is untestedw00t
2008-01-06Throw exception if trying to construct a duplicate channelw00t
2008-01-06Move CreateChannel to a constructor insteadw00t
2008-01-06Move channel creation to a seperate Channel::CreateChannel (y'know, perhaps t...w00t
2007-11-10m_spy no longer implements SPYNAMES, instead it overrides normal NAMES on the...brain
2007-11-09Roadmap item "Fix jointhrottle to not try 'throttle' clients during a netmerg...brain
2007-10-22Remove the need for a bunch of the hard coded arrays/hashes by scanning the s...brain
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-08-28From RFC 2812, the funny = that i could never identify in NAMES reply: = mean...brain
2007-08-28Remove some fake client stuff, make it use the global recordw00t
2007-08-27Remove more unnecessary header trafficw00t
2007-08-23Add some stuff to change how we process a token sepeperated streambrain
2007-08-19Add <connect:maxchans> as per feature bug #338 - combined with the last featu...brain
2007-08-05Logic cleanup for chanrec::JoinUser - why I didn't do this the other 3-4 time...w00t
2007-07-23Tidyup a bunch of stuff that was using userrec::modes directly rather than us...brain
2007-07-23Bit more tidying. Add some comments here, too.w00t
2007-07-23Minor cleanupw00t
2007-07-23Fix for bug #358, by rogalek.w00t
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-06-09Change some = "" to clear() and some == "" to .empty()brain
2007-06-01This is a better fix, as it calls the mode handler giving the modules etc cha...brain
2007-06-01Fix bug found by indigophone where +lk cant be set in defaultmodesbrain
2007-05-27Config option for default channel modes -- more to follow, don't use yetbrain
2007-05-21Reorder includes, dont worry there is method to my madness (i hope)brain
2007-05-12We've had an IS_OPER macro for a long time. About time we started using it, m...w00t
2007-05-10Comment what ive done, so that someone doesnt go 'oh thats a redundant data c...brain
2007-05-10Tweaks here so we can avoid data copies in uhnamesbrain
2007-05-10Small api change with wide reaching effects in modules - Allows modification ...brain
2007-05-08We're setting chanrec::creation in here and not chanrec::age, this can and wi...brain
2007-05-04Fix bug where if an op is in channel then does /names later, all the non-ops ...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-03-18set the TS of a channel in JoinUser, not after the entire FJOIN, this is safe...brain
2007-02-19Addition of feature request outlined in bug #195, suggested by Brickerbrain