<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/commands/cmd_rehash.cpp, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/commands/cmd_rehash.cpp?h=main</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/commands/cmd_rehash.cpp?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2014-03-05T14:41:06Z</updated>
<entry>
<title>Move src/commands/cmd_*.cpp to src/coremods[/core_*]/</title>
<updated>2014-03-05T14:41:06Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-03-05T14:41:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c67d3103e9f7397f0ab9631bf07a5e5547deb2c3'/>
<id>urn:sha1:c67d3103e9f7397f0ab9631bf07a5e5547deb2c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove out of date doc and fix typo in commands/cmd_*.cpp</title>
<updated>2014-03-04T12:30:56Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-03-04T12:30:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5613d701785b61e09a2327bdea41acdd25cb9ef5'/>
<id>urn:sha1:5613d701785b61e09a2327bdea41acdd25cb9ef5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move stuff around a bit:</title>
<updated>2013-12-15T06:46:35Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2013-10-05T03:55:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=02830985a18950497003f3392cf8d6cc30c15c50'/>
<id>urn:sha1:02830985a18950497003f3392cf8d6cc30c15c50</id>
<content type='text'>
- Create FileSystem class:
  * Move ServerConfig::CleanFilename to FileSystem::GetFileName and rewrite.
  * Move ServerConfig::ExpandPath to FileSystem.
  * Move ServerConfig::FileExists to FileSystem.
  * Move ServerConfig::StartsWithWindowsDriveLetter to FileSystem.
- Move FileReader to fileutils.cpp and fix documentation.
- Move UserManager::DoBackgroundUserStuff to usermanager.cpp.
</content>
</entry>
<entry>
<title>Fix a few issues</title>
<updated>2013-11-21T21:07:30Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-09-18T08:27:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b7d84270bce15507775c7ec216dc1d5ad8b02a53'/>
<id>urn:sha1:b7d84270bce15507775c7ec216dc1d5ad8b02a53</id>
<content type='text'>
- Rehash notices
- Modes in CAPAB
- GetTargetAndAction() not being static in m_callerid
- Loading custom configuration files using --config. (@SaberUK)
- ServerConfig::Read not using std::endl. (@SaberUK)
- Out of date comments in opers.conf.example, issue #624
</content>
</entry>
<entry>
<title>Use WriteNumeric() everywhere we send numerics and include the user's nick automatically</title>
<updated>2013-11-12T11:51:31Z</updated>
<author>
<name>Adam</name>
</author>
<published>2013-11-12T11:51:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6c7a3ceb6c674a9af09da955ee0238e9291cf29a'/>
<id>urn:sha1:6c7a3ceb6c674a9af09da955ee0238e9291cf29a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove InspIRCd::HandleRehash functor</title>
<updated>2013-09-08T15:21:01Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-09-08T15:21:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=deb18ee9cfa531a87141aea61171c6899ef7d687'/>
<id>urn:sha1:deb18ee9cfa531a87141aea61171c6899ef7d687</id>
<content type='text'>
Call InspIRCd::Rehash() from cmd_rehash and from the SIGHUP handler
</content>
</entry>
<entry>
<title>Change the syntax of FOREACH macros to be less dumb.</title>
<updated>2013-08-04T14:08:57Z</updated>
<author>
<name>Adam</name>
</author>
<published>2013-06-26T21:01:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8710724b5518ae9858309e548514f76e620a8459'/>
<id>urn:sha1:8710724b5518ae9858309e548514f76e620a8459</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add method for writing server notices.</title>
<updated>2013-05-14T22:30:12Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2013-04-28T11:17:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=226a95aab09b9e1f43f61e78179bfa1135816c2d'/>
<id>urn:sha1:226a95aab09b9e1f43f61e78179bfa1135816c2d</id>
<content type='text'>
This allows us to send a server notice to a user without worrying
about whether they are registered or not.

If a user receives a server notice and they are not registered
then the nickname field will contain an asterisk instead of their
nick name.
</content>
</entry>
<entry>
<title>Stop recreating hashmaps every hour, move garbage collection code related to local users to UserManager</title>
<updated>2013-04-04T17:23:16Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-04-04T17:23:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=bb3aa2fb37071f48a5312df8688c0a6990644fbb'/>
<id>urn:sha1:bb3aa2fb37071f48a5312df8688c0a6990644fbb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmd_rehash, m_spanningtree Fix REHASH messages duplicating at each hop</title>
<updated>2012-11-29T15:25:36Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-11-29T14:31:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b4034e2231afcfcb5cf29156288c666d90831fed'/>
<id>urn:sha1:b4034e2231afcfcb5cf29156288c666d90831fed</id>
<content type='text'>
Fixes #375 reported by @JDowny
</content>
</entry>
</feed>
