]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Switch <stdint.h> test to use a test file too.
[user/henk/code/inspircd.git] / include /
2012-04-19 Robby-Add conf/ to include paths and fix some typos
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-16 Robin BurchellFileWriter hasn't been non-blocking for a very, very...
2012-04-16 Guillaume DelacourFix compilation with GCC 4.7.
2012-04-15 Robin BurchellMerge pull request #55 from Justasic/insp20
2012-04-15 Robin BurchellMerge pull request #59 from Robby-/insp20-nosnoticestack
2012-04-15 Robby-Backported Shawn's NoSnoticeStack code from insp21
2012-04-15 Robin BurchellMerge pull request #28 from DjSlash/classinconnectmsg
2012-04-15 Justin CrawfordFix some of the include guard names (requested by SaberUK)
2012-04-15 Justin CrawfordFixes for bug #12
2012-04-14 Robin BurchellMerge pull request #35 from pcarrier/insp20ldap
2012-04-09 Robin BurchellMerge pull request #27 from DjSlash/maxconnwarn
2012-04-01 RutgerAdd <connect:maxconnwarn>
2011-05-24 JackmcbarnFix recursion of QuitUser in SendQ quits
2011-04-19 Daniel De GraafMerge commit 'refs/merge-requests/5' of git://gitorious...
2011-04-10 AdamFixed Windows build on VS 2010
2010-12-23 JackmcbarnFix bug #113
2010-08-17 Daniel De GraafInclude a placement operator new for classes that hide...
2010-04-28 Daniel De GraafAdd log header including ircd version
2010-04-27 Daniel De GraafDefine comparator for irc::sockets::sockaddrs
2010-04-02 Daniel De GraafSplit up API_VERSION number
2010-03-22 danieldgChange <security:operspywhois> to a tristate
2010-03-22 danieldgRemove channel argument from OnSendWhoLine, this inform...
2010-03-22 danieldgAllow static initialization of dynamic_reference objects
2010-03-19 danieldgAdd RAWIO log level which is more verbose than DEBUG
2010-03-18 danieldgPURE_STATIC fixes to use normal <module> tags
2010-03-14 danieldgAdd <options:cyclehostsfromuser> to configure source...
2010-03-13 danieldgConvert MySQL to SQLv3
2010-03-13 danieldgConvert pgsql to SQLv3
2010-03-06 danieldgFix ModuleManager::SetPriority algorithm which did...
2010-03-02 danieldgDelFd should not fail, it will leave a bad dangling...
2010-02-25 danieldgMake remote/local snomasks consistent and allow use...
2010-02-23 danieldgReplace #define IPV6 with <config defaultbind="ipv6...
2010-02-21 danieldgAdd Base64 encode/decode functions to the core
2010-02-20 danieldgReplace m_halfvoice with m_customprefix
2010-02-20 danieldgRestore <options:exemptchanops> with long names
2010-02-19 danieldgKill m_spy, which was replaced by channels/auspex in...
2010-02-18 danieldgAllow SASL messages to be targeted at the services...
2010-02-16 danieldgDefer module init on initial load for easier dependency...
2010-02-15 danieldgShow opers the raw VERSION string, not the custom one
2010-02-14 danieldgm_dnsbl updates
2010-02-12 danieldgRemove possible references to deleted User objects...
2010-02-12 danieldgFix conversion warnings on g++ 3.4
2010-02-12 danieldgFloating-point math should have no place in an ircd
2010-02-11 danieldgChange SERVICE_{CMODE,UMODE} to SERVICE_MODE, which...
2010-02-10 danieldgWhy are we wasting space on DieValue?
2010-02-09 danieldgAdd random number generation functions to InspIRCd...
2010-02-02 danieldgExecutable include for MOTD and more
2010-02-02 danieldgAdd OnSetConnectClass hook for use in adding requiremen...
2010-02-01 danieldgAdd parameters to OnSendWhoLine hook, fixes "/who ...
2010-01-31 danieldgUpdate connect block matching on rehash to prefer names...
2010-01-31 danieldgAllow connect classes to be specified without an allow...
2010-01-30 danieldgRemove UpdateNickHash due to incorrect behavior
2010-01-30 danieldgMove nick change code out of cmd_nick; fixes double...
2010-01-29 danieldgRemove MaxWhoResults, replace with an increase of Penal...
2010-01-28 danieldgFix empty FMODE being sent if SendMode mode changes
2010-01-21 danieldgRemove unneeded save of errno
2010-01-19 danieldgFix some command registration warnings
2010-01-19 danieldgFix MOTD and RULES to work remotely (remove the old...
2010-01-18 danieldgMove lots of spanningtree items to commands
2010-01-18 danieldgRemove excessive gettimeofday system calls
2010-01-18 danieldgPreCommand/PostCommand are local-only hooks
2010-01-17 danieldgFix for incorrect template application by GCC 3.4
2010-01-17 danieldgAdd Module::init() for correct exception handling durin...
2010-01-16 danieldgFix signdedness error in LoopCall
2010-01-14 danieldgVerify cloak keys match during CAPAB negotiation
2010-01-14 danieldgMove revision information from Version object to a...
2010-01-14 danieldgAllow maxtargets to be bypassed in LoopCall for JOIN
2010-01-11 brain...because every now and again, i have to do a massive...
2010-01-09 danieldgRemove mode counter, not reliable and only used for...
2010-01-09 danieldgDisallow adding prefix-mode when it is already set...
2009-11-16 danieldgUse ServiceProvider for inter-module dependencies
2009-11-15 danieldgAdd Inspircd::AddServices
2009-11-15 danieldgAdd ParamChannelModeHandler
2009-11-15 danieldgAdd ModeHandler* versions of channel mode access
2009-11-15 danieldgHide channel mode structures
2009-11-13 danieldgGet rid of socklen_t parameter to Bind, we are using...
2009-11-11 danieldgAdd fine-grained command flood controls
2009-11-11 danieldgGet rid of DieDelay, it just freezes the ircd prior...
2009-11-11 danieldgAllow static build of inspircd without module support
2009-11-06 danieldgRemove Extensible parent from EventHandler
2009-11-06 danieldgMove StreamSocket inheritance off of User
2009-11-03 danieldgMatch USERINPUT/USEROUTPUT identifiers
2009-11-03 danieldgCreate m_halfop
2009-11-03 danieldgRemove AllowHalfop item from server config
2009-11-03 danieldgMove MODENOTICE command to a command module
2009-11-01 danieldgFix global clone count not being decremented on remote...
2009-10-30 danieldgClean up typos and some unused code
2009-10-25 danieldgForce heap allocation of refcountbase, create usecountb...
2009-10-25 danieldgFixes found by removing User inheritance from StreamSocket
2009-10-25 danieldgAdd <config:format> to avoid breaking existing configur...
2009-10-24 danieldgGet rid of OpenTCPSocket
2009-10-24 danieldgCreate irc::sockets::cidr_mask
2009-10-24 danieldgMove forward declarations to typedefs.h
2009-10-24 danieldgGet rid of ModePair
2009-10-23 danieldgMake User::uuid and User::server const
2009-10-23 danieldgChange to <type:vhost> and <oper:vhost> because <oper...
2009-10-22 danieldgMake ConfigTag::items private
2009-10-22 danieldgSplit up configreader.cpp, it's a bit large
2009-10-22 danieldgMake irc::sockets::* parameters consistent, add irc...
next