Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-31 | Update license headers and copyrights on all source files | Adam | |
2015-10-27 | Merge branch '2.0' into 2.1 | Adam | |
2015-03-11 | Redesign m_ldap to no longer rely on undefined behavior | Adam | |
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. | |||
2014-05-28 | Mark pure virtual functions with anope_abstract | Adam | |
2013-05-05 | Move module header files to include/modules to fix naming conflicts with ↵ | Adam | |
system headers |