<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/timer.h, branch v3.10.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/timer.h?h=v3.10.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/timer.h?h=v3.10.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2021-03-05T02:16:11Z</updated>
<entry>
<title>Update copyright headers.</title>
<updated>2021-03-05T02:16:11Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2021-03-05T02:04:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7b1ab06a9551d8db141ebc9213836af6b5369284'/>
<id>urn:sha1:7b1ab06a9551d8db141ebc9213836af6b5369284</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2020-01-11T22:14:43Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-01-11T22:02:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aa692dc1039b63deef7886e914ec499abe7facaf'/>
<id>urn:sha1:aa692dc1039b63deef7886e914ec499abe7facaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a ton of -Wsign-conversion warnings.</title>
<updated>2017-11-17T15:33:01Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-17T00:02:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=36040be2952186d56a6646ee7d972aaafdd4e31a'/>
<id>urn:sha1:36040be2952186d56a6646ee7d972aaafdd4e31a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move the TimerMap typedef into the private part of TimerManager</title>
<updated>2014-07-10T10:19:26Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-07-10T10:19:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=181978705240b970574b13eccfe86f28629a1f36'/>
<id>urn:sha1:181978705240b970574b13eccfe86f28629a1f36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove current time parameter of the Timer constructor</title>
<updated>2014-07-10T10:17:55Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-07-10T10:17:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=acccaa39641500b8a691db4136e6571102a438ed'/>
<id>urn:sha1:acccaa39641500b8a691db4136e6571102a438ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move the definition of Timer::Timer() into the source file from the header</title>
<updated>2014-07-10T10:14:27Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-07-10T10:14:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8186e0b091a4f487448dcfab7144217a85870d4c'/>
<id>urn:sha1:8186e0b091a4f487448dcfab7144217a85870d4c</id>
<content type='text'>
Use initialization list
</content>
</entry>
<entry>
<title>Allow Timers to delete themselves in Tick()</title>
<updated>2014-01-30T20:44:51Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-01-30T20:44:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5ac1ffce1168c4e3409e6667ff30285bfbc82bde'/>
<id>urn:sha1:5ac1ffce1168c4e3409e6667ff30285bfbc82bde</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Doxygen comments.</title>
<updated>2013-06-21T02:52:56Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2013-06-21T02:52:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=146d72fddbcc443e402b3aadcf1eb8195b9d4ab5'/>
<id>urn:sha1:146d72fddbcc443e402b3aadcf1eb8195b9d4ab5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Timer changes and TimerManager enhancements</title>
<updated>2013-04-21T16:00:09Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-04-09T21:51:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1638ee61936bc91758be39c3463c6e46d0d655e7'/>
<id>urn:sha1:1638ee61936bc91758be39c3463c6e46d0d655e7</id>
<content type='text'>
Timer::Tick() now has a bool return value: if false is returned the timer is deleted using operator delete, otherwise, if it's a repeating timer then it's rescheduled (readded)
Timers are removed from the TimerManager automatically at destruction

Timers are now stored in a multimap instead of a sorted vector
</content>
</entry>
<entry>
<title>Tidy up source files:</title>
<updated>2013-04-12T16:03:05Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2013-04-02T19:12:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=11cafc12d5440b67a9f676c9f6aa67840ca5399d'/>
<id>urn:sha1:11cafc12d5440b67a9f676c9f6aa67840ca5399d</id>
<content type='text'>
- Use #pragma once instead of include guards.
- Move header files in src/modules to include/modules.
- Fixed various spacing issues.
</content>
</entry>
</feed>
