aboutsummaryrefslogtreecommitdiffstats
path: root/include/caller.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert the remaining things away from the caller/handler API.Gravatar Peter Powell2017-11-251-355/+0
|
* Add the override keyword in places that it is missing.Gravatar Peter Powell2017-11-211-9/+9
| | | | GCCs warnings for this are much better than Clangs.
* Merge insp20Gravatar Attila Molnar2014-07-251-19/+19
|\
| * Do not export callersGravatar Adam2014-05-081-10/+10
| | | | | | | | Their functions are all inlined and Windows gives unresolved symbol errors
| * Fix undefined symbol error on module load if compiled with Clang 3.4Gravatar Attila Molnar2014-04-191-9/+9
| | | | | | | | Fixes issue #803 reported by @SaberUK
* | Add support for detecting C++11 variadic templates.Gravatar Peter Powell2013-05-211-2/+1
| |
* | Tidy up source files:Gravatar Peter Powell2013-04-121-4/+1
| | | | | | | | | | | | - Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues.
* | Rewrote caller.h to be more C++11 ish, currently commented out pending ↵Gravatar Adam2013-03-311-0/+76
|/ | | | whenever we decide to support some C++11 features
* Fix Doxygen syntax errors.Gravatar Peter Powell2012-07-051-1/+1
|
* Replace copyright headers with headers granting specific authors copyrightGravatar Robby-2012-04-191-8/+15
|
* Fixes for bug #12Gravatar Justin Crawford2012-04-141-2/+2
|
* ...because every now and again, i have to do a massive commit.Gravatar brain2010-01-111-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix module unmapping with culled Module objectsGravatar danieldg2009-10-141-15/+9
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11875 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove InspIRCd* parameters and fieldsGravatar danieldg2009-09-261-9/+9
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11763 e03df62e-2008-0410-955e-edbf42e46eb7
* Update all wiki links to point to the new wiki. This was done automatically ↵Gravatar psychon2009-03-151-1/+1
| | | | | | | | | with the following command, only .Makefile.inc got some indent fixups by hand. for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7
* fix typoGravatar peavey2009-01-241-2/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10995 e03df62e-2008-0410-955e-edbf42e46eb7
* Update copyrights for 2009.Gravatar w00t2009-01-021-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10932 e03df62e-2008-0410-955e-edbf42e46eb7
* more commentsGravatar brain2008-09-201-3/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10566 e03df62e-2008-0410-955e-edbf42e46eb7
* Header update: 2007 -> 2008Gravatar w00t2008-01-101-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8694 e03df62e-2008-0410-955e-edbf42e46eb7
* -pedantic tidyups, lets see if it finds anything worthy of a fixGravatar brain2007-10-231-9/+9
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8313 e03df62e-2008-0410-955e-edbf42e46eb7
* In the grand tradition of huge fucking commits:Gravatar w00t2007-10-151-2/+2
| | | | | | | | - chanrec -> Channel - userrec -> User Enjoy. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8204 e03df62e-2008-0410-955e-edbf42e46eb7
* * include/caller.h will now compile correctly on Windows platforms.Gravatar burlex2007-08-151-8/+8
| | | | | | | | + Implemented gettimeofday in win32 wrapper, link rtt's will now display in milliseconds. * SocketEngine::BoundsCheckFd will now handle Windows event handler cases correctly. (fixing writing to sockets not working) * Fixed VC71 project. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7723 e03df62e-2008-0410-955e-edbf42e46eb7
* More detail on the comment to indicate how to replace a functor in a classGravatar brain2007-07-261-5/+14
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7587 e03df62e-2008-0410-955e-edbf42e46eb7
* Add macros up to 8 parametersGravatar brain2007-07-251-1/+27
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7570 e03df62e-2008-0410-955e-edbf42e46eb7
* Shorthand macros DEFINE_HANDLER1()...DEFINE_HANDLER9() to save on defining ↵Gravatar brain2007-07-251-0/+9
| | | | | | functor classes that just implement Call() git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7569 e03df62e-2008-0410-955e-edbf42e46eb7
* Comment the caller0....caller8 classesGravatar brain2007-07-251-0/+25
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7567 e03df62e-2008-0410-955e-edbf42e46eb7
* Forgot to add thisGravatar brain2007-07-251-0/+216
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7566 e03df62e-2008-0410-955e-edbf42e46eb7