summaryrefslogtreecommitdiff
path: root/data/example.conf
AgeCommit message (Collapse)Author
2012-05-20Updated help messages for ns_list, cs_list, cs_entrymsg, and cs_info. Also ↵Robby
fixed logging for cs_entrymsg.
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-04-29Added options:casemap to chose how case insensitive strings are compared, ↵Adam
using ascii, rfc1459, or a locale installed on the system
2012-04-27Add db_sql:prefix allow prefixing all anope tables similarly, and changed ↵Adam
db_sql to update the databases incrementally instead of one big flush
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-03-13Fixed typosAdam
2012-03-13Bug #1389 - readd RNG seed in the config and start DNS query ids off on a ↵Adam
random number
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-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-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-07Cleaned up a lot of log messages, help replies, fixed cs_tban, and other ↵Robby
small fixes
2011-12-20Updated /bs info output and note db_sql can truncate entire databasesAdam
2011-12-12Added oper:require_oper configuration optionAdam
2011-11-20Allow services operators to modify other users access listAdam
2011-10-27Fixed some typos/errors in the example configs comments.lethality
2011-10-22A few minor fixupsAdam
2011-10-14Added options:nonicknameownership config optionAdam
2011-09-25Remove opnotice from example configsAdam
2011-09-25Added a new database format and sqlite support. Also moved db-convert to a ↵Adam
module.
2011-09-10Added oper:host and oper:vhostAdam
2011-09-10Made email messages sent by services configurableAdam
2011-09-10Removed log:inhabitlogchannel and replaced it with service:channelsAdam
2011-08-27Fixed a few mysql problems, including bug #1326Adam
2011-08-23Replaced some chanserv/forbid with operserv/forbid in example.conf and added ↵DukePyrolator
a check for ForceForbidReason in os_forbid
2011-08-20Removed m_async_commands, it can still cause crashes from invalid pointers ↵Adam
on the stack & is a giant mess anyway
2011-08-10Added a services.host define to easily change every clients hostnameAdam
2011-08-06Added a define{} block which can be used to easially rename thingsAdam
2011-08-05Mark the new commands/ modules as CORE and fixed a typo in the example.confAdam
2011-08-05Rewrote the example configurations and split themAdam
up into seperate files for each pseudo client. Also reorganized how the modules are stored, and made most of the old "extra" modules "core"
2011-08-04Added a command:permission settingAdam
2011-08-03Added operserv/kill and removed version.h from .gitignoreAdam
2011-08-02Fixed reintroducing our clients if we disconnect and reconnect to the uplinkAdam
2011-08-02Added opertype:modesAdam
2011-08-01Split /os mode into /os mode and /os umode to make giving permission to just ↵Adam
one possible
2011-08-01Rewrote the access systems and added a flags access systemAdam
2011-07-31Fixed bug #1301 - Changed operserv/staff to reflect its renaming to ↵lethality
operserv/oper
2011-07-31Fixed a few small problems, including m_ssl's connect feature sometimes ↵Adam
failing for no good reason
2011-07-28Fixed a typo in the nickserv/auspex oper privilegelethality
2011-07-14Rewrote how commands are handled within Anope.Adam
This allows naming commands and having spaces within command names.
2011-05-23Added m_statusupdateAdam
2011-05-21Made Anope able to process normally when disconnected from the uplink and ↵Adam
not sleep(), enable usage of non-blocking connect() and default all sockets to non blocking mode. Some cleanup to m_ssl and some cleanup to main.cpp.
2011-05-16Added os_operAdam
2011-05-16Added os_forbidAdam
2011-05-16Expand more on m_alias and changed some std::string usage in sockets.cpp to ↵Adam
use Anope::string
2011-05-16Use module type to determine what type each module is instead of its ↵Adam
location in the configuration file.
2011-05-16Added more useful functions to our LDAP API, allow adding newly registered ↵Adam
accounts to LDAP, removed some unnecessary OnPre events and fixed unloading all modules
2011-05-16Unmodularized the socket engine because its causing problems and really is ↵Adam
unnecessary
2011-05-16Moved the core pseudo clients out into their own modulesAdam