summaryrefslogtreecommitdiff
path: root/src/modules/extra
Commit message (Expand)AuthorAgeFilesLines
* Set Id property on a bunch of modules which lack it, etc.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10593 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-09-223-3/+3
* someone forget an instance•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10581 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-09-211-1/+1
* This compiles but is NOT tested yet. Do not use unless you like pain.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10580 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-09-211-188/+0
* Be consistent. Use ServerInstance in all places instead of 'Instance' in half...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10579 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-09-213-31/+31
* Make regex providers load correctly. Move m_rline to use the regex providers,...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10573 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar aquanight2008-09-214-268/+21
* Move m_regex.h and m_regex_glob.cpp to main modules directory, as these have ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10571 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar aquanight2008-09-202-143/+0
* Roll back tweak to the starttls spec requested by kvirc devs, sorry we cant d...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10549 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-09-171-14/+0
* more namespace fix0rz•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10539 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-09-132-10/+10
* namespace fix0rz•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10537 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-09-131-5/+5
* Last cleanup. All trunk extras now builds again.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10532 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-09-122-4/+2
* fix for listensocket, tested and also working like a charm.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10531 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-09-121-45/+62
* more cleanup•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10530 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-09-121-2/+2
* cleanup•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10529 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-09-121-43/+41
* fix for listenbase, tested and works like a charm.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10528 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-09-121-49/+70
* Remember to free some stuff when failing in the ctor•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10489 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-09-091-0/+6
* fix compile errors (whoops)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10488 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-09-091-2/+2
* Whoops, schoolboy error•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10487 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-09-091-2/+2
* Add connmutex to mutex the connections vector, otherwise we can get access fr...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10486 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-09-091-2/+23
* peavey, w00t, this works now. Methods werent copied right. Please feel free t...•••ALSO now works on win32, tested! git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10485 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-09-091-1/+0
* fix various bodge-ups, we must have been tired when fixing this in the first ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10483 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-09-091-5/+6
* not test compiled yet: sql modules werent working because someone chopped out...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10482 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-09-091-13/+22
* Check the wrong way around is just stupid. ;p•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10480 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-09-081-1/+1
* Fix warning, thanks peavums•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10479 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-09-081-1/+1
* More compile fixes.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10475 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-09-081-4/+2
* Fix compile problems hopefully..•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10474 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-09-081-19/+15
* (Attempt to) convert MySQL to using listener base.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10473 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-09-081-26/+30
* Fix missing semicolon in m_ssl_openssl [danieldg]•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10464 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-09-071-1/+1
* Merge the second interface for socket hooking into one, so it's all done by A...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10457 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-09-072-13/+13
* Fix IO hooking modules to use the new (not old) hooking call•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10451 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-09-073-6/+6
* Grr at windows exports•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10424 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-09-061-0/+15
* Use lock/unlock•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10405 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-09-061-18/+18
* use lock/unlock instead.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10404 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-09-061-26/+26
* RegexFactoryRequest sets result to null on construction, so if you direct thi...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10402 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-09-061-1/+1
* Now with threaded queries.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10401 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-09-051-6/+100
* TRE regex provider (the same engine used by Unreal 3.2)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10399 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar aquanight2008-09-052-1/+107
* POSIX regular expression provider (basic/extended controlled by <posix extend...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10398 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar aquanight2008-09-052-2/+115
* Make it possible to retrieve the original string from a given regex object, s...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10397 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar aquanight2008-09-051-0/+5
* Adjustments to regex creation, and add PCRE provider•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10396 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar aquanight2008-09-053-3/+112
* Framework for central regex module, and a bare-bone implementation based on I...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10395 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar aquanight2008-09-052-0/+129
* mysql's windows build is utter hell to get working the way we wanted. The pac...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10394 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-09-0511-11/+11
* sql api and m_mysql compile fixes for windows•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10393 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-09-058-25/+25
* Needs the .lib apparently•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10392 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-09-041-1/+1
* This would be useful, too•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10391 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-09-041-0/+4
* Of course, it DOES help to actually initialise the Mutex objects, and delete ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10390 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-09-041-2/+7
* Update comment•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10389 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-09-041-1/+1
* Now uses Mutex class. No need for pthreads use directly in this lib. Needs te...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10388 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-09-041-121/+121
* Thread is now a Thread derived class, now need to convert the mutexes. With t...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10387 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-09-041-38/+29
* Make these more descriptive/easy to grok•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10353 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-291-3/+3
* Some fixes for the ziplinks modules.•••It now uses the netbuffer size from config for its network buffers instead of always 128k. To avoid the inbuf filling up, it doesn't read anything from the net anymore until that buffer is empty again. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10349 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar psychon2008-08-291-29/+36
* Remove two unused parameters•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10346 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-291-2/+2