1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 18:26:38 +02:00
Files
anope/modules
Adam fb17bc85ea Redesign m_ldap to no longer rely on undefined behavior
Accessing the same LDAP* from multiple threads at once is always
undefined, even if one thread is just polling ldap_result.

Instead keep one thread per connection and issue blocking queries on the
thread.
2015-03-11 08:48:08 -04:00
..
2014-05-21 08:50:40 -04:00
2014-05-21 08:50:40 -04:00
2014-05-21 08:50:40 -04:00
2015-02-03 18:42:35 -05:00