Age | Commit message (Expand) | Author |
2008-10-23 | Revert earlier time() -> SI->Time() diff for now, this causes problems with d... | w00t |
2008-10-23 | Patch from Namegduf converting all instances (where possible) of time() -> Se... | w00t |
2008-10-15 | m_ssl_openssl is sending log messages and calling itself m_ssl_gnutls.. | special |
2008-10-04 | Header tidyups. Apart from module to module API stuff and external deps, modu... | brain |
2008-10-04 | We are including tons more than we need to here, its a mess :p | brain |
2008-09-26 | Initialise SSL session pointer to NULL to prevent a potentially unsafe compar... | w00t |
2008-09-22 | Set Id property on a bunch of modules which lack it, etc. | brain |
2008-09-21 | someone forget an instance | brain |
2008-09-21 | This compiles but is NOT tested yet. Do not use unless you like pain. | brain |
2008-09-21 | Be consistent. Use ServerInstance in all places instead of 'Instance' in half... | w00t |
2008-09-21 | Make regex providers load correctly. Move m_rline to use the regex providers,... | aquanight |
2008-09-20 | Move m_regex.h and m_regex_glob.cpp to main modules directory, as these have ... | aquanight |
2008-09-17 | Roll back tweak to the starttls spec requested by kvirc devs, sorry we cant d... | brain |
2008-09-13 | more namespace fix0rz | peavey |
2008-09-13 | namespace fix0rz | peavey |
2008-09-12 | Last cleanup. All trunk extras now builds again. | peavey |
2008-09-12 | fix for listensocket, tested and also working like a charm. | peavey |
2008-09-12 | more cleanup | peavey |
2008-09-12 | cleanup | peavey |
2008-09-12 | fix for listenbase, tested and works like a charm. | peavey |
2008-09-09 | Remember to free some stuff when failing in the ctor | brain |
2008-09-09 | fix compile errors (whoops) | brain |
2008-09-09 | Whoops, schoolboy error | brain |
2008-09-09 | Add connmutex to mutex the connections vector, otherwise we can get access fr... | brain |
2008-09-09 | peavey, w00t, this works now. Methods werent copied right. Please feel free t... | brain |
2008-09-09 | fix various bodge-ups, we must have been tired when fixing this in the first ... | brain |
2008-09-09 | not test compiled yet: sql modules werent working because someone chopped out... | brain |
2008-09-08 | Check the wrong way around is just stupid. ;p | w00t |
2008-09-08 | Fix warning, thanks peavums | w00t |
2008-09-08 | More compile fixes. | w00t |
2008-09-08 | Fix compile problems hopefully.. | w00t |
2008-09-08 | (Attempt to) convert MySQL to using listener base. | w00t |
2008-09-07 | Fix missing semicolon in m_ssl_openssl [danieldg] | w00t |
2008-09-07 | Merge the second interface for socket hooking into one, so it's all done by A... | w00t |
2008-09-07 | Fix IO hooking modules to use the new (not old) hooking call | w00t |
2008-09-06 | Grr at windows exports | brain |
2008-09-06 | Use lock/unlock | brain |
2008-09-06 | use lock/unlock instead. | peavey |
2008-09-06 | RegexFactoryRequest sets result to null on construction, so if you direct thi... | brain |
2008-09-05 | Now with threaded queries. | peavey |
2008-09-05 | TRE regex provider (the same engine used by Unreal 3.2) | aquanight |
2008-09-05 | POSIX regular expression provider (basic/extended controlled by <posix extend... | aquanight |
2008-09-05 | Make it possible to retrieve the original string from a given regex object, s... | aquanight |
2008-09-05 | Adjustments to regex creation, and add PCRE provider | aquanight |
2008-09-05 | Framework for central regex module, and a bare-bone implementation based on I... | aquanight |
2008-09-05 | mysql's windows build is utter hell to get working the way we wanted. The pac... | brain |
2008-09-05 | sql api and m_mysql compile fixes for windows | brain |
2008-09-04 | Needs the .lib apparently | brain |
2008-09-04 | This would be useful, too | brain |
2008-09-04 | Of course, it DOES help to actually initialise the Mutex objects, and delete ... | brain |