summaryrefslogtreecommitdiff
path: root/src/chanserv.cpp
AgeCommit message (Expand)Author
2012-11-22Pretty large coding style cleanup, in source docAdam
2012-09-02Fix WindowsAdam
2012-04-23Reworked live SQL support yet againAdam
2012-02-26Added chanserv:require config option to set which modes must be on all regist...Adam
2012-02-14Clean up and reorganize our header filesAdam
2012-01-02Updated Copyright to 2012Adam
2011-08-06Fixed suepradminAdam
2011-08-01Rewrote the access systems and added a flags access systemAdam
2011-07-14Rewrote how commands are handled within Anope.Adam
2011-05-16Calculate nc::channelcount at runtimeAdam
2011-05-16Added os_forbidAdam
2011-05-16Moved some global functions to be member functions and misc cleanupAdam
2011-05-16Moved the core pseudo clients out into their own modulesAdam
2011-04-27Fixed a crash if an expiring channel had the founder also on the access listAdam
2011-04-25Fixed crash when certain nicks expireAdam
2011-03-251. when dropping nicks, dont add the dropped nick as successor for a channel ...DukePyrolator
2011-03-22Bug #1256Adam
2011-02-25Fixed a lot of small problemsAdam
2011-02-04Moved the language strings which are only used onceAdam
2011-01-29DP in "an user" grammar police mode.Charles Kingsley
2011-01-15Made CA_SET always be accessable, even if db-converter messes up levelsAdam
2011-01-07Added db_mysql_live which allows Anope to pull dataAdam
2011-01-05update copyrights for 2011lethality
2010-12-30restoring topic for permchans on burstDukePyrolator
2010-12-29Use empty SJOINs when allowed to create empty permanent channelsAdam
2010-12-24Fixed Windows buildAdam
2010-12-23Fixed noexpire channels expiringAdam
2010-12-12Allowing adding hostmasks to channel access listsAdam
2010-12-12Added cs_entrymsgAdam
2010-12-12Added a default expiry time for suspended and forbidden nicks and channelsAdam
2010-12-12Removed the AUTODEOP level, it is unnecessary now because of cs_modeAdam
2010-12-12Added cs_mode, rewrote the old list mode code, and added CIDR supportAdam
2010-12-12Removed and deprecated /cs set mlock, removed /cs clear, removed /os clearmod...Adam
2010-12-12If a channel drops because a nick drops, set the channel founder to the user ...Adam
2010-10-02Made ChanServ optionalAdam
2010-09-26Changed the language system to use gettextAdam
2010-09-19Fixed joining chanserv enforcers to unregistered channelsAdam
2010-09-16Fixed Anope::CurTime to really work, and made ChanServ timers allow using the...Adam
2010-09-15Rewrote all of the topic code, fixes a few topic related problems on some old...Adam
2010-09-10Added Anope::CurTime to keep us from calling time() everywhereAdam
2010-08-27Added a new logging systemAdam
2010-08-21Made Anope keep track of channels its clients are in if it splits from its up...Adam
2010-08-17Rewrote the config reader to better handle invalid configs.Adam
2010-08-15Cleanup of various different crashes/inconsistanciesAdam
2010-08-02changed the way how CTCP PINGs are processed, all services clients can now re...DukePyrolator
2010-08-02fixed segfault on ctcp pingDukePyrolator
2010-07-27Added debug_cast which uses dynamic_cast on debug builds, and static_cast on ...Adam
2010-07-25Epic commit to replace most of the strings in Anope with a single Anope::stri...Naram Qashat
2010-07-10Added ns_set_misc and cs_set_misc.Adam
2010-06-27Made Anope track its own clients internally as if they were real usersAdam