summaryrefslogtreecommitdiff
path: root/modules/commands
AgeCommit message (Collapse)Author
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
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)