Age | Commit message (Expand) | Author |
2009-01-25 | This is more accurate | brain |
2009-01-25 | Properly check if the SSL handshake is completed in m_ssl_gnutls, fixes the r... | dz |
2009-01-25 | Try this as the ssl crash fix | brain |
2009-01-23 | Templateise this | brain |
2009-01-23 | Fix m_nationalchars using a copy and paste of my unsafe copy and paste algori... | brain |
2009-01-22 | Add $gecos, $ident, $server, $uuid vars for building possible auth queries. T... | brain |
2009-01-17 | Fix for bug #679 reported by Namegduf, based on suggestion for fix by dz, tha... | brain |
2009-01-07 | Readability: pointless construct of a std::string from another std::string fo... | brain |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-31 | Change numeric 671, starttls failure to 691. 671 conflicts with unreal's ssl ... | brain |
2008-12-28 | Modify STARTTLS error message to clarify that it may not be sent after regist... | w00t |
2008-12-18 | Properly disconnect clients that send STARTTLS after registering; noticed by ... | dz |
2008-12-15 | Handle file not found, and tidy up the perl. | peavey |
2008-12-15 | Fix naming convention to be consistant. (cmd_ -> Command) | w00t |
2008-12-15 | Add support for freetds 0.82 which is being shipped now with newer distros, a... | peavey |
2008-12-13 | m_ssl_gnutls: Log ssl errors | psychon |
2008-12-07 | Convert necessary match calls to use ASCII casemap. | w00t |
2008-11-01 | Second attempt at time() -> SI->Time(), now problems with the original were f... | w00t |
2008-11-01 | Fix opercert to behave correctly, patch from and tested by dz -- thanks! | w00t |
2008-10-30 | Better error message for erroring on loading server cert - give certfile/keyf... | w00t |
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 |