summaryrefslogtreecommitdiff
path: root/src/modules/extra
AgeCommit message (Expand)Author
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-13Fix bug #779, SSL metadata sent using the wrong case. Thanks HiroPdanieldg
2009-02-23m_uninvite and m_ssl_oper_cert should be marked as VF_COMMON and returning CM...special
2009-02-23Forward port r11142: Commands that only give a response locally should not be...special
2009-02-22Forward port r11137 from stable:peavey
2009-02-19Remove unneeded "fd" member of issl_sessiondanieldg
2009-02-19Remove unneeded comment about warnings on 64-bitdanieldg
2009-02-19GnuTLS does not need a double-copy input bufferdanieldg
2009-02-16Remove redundant PriorityState, enum Priority does the exact same thing.w00t
2009-02-14Nuke trailing spacespeavey
2009-02-12and here, and herepeavey
2009-02-12Ah pasting, also remove this var from herepeavey
2009-02-12Nuke an unused varpeavey
2009-02-12Several fixes to mysql module:peavey
2009-02-11I really dont get the oddball count()? rewrite itbrain
2009-02-11Merge in initial numbered parameters patch from Phoenix, thanks :)brain
2009-01-28Remove an incorrect commentw00t
2009-01-25This is more accuratebrain
2009-01-25Properly check if the SSL handshake is completed in m_ssl_gnutls, fixes the r...dz
2009-01-25Try this as the ssl crash fixbrain
2009-01-23Templateise thisbrain
2009-01-23Fix m_nationalchars using a copy and paste of my unsafe copy and paste algori...brain
2009-01-22Add $gecos, $ident, $server, $uuid vars for building possible auth queries. T...brain
2009-01-17Fix for bug #679 reported by Namegduf, based on suggestion for fix by dz, tha...brain
2009-01-07Readability: pointless construct of a std::string from another std::string fo...brain
2009-01-02Update copyrights for 2009.w00t
2008-12-31Change numeric 671, starttls failure to 691. 671 conflicts with unreal's ssl ...brain
2008-12-28Modify STARTTLS error message to clarify that it may not be sent after regist...w00t
2008-12-18Properly disconnect clients that send STARTTLS after registering; noticed by ...dz
2008-12-15Handle file not found, and tidy up the perl.peavey
2008-12-15Fix naming convention to be consistant. (cmd_ -> Command)w00t
2008-12-15Add support for freetds 0.82 which is being shipped now with newer distros, a...peavey
2008-12-13m_ssl_gnutls: Log ssl errorspsychon
2008-12-07Convert necessary match calls to use ASCII casemap.w00t
2008-11-01Second attempt at time() -> SI->Time(), now problems with the original were f...w00t
2008-11-01Fix opercert to behave correctly, patch from and tested by dz -- thanks!w00t
2008-10-30Better error message for erroring on loading server cert - give certfile/keyf...w00t
2008-10-23Revert earlier time() -> SI->Time() diff for now, this causes problems with d...w00t
2008-10-23Patch from Namegduf converting all instances (where possible) of time() -> Se...w00t
2008-10-15m_ssl_openssl is sending log messages and calling itself m_ssl_gnutls..special
2008-10-04Header tidyups. Apart from module to module API stuff and external deps, modu...brain
2008-10-04We are including tons more than we need to here, its a mess :pbrain
2008-09-26Initialise SSL session pointer to NULL to prevent a potentially unsafe compar...w00t
2008-09-22Set Id property on a bunch of modules which lack it, etc.brain
2008-09-21someone forget an instancebrain
2008-09-21This compiles but is NOT tested yet. Do not use unless you like pain.brain
2008-09-21Be consistent. Use ServerInstance in all places instead of 'Instance' in half...w00t
2008-09-21Make regex providers load correctly. Move m_rline to use the regex providers,...aquanight
2008-09-20Move m_regex.h and m_regex_glob.cpp to main modules directory, as these have ...aquanight
2008-09-17Roll back tweak to the starttls spec requested by kvirc devs, sorry we cant d...brain