Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-04 | Just use blocking sql queries if m_asynch_commands isn't loaded - it's not ↵ | Adam | |
that bad. | |||
2011-02-25 | More 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-20 | Much more work on the live SQL. Should work pretty decently now under heavy ↵ | Adam | |
load. | |||
2011-02-17 | Split db_mysql_live into two modules so other modules can make use of the ↵ | Adam | |
asynchronous command interface | |||
2011-02-04 | Moved the language strings which are only used once | Adam | |
out of the core and into the modules that use them. | |||
2011-01-15 | Added an amsg kicker | Adam | |
2011-01-08 | Changed db_mysql_live to use a safer mutex system to prevent deadlocks | Adam | |
2011-01-08 | Process flag changes from SQL | Adam | |
2011-01-07 | Added db_mysql_live which allows Anope to pull data | Adam | |
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. |