summaryrefslogtreecommitdiff
path: root/src/regchannel.cpp
AgeCommit message (Expand)Author
2010-12-30restoring topic for permchans on burstDukePyrolator
2010-12-29Assign bots to new empty permanent channels on IRCds without permchannel mode...Adam
2010-12-29Use empty SJOINs when allowed to create empty permanent channelsAdam
2010-12-24Fixed Windows buildAdam
2010-12-22Removed match_usermaskAdam
2010-12-12Cleaned up some things, made the protocol modules use some basic inheritance ...Adam
2010-12-12Do not use wildcard matching when looking up hosts on access add/delAdam
2010-12-12Allowing adding hostmasks to channel access listsAdam
2010-12-12Added cs_mode, rewrote the old list mode code, and added CIDR supportAdam
2010-12-12Added /chanserv clone commandAdam
2010-11-17Fixed the mlock events to be useful and fixed /cs access view's last used timeAdam
2010-10-04Attempt to write back the old mlock to the databases if we try and fail to co...Adam
2010-10-02Made ChanServ optionalAdam
2010-09-26Changed the language system to use gettextAdam
2010-09-17Fixed bug #1190 and prevent m_dnsbl from akilling a user multiple times if th...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-01Set the correct bs default flags on new channelsAdam
2010-08-01Fixed botserv bots parting empty channels. This also allows setting bsminuser...Adam
2010-07-28Some code cleanup in regchannel.cpp.Naram Qashat
2010-07-27Added debug_cast which uses dynamic_cast on debug builds, and static_cast on ...Adam
2010-07-26Trying to make things a little more const-safe, a work in progress but this i...Naram Qashat
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
2010-06-20The first of a few "CBX OCDing over code style" commits, focusing on include/...Naram Qashat
2010-06-18Burned slist, rewrote operservs XLine codeAdam
2010-06-18Dont load mlock from the database until after Anope is connected, it doesnt k...Adam
2010-06-18Removed process_numlist and having to mark everything as "in use" and constan...Adam
2010-06-18Store modes in users and channels using the Flags class, cleanerAdam
2010-06-18Rewrote the hashing system to use std::tr1::unordered_mapAdam
2010-06-18Prevent negaitve mode changes, kicks, bans, and autokicks from affecting user...Adam
2010-06-18Rewrote all of the server handling codeAdam
2010-06-18Removed all references to $, git has no svn keywordsAdam
2010-05-17Free access and badwords list when channels are deletedAdam-
2010-05-14Fixed many windows problems in the debug buildAdam-
2010-04-30Do not join ChanServ to hold channels if the channel is syncingAdam-
2010-04-30Don't use botserv bots to hold channels open, becomes too much of a problem i...Adam-
2010-04-29Properly track users who join channels using an exceptionAdam-
2010-04-25Allow superadmins and ulines to join channels alwaysAdam-
2010-04-09Made the mode stacker never send a mode change for something that is already ...Adam-
2010-03-31Added akicks into SQLAdam-
2010-03-31Added last used time to akick viewAdam-
2010-03-28Finish rest of BotServ SQL stuffAdam-
2010-03-24Rewrote arg parsing system, changed lots of std::string*s to std::string&, ma...Adam-
2010-02-28Made it so you can register empty nonregistered channels to make registering ...Adam-