]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/channels.cpp
Show a better warning when certtool/openssl are missing.
[user/henk/code/inspircd.git] / src / channels.cpp
2008-08-04 w00tOops, actually, return 1 to block change, 0 to check...
2008-08-04 w00tAdd Channel::SetTopic(User *, std::string &) to set...
2008-07-29 w00tRemove last vestige of libircdfoo, by changing tag...
2008-07-21 w00tRemove duplicated member, kept in classes.. Possible...
2008-07-20 w00tRemove custom members for +lk storage
2008-07-20 w00tFixes to some stuff that writes on memory it shouldn...
2008-07-16 w00tFix parts being screwed up, thanks psychon
2008-07-13 w00tFinish channels.cpp conversion to numerics list
2008-07-13 w00tAdd include/numerics.h, contains/will contain an enum...
2008-07-12 w00tDebug
2008-07-12 w00tOkay, and there's the working version of it. Extbans...
2008-07-12 w00tOverload IsExtBanned to provide a *string matching...
2008-07-11 w00tAdd OnCheckExtBan, will be used for exceptions to extbans
2008-07-11 w00tConvert API to use std::string, fixes my slight bug...
2008-07-11 w00tFix m_nopartmsg to work via API modification, involves...
2008-06-12 pippijnfor real
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-05-19 brainConvert channel::name to std::string, this was a beastie!
2008-05-19 brainConvert channel banlist members to std::string
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-18 brainRemove .c_str()'s in match() calls that are no longer...
2008-04-16 brainChange that allows the m_override module to not announc...
2008-04-10 brainFix for bug #513
2008-04-07 brainFix for bug #510
2008-04-07 brainMake it work properly, too
2008-04-07 brainShow server kills with correct origin, UNLESS hidden...
2008-04-07 brainThis should probably be tested, but makes a whole lot...
2008-04-06 w00tStupid, stupid :| use the correct variable to find...
2008-04-04 w00tRemove debug printf
2008-04-04 w00tThe start of extended bans infrastructure: syntax is...
2008-04-04 brainAllow for custom prefixes as status chars in /notice...
2008-04-03 brainWhoops, allow numeric 353 (names list) to be overridden...
2008-04-01 w00tRemove this, it won't work (reliably), use ModeParser...
2008-04-01 w00tConfigurable prefixes for chanmodes +qa: prefixes can...
2008-03-30 brainThe bug we fixed for bug #506 may still occur in trunk...
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-03-21 brainConvert to new api
2008-03-21 brainAdd support for OnNamesListItem, discussed with w00t...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-22 w00tNuke TIMESYNC from orbit \o/
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-02-02 w00tSmall tidyup
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-06 w00tPermanent channels, currently conflicts with blockcaps...
2008-01-06 w00tThrow exception if trying to construct a duplicate...
2008-01-06 w00tMove CreateChannel to a constructor instead
2008-01-06 w00tMove channel creation to a seperate Channel::CreateChan...
2007-11-10 brainm_spy no longer implements SPYNAMES, instead it overrid...
2007-11-09 brainRoadmap item "Fix jointhrottle to not try 'throttle...
2007-10-22 brainRemove the need for a bunch of the hard coded arrays...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-28 brainFrom RFC 2812, the funny = that i could never identify...
2007-08-28 w00tRemove some fake client stuff, make it use the global...
2007-08-27 w00tRemove more unnecessary header traffic
2007-08-23 brainAdd some stuff to change how we process a token sepeper...
2007-08-19 brainAdd <connect:maxchans> as per feature bug #338 - combin...
2007-08-05 w00tLogic cleanup for chanrec::JoinUser - why I didn't...
2007-07-23 brainTidyup a bunch of stuff that was using userrec::modes...
2007-07-23 w00tBit more tidying. Add some comments here, too.
2007-07-23 w00tMinor cleanup
2007-07-23 w00tFix for bug #358, by rogalek.
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-06-09 brainChange some = "" to clear() and some == "" to .empty()
2007-06-01 brainThis is a better fix, as it calls the mode handler...
2007-06-01 brainFix bug found by indigophone where +lk cant be set...
2007-05-27 brainConfig option for default channel modes -- more to...
2007-05-21 brainReorder includes, dont worry there is method to my...
2007-05-12 w00tWe've had an IS_OPER macro for a long time. About time...
2007-05-10 brainComment what ive done, so that someone doesnt go 'oh...
2007-05-10 brainTweaks here so we can avoid data copies in uhnames
2007-05-10 brainSmall api change with wide reaching effects in modules...
2007-05-08 brainWe're setting chanrec::creation in here and not chanrec...
2007-05-04 brainFix bug where if an op is in channel then does /names...
2007-05-04 brainAdd <auditorium showops> which determines if auditorium...
2007-05-04 brainWhere others charge, we give for free. Have fun and...
2007-05-03 brainDO NOT USE THIS COMMIT - if you do, most of the modules...
2007-03-18 brainset the TS of a channel in JoinUser, not after the...
2007-02-19 brainAddition of feature request outlined in bug #195, sugge...
2007-01-15 brainCrusade to remove debug from stable and tested parts...
2007-01-09 brainAssigning a std::string var initially to "" is pointless.
2007-01-09 brainTidy up (optimize, improve) chanrec::WriteChannelWithServ
2007-01-09 brainTidy up an if/then/else chain into a switch
2007-01-09 brainCache channel max bans value to save an O(n) loop of...
2007-01-06 brainFix desync with halfop and voice when opped (this happe...
2006-12-30 brainTweaks to instantiate less stuff when writing to a...
2006-12-30 brainTons of optimization of WriteChannel, WriteChannelWithS...
2006-12-23 brainHash rehashing change
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-12-15 brainCleaning up irrelevent stuff in channels.cpp
2006-12-14 brainFix silly bug of the day.
2006-12-14 brainRefactor userrec::chans.
2006-12-03 w00tMake the 'override' parameter actually *do* something...
2006-11-26 brainAdd extra parameter to OnUserPreNotice and OnUserPrePri...
2006-11-12 brainThanks for the pointer jilles ;)
2006-11-05 specialAdded time syncing! This is fairly simple - servers...
2006-10-27 brain<pid file> is no longer a manditory tag (thanks dotslasher)
2006-10-01 specialAdded OnPostJoin, which is (at the moment) almost exact...
2006-09-30 brainFix mode desync when setting custom prefixes on joining...
next