summaryrefslogtreecommitdiff
path: root/modules/commands
AgeCommit message (Collapse)Author
2012-10-27Add a module log typeAdam
2012-10-25Fixed two memory leaks in cs_seenAdam
2012-10-24Made access provider modules permanent. They don't cleanup their access ↵Adam
entries currently and if they did it would delete them.
2012-10-24BIND's forward ability did not work as I expectedAdam
because it will not forward non recursive queries. So, added support for SOA, NS, and AXFR requests.
2012-10-22Cleanup of last few commits/warning fixAdam
2012-10-22Add os_dns, a way to control your DNS zone via servicesAdam
2012-10-15Actually show the correct number of entries on /os logsearch outputAdam
2012-10-14Better clarify signon vs timestamp and allow updating users timestamp to an ↵Adam
ircd given value from NICK
2012-10-13Allow services operators to modify/view other users autojoin listsAdam
2012-10-09Cleanup ok if modules with pending identify requests are unloadedAdam
2012-10-08Fix fantasy !help & give it its own help header, not ChanServ'sAdam
2012-10-07Remove the asynchronous identifing hack and replace it with something ↵Adam
better. Fixes m_*_authentication only being able to properly work when people identify normally using nickserv/identify
2012-10-07Release holds on a nick on identify, if there is oneAdam
2012-10-05Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9lethality
2012-10-05Revert this strangeness I created ;)lethality
2012-10-05Add an event for when nick or channel options are setAdam
2012-10-03Some minor fixes/typoslethality
2012-10-02Added operserv/logsearchAdam
2012-10-02modified the nickserv alist command to return nc->display instead of the ↵DukePyrolator
parameter provided by the user
2012-10-01Allow modules to store data in their own databases.Adam
2012-10-01Cleanup of all of the protocol modules, rewrote message handling system to ↵Adam
be a bit more C++ ish
2012-09-30Make CommandSource use references, sometimes we hold them for awhileAdam
2012-09-30fixed nickserv alistDukePyrolator
2012-09-23make nickserv glist check if the given nickname is in the group of the user ↵DukePyrolator
before checking for services oper
2012-09-08Fixed os_defcon tooAdam
2012-09-07Add chanserv/set/autoop, like nickserv/set/autoop but for channelsAdam
2012-09-07These saset command stubs can go awayAdam
2012-09-07Fix os_session to really use ips for quits, don't enforce session for ↵Adam
spoofed users/other users who have no ip, clean up warnings
2012-09-07Made session tracking ip based, not host based, and allow using CIDR to ↵Adam
group multiple ips from one subnet to one session
2012-09-05Not quite sure what I was thinking hereAdam
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