]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
The module hook is kinda required.
[user/henk/code/inspircd.git] / src / modules /
2008-10-02 brainThe module hook is kinda required.
2008-10-02 brainFix for bug #601
2008-09-30 brainSome suggestions from jilles about handling unknown...
2008-09-29 w00tMake topic optional for permanent channels tags.
2008-09-29 w00tFix inverted logic in restrictchans that caused it...
2008-09-29 specialReplace the IP (in addition to hostname) for CGIIRC...
2008-09-26 aquanightFix <options:noservices> causing +o (and +q!) not being...
2008-09-26 w00tInitialise SSL session pointer to NULL to prevent a...
2008-09-25 peaveyAlso fix here; glob patterns may not start with > or...
2008-09-24 brainFix for bug #610 reported by ankit, numeric changed...
2008-09-24 peaveyFix for listening sockets not clearing their timeout...
2008-09-22 brainSet Id property on a bunch of modules which lack it...
2008-09-22 brainwarning-free on windows
2008-09-22 brainWindows compile fixes for RLine
2008-09-22 brainFix for bug #605 reported by MacGuyver, if a line is...
2008-09-21 brainFix /STATS output to show the regex module in use
2008-09-21 brainFix leak, thanks aquanight
2008-09-21 brainNo longer needed
2008-09-21 brainFix re-creation of config filters
2008-09-21 brainBecause m_filter reads definitions from the conf, unlik...
2008-09-21 brainWell, that was moronic of me
2008-09-21 brainsomeone forget an instance
2008-09-21 brainThis compiles but is NOT tested yet. Do not use unless...
2008-09-21 w00tBe consistent. Use ServerInstance in all places instead...
2008-09-21 brainFixes. Dont try and catch exceptions within the RLine...
2008-09-21 brainFix various rline bugs, implement /stats R, and fix...
2008-09-21 brainFix bug discovered by Ankit, m_rline loaded without...
2008-09-21 brainFix the 'i/o error on connection (no error)' stuff...
2008-09-21 aquanightMake regex providers load correctly. Move m_rline to...
2008-09-20 aquanightMove m_regex.h and m_regex_glob.cpp to main modules...
2008-09-19 braininbound sockets need a timeout, too. 30 secs should...
2008-09-19 peaveyImplement timeout on outgoing server connections as...
2008-09-17 brainRoll back tweak to the starttls spec requested by kvirc...
2008-09-16 brainShrink users properly on quit, and make cloaks for...
2008-09-14 peaveydont try and cloak if no valid cloak was returned ...
2008-09-13 peaveymore namespace fix0rz
2008-09-13 brainOptimisation
2008-09-13 peaveynamespace fix0rz
2008-09-13 brainFix setting of +x before we've processed an OnUserConnect
2008-09-12 peaveyLast cleanup. All trunk extras now builds again.
2008-09-12 peaveyfix for listensocket, tested and also working like...
2008-09-12 peaveymore cleanup
2008-09-12 peaveycleanup
2008-09-12 peaveyfix for listenbase, tested and works like a charm.
2008-09-11 aquanightFix KILL server-notice duplication
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...
next