summaryrefslogtreecommitdiff
path: root/modules/extra
AgeCommit message (Collapse)Author
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
2011-01-07Added db_mysql_live which allows Anope to pull dataAdam
from the four main SQL tables in realtime, which effectively gives us "live" SQL. Changed eventfd pipe engine to not use buffered write. Added TryLock to threading engines. Made blocking SQL queries in our SQL API thread-safe.
2011-01-05update copyrights for 2011lethality
2010-12-27Load session exceptions on start when using SQLAdam
2010-12-27Bug #1220 - Fixed an event in /hs activate and /ms delAdam
2010-12-24Fixed Windows buildAdam
2010-12-23Fixed a crash in m_aliasAdam
2010-12-15Bug #1211 - Fixed loading and saving anope_os_sxlinesAdam
2010-12-12Allow getting users opertype from XMLRPC requestsAdam
2010-12-12Allow command aliases to be redirected to different pseudo clientsAdam
2010-12-12Cleaned up some things, made the protocol modules use some basic inheritance ↵Adam
to cut back on their code duplication. More work can be done in the future to remove even more of it.
2010-12-12Allowing adding hostmasks to channel access listsAdam
2010-12-12Fixed subcommandsAdam
2010-12-12The rest of the earlier command changesAdam
2010-12-12Added /bs set msgAdam
2010-12-12Send replies from fantasy commands back to the channel, this will be ↵Adam
expanded on later
2010-12-12Added cs_entrymsgAdam
2010-12-12Allow the patricia tree to store non-pointersAdam
2010-12-12Added cs_mode, rewrote the old list mode code, and added CIDR supportAdam
2010-12-12Removed and deprecated /cs set mlock, removed /cs clear, removed /os ↵Adam
clearmodes, removed /cs akick (un)stick, added /cs clearusers
2010-12-12Added command aliasesAdam
2010-12-12Switched the system for storing users, channels, and sesions to a patriciaAdam
tree from STL's unordered_map, which was giving horrible performance.
2010-12-12Added /ms ignoreAdam