]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Remove unneeded Extensible inheritance and remove "age" field from classbase
[user/henk/code/inspircd.git] / src /
2009-09-02 danieldgRemove unneeded Extensible inheritance and remove ...
2009-09-02 danieldgRemove misleading byte counts from stats z
2009-09-02 danieldgInclude untranslated user/channel metadata in CHECK...
2009-09-02 danieldgRemove useless vector copy
2009-09-02 danieldgMetaData rework
2009-09-02 danieldgRemove a few unneeded string copies in the PRIVMSG...
2009-09-02 danieldgAdd User::DoHostCycle
2009-09-02 danieldgUpdate NICKLOCK to route using unicast
2009-09-02 danieldgAllow commands to optionally route themselves using...
2009-09-02 danieldgInclude explicit routing information in Command, will...
2009-09-02 danieldgRemove unneeded ProtocolInterface::Introduce
2009-09-02 danieldgRemove unused I_ProtoSendMetaData, I_ProtoSendMode...
2009-09-02 danieldgReplace FOREACH_RESULT_MAP with a more readable and...
2009-09-02 danieldgAdd "created" parameter to OnUserJoin, to avoid explici...
2009-09-02 danieldgUse CheckTimeStamp to merge modes on netburst
2009-09-02 danieldgCast rework: use C++ style static_cast<> instead of...
2009-09-02 danieldgRework mode parser into slightly smaller chunks
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-09-02 danieldgChange allocation of commands/modes
2009-09-02 danieldgClean up challenge generation to not include character...
2009-09-02 danieldgVerify modules providing routed commands are VF_COMMON
2009-09-02 danieldgRead multiple GnuTLS records in one RawSocketRead operation
2009-09-01 danieldgUse a bool return type for boolean return
2009-09-01 danieldgUse sa_size() rather than sizeof() when passing input...
2009-09-01 danieldgRemove unneeded #ifdef IPV6 lines
2009-09-01 danieldgRemove unneeded paramaters from OnAcceptReady
2009-09-01 danieldgMove IP<->sockaddr conversions into irc::sockets::...
2009-09-01 danieldgRemove now-unused insp_sockaddr and insp_inaddr types
2009-09-01 danieldgRemove more text<->binary IP conversions, making code...
2009-09-01 danieldgRename User::GetPort to GetServerPort to clarify its...
2009-09-01 danieldgReturn server port in GetPort rather than the arbitrary...
2009-09-01 danieldgChange IP address storage in User to use more IPv4...
2009-09-01 danieldgRemove needless sockaddr[2] allocations, replace with...
2009-09-01 danieldgStrip SUPPORT_IP6LINKS #define
2009-09-01 danieldgMove VERSION/REVISION to their own header to avoid...
2009-09-01 danieldgRe-implement dependency generation in perl to increase...
2009-09-01 danieldgFix build of m_spanningtree and display of dependency...
2009-09-01 danieldgAdd m_delaymsg - channel mode +d <time> prevents users...
2009-09-01 danieldgShow metadata keys and values in /CHECK output
2009-09-01 w00tBump version on the right branch this time.
2009-08-29 w00tBump out of RC
2009-08-28 w00tStop a potential null pointer dereference introduced...
2009-08-28 w00tPatch from Namegduf to use OnUserMessage instead of...
2009-08-28 w00tDon't subtract one from MAXCHANNELS, it's a number...
2009-08-27 w00toverride: pass handling back to the core to send numeri...
2009-08-20 danieldgFix access-after-free on rehash
2009-08-19 w00tFix a regression from fcb51634669e6ed588e42f2072c6f910e...
2009-08-17 danieldgAllow forward linking compatability by accepting higher...
2009-08-16 w00tcgiirc: Pass hosts to WEBIRC command on rehash. No...
2009-08-15 w00tPartial revert of 1fb8a3f1b120db764375911be9ad8019a807a...
2009-08-15 w00twin: Last part of support required for VS2010:
2009-08-15 w00tBump version to rc5.
2009-08-14 specialFix a compile error for IPv6 windows builds, discovered...
2009-08-14 w00tMake ident handling consistant: use ChangeIdent for...
2009-08-14 w00tPrint line on empty prefix errors to track down a bug
2009-08-14 w00tSet log to null on close and check for null loghandle...
2009-08-14 psychon(Hopefully) fix a issue with m_ident's result not being...
2009-08-14 w00tRemove some very verbose debug that isn't really needed...
2009-08-14 w00tApply fake lag on garbage input to discourage crap
2009-08-13 brainMerge patch from dKingston for missing TOPIC numeric...
2009-08-12 danieldgFix printf format warning
2009-08-12 danieldgChange to using read/write not send/recv on the ThreadS...
2009-08-12 danieldgMake rehash work more than once per run, and fix some...
2009-08-12 danieldgFixes for config reader
2009-08-11 danieldgFix module prioritization when a module asks to be...
2009-08-11 danieldgFix double-free in ~SocketThread
2009-08-10 danieldgFix thread join not working for subclasses of Thread...
2009-08-06 brainReport the correct sizes as set in the config
2009-08-06 w00tFirst space stream seperator test.
2009-08-06 w00tAdd commasepstream test case.
2009-08-05 w00tDon't catch and rethrow, as with the mutexing here...
2009-08-05 danieldgHow about we abort if there were errors, not if there...
2009-08-05 danieldgFix config errors being detected even if there were...
2009-08-04 w00tExit if there were errors reading configuration on...
2009-08-04 w00tRemove m_testcommand too
2009-08-03 w00tComment on what looks like incorrect behaviour in User...
2009-08-03 w00tRevert "Don't do all the oper gubbins if the opertype...
2009-08-03 w00tRevert "Find the right variable so it actually works...
2009-08-03 w00tFind the right variable so it actually works, too.
2009-08-03 w00tDon't do all the oper gubbins if the opertype doesn...
2009-08-03 w00tRemove m_foobar. This has no practical purpose, except...
2009-08-02 peaveyMake sure usage lines up neatly.
2009-08-02 peaveyFix a few typos in here so it compiles again.
2009-08-02 w00tChange all non-fatal GNUTLS initialisation notices...
2009-08-02 w00tFix a missed reference
2009-08-02 w00tBump version number to rc4
2009-08-02 w00tPatch to not increment nickchange counter for nick...
2009-08-01 w00tDon't apply bans to E:Lined connections. Should fix...
2009-08-01 w00tShow config warnings/errors regardless of loglevel...
2009-08-01 w00tVarious rehash fixes that it seems were introduced...
2009-08-01 w00tCheck that the <connect> block actually specifies a...
2009-08-01 w00tReconnect to LDAP server if connection goes away, fixes...
2009-07-31 danieldgRehash message fixes from Ankit, thanks
2009-07-27 specialSend a failure numeric instead of QuitUser when STARTTL...
2009-07-26 dzdon't send out global snotices from every server on...
2009-07-07 danieldgRemove bad check for channel op in m_auditorium, fixes...
2009-07-04 peaveyFix possible segfault on giving an unknown cmdline...
2009-07-03 danieldgUse server name for source of remote TIME rather than SID
2009-07-03 danieldgFix m_callerid message routing for remote users, destin...
2009-07-03 danieldgFix excessive snomask sending on fitler add/removal
next