summaryrefslogtreecommitdiff
path: root/modules/extra
AgeCommit message (Collapse)Author
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 some global functions to be member functions and misc cleanupAdam
2011-05-16Fixed up the MySQL Query code and finished some command code I forgot earlierAdam
2011-05-16Moved the core pseudo clients out into their own modulesAdam
2011-05-01Fixed sometimes not removing nick masks from the access list when the group ↵Adam
is dropped
2011-04-29Temporary fix for /os restart with m_async_commands loaded, is fixed ↵Adam
properly in 1.9.5
2011-04-28Added a unique key for the anope_cs_mlock tableAdam
2011-04-25Fixed crash when certain nicks expireAdam
2011-04-25Don't attempt to connect to the uplink if given invalid hostnamesAdam
2011-04-25resolve hosts when connecting with sslDukePyrolator
2011-04-23Two small SQL fixesAdam
2011-04-03Made LDAP support recover, release, resetpass, etc.Adam
2011-03-31Removed some unneeded/unused code from m_ldapAdam
2011-03-30Fixed windows build more, including ldapAdam
2011-03-22Bug #1203Adam
2011-03-14Fixed compileAdam
2011-03-14Rewrote some of the opertype system, added os_loginAdam
2011-03-13Fixed a crash in m_ldap is unloadedAdam
2011-03-12added ns_certDukePyrolator
2011-03-11_()ify Command::SetDescAdam
2011-03-11Fixed some problems with m_alias and fantasyAdam
2011-03-09Store mlock in the databases and removed some unused functions from misc.cppAdam
2011-03-06Change the mode name code to use Flags names in preparation for extban supportAdam
2011-03-05Made m_ldap_oper understand deoperingAdam
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-03-04Just use blocking sql queries if m_asynch_commands isn't loaded - it's not ↵Adam
that bad.
2011-02-27Made akills work on IRCds that do not support bans (ngircd)Adam
2011-02-26Replaced the few language strings we use with #defines to prevent ↵Adam
accidentally translating them if we shouldnt
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-20Much more work on the live SQL. Should work pretty decently now under heavy ↵Adam
load.
2011-02-18Update SQL when a nick is deletedAdam
2011-02-17Split db_mysql_live into two modules so other modules can make use of the ↵Adam
asynchronous command interface
2011-02-11Made the help command description code more saneAdam
2011-02-04try/catch-ified all instances of convertTo to keep from aborting when a user ↵Adam
gives too large or too small a number
2011-02-04Merge 032c30dd5dc4Adam
2011-02-04Moved the language strings which are only used onceAdam
out of the core and into the modules that use them.
2011-01-28Added patricia_tree::iteratorAdam
2011-01-28Bug #1237 - only set umode +h on a user joining help chan if they have op accesslethality
2011-01-24Fixed the order queries are done during sqlsync to make the new foreign keys ↵Adam
happy
2011-01-24Fixed some SQL queriesAdam
2011-01-24Added %N for network name in dnsbl:reasonAdam
2011-01-21fixed some minor presentation, grammar mis-use and copyright date in DP's ngircdlethality
2011-01-17Added ns_ajoinAdam
2011-01-15Added an amsg kickerAdam
2011-01-08Changed db_mysql_live to use a safer mutex system to prevent deadlocksAdam
2011-01-08Process flag changes from SQLAdam
2011-01-08Made the Flag class able to convert flags to strings and backAdam