<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra/m_ldapoper.cpp, branch insp2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_ldapoper.cpp?h=insp2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_ldapoper.cpp?h=insp2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2013-12-19T15:40:11Z</updated>
<entry>
<title>Add m_ldap, and convert m_ldapoper and m_ldapauth to use it.</title>
<updated>2013-12-19T15:40:11Z</updated>
<author>
<name>Adam</name>
</author>
<published>2013-10-10T04:35:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dbbd3339564b774e5f136657dbc4da565149b852'/>
<id>urn:sha1:dbbd3339564b774e5f136657dbc4da565149b852</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace OnRehash() with ReadConfig() that is called on boot, on module load and on rehash</title>
<updated>2013-08-30T11:15:10Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-08-16T10:10:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c202dea024542b9c6c6b771bb9a3a081d9eacdc5'/>
<id>urn:sha1:c202dea024542b9c6c6b771bb9a3a081d9eacdc5</id>
<content type='text'>
This eliminates the need for calling OnRehash() in init()
</content>
</entry>
<entry>
<title>Automatically attach modules to events</title>
<updated>2013-08-04T14:08:57Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-08-04T12:36:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d24619c012b34d5a3d4cfb93e7bea3ff3d5721e7'/>
<id>urn:sha1:d24619c012b34d5a3d4cfb93e7bea3ff3d5721e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove $Core and $Mod* comments apart from $ModDep.</title>
<updated>2013-07-04T14:51:00Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2013-07-03T03:34:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=54d10d53c730ab81ca6464fe2f0e0ecbcd435672'/>
<id>urn:sha1:54d10d53c730ab81ca6464fe2f0e0ecbcd435672</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tidy up keywords on module methods.</title>
<updated>2013-05-15T20:41:36Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2013-04-30T07:38:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4ab1c43c1eee708fc50a4808f714a731891b75e8'/>
<id>urn:sha1:4ab1c43c1eee708fc50a4808f714a731891b75e8</id>
<content type='text'>
- Remove virtual keyword from a ton of methods which don't need it.
- Add override keyword to a ton of methods which do need it.
</content>
</entry>
<entry>
<title>Replace some C-isms with C++-isms.</title>
<updated>2013-05-15T02:32:56Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2013-05-06T10:49:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=accccc212cd4f08a3c5532b1ae7a17e76bac8718'/>
<id>urn:sha1:accccc212cd4f08a3c5532b1ae7a17e76bac8718</id>
<content type='text'>
* 'const char*' to 'const std::string&amp;'.
* snprintf to std::string concatenation.
* Replace duplicated OneOfMatches with InspIRCd::MatchMask.
</content>
</entry>
<entry>
<title>Change User::GetIPString() to return const std::string&amp;</title>
<updated>2013-03-31T23:27:02Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-03-31T23:27:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=12872e3d4b942d10c4dc1ec9e099345b474ac874'/>
<id>urn:sha1:12872e3d4b942d10c4dc1ec9e099345b474ac874</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_ldapoper Make the module actually work</title>
<updated>2013-03-29T00:09:34Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-03-23T20:08:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3135a6cc0e7515bd1b8d5140af720eeb40b953cd'/>
<id>urn:sha1:3135a6cc0e7515bd1b8d5140af720eeb40b953cd</id>
<content type='text'>
Fixes #439 reported by @rhylan
</content>
</entry>
<entry>
<title>m_ldapoper Fix memory leak</title>
<updated>2013-03-29T00:09:34Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-03-11T18:53:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c2549b040243e0fcaac0ec2e6d461980cda7f5f4'/>
<id>urn:sha1:c2549b040243e0fcaac0ec2e6d461980cda7f5f4</id>
<content type='text'>
See 1813369adecc1efc9812e90c40c21dc32e4965c9 for details
</content>
</entry>
<entry>
<title>m_ldapoper Fix typo spotted by @lordsith49</title>
<updated>2012-12-25T17:26:47Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-12-25T17:26:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5a378e1b08ec69cb57f2e52899a5aa7b7424cc75'/>
<id>urn:sha1:5a378e1b08ec69cb57f2e52899a5aa7b7424cc75</id>
<content type='text'>
Fixes #392
</content>
</entry>
</feed>
