]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
There is absolutely no need to cache connect timeout.
[user/henk/code/inspircd.git] / src / modules /
2008-09-11 w00tRemove WaitingForWriteEvent, it seems to do *nothing...
2008-09-10 w00tBack out change, as this doesn't work properly with...
2008-09-10 w00tBit of a tidyup, generate cloak whenever first set...
2008-09-10 w00tHook conn_umodes before anything else so that config...
2008-09-10 w00tMove XMLSocket to be modulemanager-provided, flash...
2008-09-09 brainRemember to free some stuff when failing in the ctor
2008-09-09 brainfix compile errors (whoops)
2008-09-09 brainWhoops, schoolboy error
2008-09-09 brainAdd connmutex to mutex the connections vector, otherwis...
2008-09-09 brainpeavey, w00t, this works now. Methods werent copied...
2008-09-09 brainfix various bodge-ups, we must have been tired when...
2008-09-09 brainnot test compiled yet: sql modules werent working becau...
2008-09-08 w00tRemove a (now nonexistant) reference from .h
2008-09-08 w00tCheck the wrong way around is just stupid. ;p
2008-09-08 w00tFix warning, thanks peavums
2008-09-08 w00tGrowl.
2008-09-08 w00tRemove crappy, unsafe (and now unneeded!) casts.
2008-09-08 w00tMore compile fixes.
2008-09-08 w00tFix compile problems hopefully..
2008-09-08 w00t(Attempt to) convert MySQL to using listener base.
2008-09-08 w00tRemove old listening stuff from spanningtree, use a...
2008-09-08 w00tGive httpd a custom listener class, specialised in...
2008-09-07 w00tFix missing semicolon in m_ssl_openssl [danieldg]
2008-09-07 w00tMerge the second interface for socket hooking into...
2008-09-07 w00tFix IO hooking modules to use the new (not old) hooking...
2008-09-07 w00tDon't execute multiple aliases after executing one.
2008-09-07 w00tFix aliases returning multiple messages, thanks Ankit.
2008-09-07 w00tFix compile. Try again, Ankit.
2008-09-07 w00tSet default values for <alias:usercommand> and <alias...
2008-09-06 w00tAdd (currently untested and undocumented) fantasy comma...
2008-09-06 brainGrr at windows exports
2008-09-06 w00tRename some member fields; add <alias:usercommand>...
2008-09-06 w00tRestructuring to m_alias, this will be used for (option...
2008-09-06 w00tModify aliases to use a multimap rather than a vector...
2008-09-06 w00tAdd m_operinvex, adds first use for extended invex...
2008-09-06 brainDepends on: ../../include/u_listmode.h
2008-09-06 brainPublish interface in chanfilter
2008-09-06 brainNewer extban-supporting listmode api
2008-09-06 brainUse lock/unlock
2008-09-06 peaveyuse lock/unlock instead.
2008-09-06 brainRegexFactoryRequest sets result to null on construction...
2008-09-05 peaveyNow with threaded queries.
2008-09-05 w00tFix unsafe cast (const char * -> char *). Doesn't reall...
2008-09-05 aquanightTRE regex provider (the same engine used by Unreal...
2008-09-05 aquanightPOSIX regular expression provider (basic/extended contr...
2008-09-05 aquanightMake it possible to retrieve the original string from...
2008-09-05 aquanightAdjustments to regex creation, and add PCRE provider
2008-09-05 aquanightFramework for central regex module, and a bare-bone...
2008-09-05 brainmysql's windows build is utter hell to get working...
2008-09-05 brainsql api and m_mysql compile fixes for windows
2008-09-04 brainNeeds the .lib apparently
2008-09-04 brainThis would be useful, too
2008-09-04 brainOf course, it DOES help to actually initialise the...
2008-09-04 brainUpdate comment
2008-09-04 brainNow uses Mutex class. No need for pthreads use directly...
2008-09-04 brainThread is now a Thread derived class, now need to conve...
2008-09-02 brainChange exception message: "You cannot load m_services...
2008-09-01 w00tMake m_chanfilter grok globbing, meaning +g test?string...
2008-08-31 brainTwo fixes: Ignore + when parsing mode string in UID...
2008-08-31 brainMore debugging mesages for troubleshooting invalid...
2008-08-31 brainI guess it makes sense never to let the gecos be parsed...
2008-08-31 brainMove all the parameters around AGAIN. See docs shortly
2008-08-31 brainTwo fixes: First, change the error message for too...
2008-08-31 w00tWhat the fuck am I doing.
2008-08-31 w00tOff-by-one on params also == masskill, woo
2008-08-31 w00tAdd snomasks to UID command, after 'modes', bump protoc...
2008-08-31 w00tRemove a redundant check, and fix user-mode change...
2008-08-31 w00tAdd <connect:useident> as part of m_ident, original...
2008-08-30 w00tMake m_alltime easier to scan read for discrepancies...
2008-08-29 brainTidier /modules generation. faster for non-opers, neate...
2008-08-29 w00tMake these more descriptive/easy to grok
2008-08-29 w00tSafeguards
2008-08-29 w00tDon't try destroy on -P of a 0 user chan, as this cause...
2008-08-29 peaveyFix extra End of /STATS on spanningtree override of...
2008-08-29 psychonSome fixes for the ziplinks modules.
2008-08-29 w00tRemove some old stuff
2008-08-29 w00tRemove two unused parameters
2008-08-28 w00tNewly revamped ziplinks module, work of psychon.. resol...
2008-08-28 w00tFix: 'Notice' vs 'NOTICE' as a command. I bet this...
2008-08-28 w00tFix aliases stuff.
2008-08-28 w00tPatch modifying these modules to work on older gcc...
2008-08-28 brainthis new stuff in m_ssl_gnutls is NOT in our spec!...
2008-08-28 w00tMake this comply with the spec; that is - CAP may be...
2008-08-28 w00tAdd CAP REQ tls support, thanks to psychon
2008-08-27 w00tDon't force-finish a burst on a timer, instead, set...
2008-08-27 w00tClean up opering a tiny bit.. pave the way for SVSOPER
2008-08-27 w00tFix ident using uninitialised memory, forward-port...
2008-08-27 w00tUSERHOST/USERIP fix, return '-' char, not '+' if the...
2008-08-27 w00tAdd <shun:notifyuser>, default on, which notifies the...
2008-08-27 w00tAdd and document <shun:enabledcommands>, allowing custo...
2008-08-27 w00tDelete R:Lines from memory on destroy
2008-08-25 w00tFix build.
2008-08-25 w00tFix a few malformed Id tags
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-25 w00tAdd and document <permchannels> block for m_permchannel...
2008-08-24 w00tForward port r10255: prevent redundant mode changes...
2008-08-24 w00tRemove m_proxyscan; not functional and not targetted...
2008-08-23 w00tMove unused code to the bottom of the file
2008-08-23 w00tFix bug that would cause tags to be ignored (etc),...
next