summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
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 bug #1300lethality
2011-07-31Bugs 1297-1299 and made /os stats work like the help describes it doesAdam
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-26A few small fixesAdam
2011-07-23Fixed a typo that broke CS SET RESTRICTD and re-added abbreviation for CS ↵lethality
SET DESC
2011-07-17Fixed hs_request and corrected a typo(?) in hs activatelethality
2011-07-17Fixed up cs_set_misc and ns_set_miscAdam
2011-07-14Added cs_syncAdam
2011-07-14Added bs_autoassignAdam
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-16Calculate nc::channelcount at runtimeAdam
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
2011-05-16Removed ngircd as we've decided not to support it at this timeAdam
2011-05-16Note m_async_commands is experimentalAdam
2011-04-28Added a unique key for the anope_cs_mlock tableAdam
2011-04-20This actually isn't necessaryAdam
2011-04-19Fixed logging messages with an empty category to everythingAdam
2011-04-03Made LDAP support recover, release, resetpass, etc.Adam
2011-03-31Removed some unneeded/unused code from m_ldapAdam
2011-03-22Bug #1203Adam
2011-03-14Rewrote some of the opertype system, added os_loginAdam
2011-03-12added ns_certDukePyrolator
2011-03-11Added os_config and support for including additional configuration files.Adam
2011-03-09Store mlock in the databases and removed some unused functions from misc.cppAdam
2011-03-05Removed nickrequests, instead have unconfirmed registrations. Also made ↵Adam
ns_resetpass allow remote-id to get past things such as kill immed.
2011-03-04Added LDAP supportAdam
2011-02-25More fixes. Also made db_mysql_live not keep bots updated because thats ↵Adam
pointless and made m_asynch_commands respect user language settings.
2011-02-17Split db_mysql_live into two modules so other modules can make use of the ↵Adam
asynchronous command interface
2011-02-12Removed the Wallop config options and replaced them with the new log systemAdam
2011-02-11Merged os_umode into os_modeAdam
2011-01-29DP in "an user" grammar police mode.Charles Kingsley
2011-01-29Another typo pointed out by the grammar police. ;)Charles Kingsley
2011-01-29Fixing leftover spaces and other rubbish I missed on the first pass.Charles Kingsley
2011-01-29QA fixes / refinements for example.confCharles Kingsley
2011-01-24Added %N for network name in dnsbl:reasonAdam
2011-01-19Added options:nomlockAdam
2011-01-17Added ns_ajoinAdam
2011-01-08enabled modeonid in example.confDukePyrolator
2011-01-08added support for ngIRCd protocolDukePyrolator