<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/commands/cmd_privmsg.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/commands/cmd_privmsg.cpp?h=insp2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/commands/cmd_privmsg.cpp?h=insp2'/>
<link rel='alternate' type='text/html' href='https://www.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://www.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://www.cgit.space/~steering/inspircd++.git/commit/?id=5613d701785b61e09a2327bdea41acdd25cb9ef5'/>
<id>urn:sha1:5613d701785b61e09a2327bdea41acdd25cb9ef5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce Server class</title>
<updated>2014-01-05T14:04:01Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-01-05T14:04:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=11916574f67962dce1d7a2fdf7ef6a3d2d1fa49f'/>
<id>urn:sha1:11916574f67962dce1d7a2fdf7ef6a3d2d1fa49f</id>
<content type='text'>
- Replaces std::string server in User
- Replaces InspIRCd::ULine() and SilentULine()
</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://www.cgit.space/~steering/inspircd++.git/commit/?id=6c7a3ceb6c674a9af09da955ee0238e9291cf29a'/>
<id>urn:sha1:6c7a3ceb6c674a9af09da955ee0238e9291cf29a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Automatically register ServiceProviders created by modules</title>
<updated>2013-09-08T15:11:08Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-05-26T17:44:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=992674362c5f64bdb8e1942eeaa7612524529cd6'/>
<id>urn:sha1:992674362c5f64bdb8e1942eeaa7612524529cd6</id>
<content type='text'>
</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://www.cgit.space/~steering/inspircd++.git/commit/?id=8710724b5518ae9858309e548514f76e620a8459'/>
<id>urn:sha1:8710724b5518ae9858309e548514f76e620a8459</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace hardcoded mode letters, part 2</title>
<updated>2013-07-19T17:40:03Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-06-18T16:30:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b954283ccc4253a6881513bbe7f743c39886d3b7'/>
<id>urn:sha1:b954283ccc4253a6881513bbe7f743c39886d3b7</id>
<content type='text'>
This changes all remaining Channel::IsModeSet() and Channel::GetModeParameter() calls to use ModeReferences for modes that were created by other modules or the core
</content>
</entry>
<entry>
<title>CommandParser::LoopCall() changes</title>
<updated>2013-06-12T18:32:10Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-06-12T18:32:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cfa32a6561e0152ebbd7135eaec9f7c794c170b1'/>
<id>urn:sha1:cfa32a6561e0152ebbd7135eaec9f7c794c170b1</id>
<content type='text'>
- Change function to be static, return a bool
- Do not filter duplicates when there are 2 lists (JOIN)
- Remove validation of 'extra' parameter, caller must pass either a valid index or -1
</content>
</entry>
<entry>
<title>Unite cmd_privmsg and cmd_notice</title>
<updated>2013-06-12T17:22:50Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-06-12T17:22:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=35561328798ef97026859d56f23e63b56438c01c'/>
<id>urn:sha1:35561328798ef97026859d56f23e63b56438c01c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove OnUserPreNotice and OnUserNotice hooks, add MessageType argument to OnUserMessage and OnUserPreMessage</title>
<updated>2013-05-20T21:30:11Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-05-16T14:33:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7a67685bcb863b0d4199715e86697fee423596c2'/>
<id>urn:sha1:7a67685bcb863b0d4199715e86697fee423596c2</id>
<content type='text'>
All modules (except m_nonotice) that perform filtering on messages have common logic for handling PRIVMSGs and NOTICEs and most of them run the exact same code in both cases
</content>
</entry>
</feed>
