summaryrefslogtreecommitdiff
path: root/modules/commands
AgeCommit message (Collapse)Author
2012-09-02Fix WindowsAdam
2012-09-01Added a web panel module + a default templateAdam
2012-07-18Warn about really big integer values in the configAdam
2012-07-01Remove ExtensibleString everywhereAdam
2012-06-26Removed old set xop references and cleared up some other stuff.lethality
2012-06-18Allow userless command sourcesAdam
2012-06-11Split up bs_setAdam
2012-06-04Some more fantasy character help outputlethality
2012-06-04minor help output changes, including some confusion in fantasy charslethality
2012-06-01Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9Adam
2012-06-01updated chanstatsDukePyrolator
2012-05-26Some access level fixes from Robby to more closely match the historic ↵Adam
levels, and some code cleanup
2012-05-23Fixed some problems found by RobbyAdam
2012-05-20Updated help messages for ns_list, cs_list, cs_entrymsg, and cs_info. Also ↵Robby
fixed logging for cs_entrymsg.
2012-05-20Fixed cs_entrymsg loading entries from the databaseAdam
2012-05-11Do not show help for set message if useprivmsg is disabledAdam
2012-05-08Allow services operators to release other user's nicks, and allow services ↵Robby
operators to view the access list of other operators
2012-05-05Readding missing valid nick check to ns register/group removed in os_forbid ↵DukePyrolator
commit
2012-04-25Clarify access denied messages caused by NSSecureAdminsAdam
2012-04-25Check for os_sesion to exist before having defcon try and place session bansAdam
2012-04-25Fixed non-debug buildAdam
2012-04-23Reworked live SQL support yet againAdam
2012-04-08Added Chanstats. It uses a new, improved database format and is not ↵DukePyrolator
compatible with current phpdenora or magirc installations.
2012-04-01fixed some typosDukePyrolator
2012-03-21fixed bug #1399DukePyrolator
2012-03-21fixed ns_ajoinDukePyrolator
2012-03-13Bug #1382 - Save maxusercount and maxusertimeAdam
2012-03-05Fixed bs_kick syntax errorAdam
2012-02-26Changed the OnChanDrop event to be called right before channels are dropped, ↵Adam
not after
2012-02-26Added chanserv:require config option to set which modes must be on all ↵Adam
registered channels. Prevents the core from always enforcing +r on every channel, even if chanserv is not loaded.
2012-02-24Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9Adam
2012-02-24Fixed calculating bots channel count of assigned channels and fixed the ↵Adam
order of saving memos (among other things)
2012-02-24Tell users to use NickServ for registering nicks, not chanserv...lethality
2012-02-23Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9lethality
2012-02-22Added a configuration option to make all nick registrations require admin ↵Adam
verification
2012-02-23Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9lethality
2012-02-22Added regex support for many commands, such as akill, sqline, snline,Adam
all of the */list commands, etc. Also extended the ability of akill to match a full nick!user@host and real name of users.
2012-02-22Fixed some trivial formattinglethality
2012-02-19Made our message sources actual clients/servers, and put in a few more ↵Adam
default messages for very standard things (KICK etc)
2012-02-18Fixed some eventsAdam
2012-02-18Add users hostmask to access lists not nick when access add is used on a non ↵Adam
registered user
2012-02-18Made mode lock del check status of the mode lock before removing itAdam
2012-02-18Use C++11's explicit override feature if availableAdam
2012-02-14Clean up and reorganize our header filesAdam
2012-02-13Removed our RNG and just use the systems, it's not very widely used. Also ↵Adam
made DNS query ids not random as they don't need to be.
2012-02-08Removed operserv:notifications in favor of log blocks, as well as some other ↵Adam
notifiications
2012-01-31Bug #1365 - Fixed nickserv/confirm syntax for services opersAdam
2012-01-26Also refuse to load memoserv modules if memoserv isn't loadedAdam
2012-01-25WindowsAdam
2012-01-24Add some checks in ms_* to make sure memoserv really existsAdam