summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Advance move to 1.0.0 (non-svn)Gravatar brain2006-01-311-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2999 e03df62e-2008-0410-955e-edbf42e46eb7
* Key hiding when youre not on the channelGravatar brain2006-01-314-5/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2998 e03df62e-2008-0410-955e-edbf42e46eb7
* Optimized WriteServ - why use %s!%s@%s when we have the more optimal ↵Gravatar brain2006-01-311-4/+4
| | | | | | userrec::GetFullHost() ? git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2997 e03df62e-2008-0410-955e-edbf42e46eb7
* Some changes to some stuff..Gravatar om2006-01-312-9/+32
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2996 e03df62e-2008-0410-955e-edbf42e46eb7
* Test for CraigGravatar brain2006-01-301-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2994 e03df62e-2008-0410-955e-edbf42e46eb7
* Wrong userrec var usedGravatar brain2006-01-301-4/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2993 e03df62e-2008-0410-955e-edbf42e46eb7
* Unneccesary spaceGravatar brain2006-01-301-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2992 e03df62e-2008-0410-955e-edbf42e46eb7
* Moved metadata code into into OnGlobalConnectGravatar brain2006-01-301-9/+17
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2991 e03df62e-2008-0410-955e-edbf42e46eb7
* Added new event into m_spanningtree, event id send_metadata, which allows ↵Gravatar brain2006-01-302-2/+27
| | | | | | | | | arbitary posting of metadata outside of the netburst see line 529 of m_ssl_gnutls for an example of how to use it. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2990 e03df62e-2008-0410-955e-edbf42e46eb7
* Change irritatingly Unreal-ish capitalisationGravatar om2006-01-302-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2989 e03df62e-2008-0410-955e-edbf42e46eb7
* Major updates to CBANs...like they're reasonably functionalGravatar om2006-01-301-55/+143
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2987 e03df62e-2008-0410-955e-edbf42e46eb7
* Dont check paths on cygwinGravatar brain2006-01-301-0/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2986 e03df62e-2008-0410-955e-edbf42e46eb7
* Small minor insignificant ite.. ZOMG CYGWIN DYNAMIC MODULES!Gravatar frostycoolslug2006-01-301-0/+12
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2984 e03df62e-2008-0410-955e-edbf42e46eb7
* Remainder of TYPE_OTHER metadataGravatar brain2006-01-302-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2983 e03df62e-2008-0410-955e-edbf42e46eb7
* See last commitGravatar brain2006-01-301-3/+12
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2982 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix to send 403 on invalid channel nameGravatar brain2006-01-291-0/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2980 e03df62e-2008-0410-955e-edbf42e46eb7
* eggy: be happyGravatar om2006-01-292-7/+9
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2979 e03df62e-2008-0410-955e-edbf42e46eb7
* Moved Write() call so that it can send the NICK message properly and force ↵Gravatar brain2006-01-291-3/+6
| | | | | | the client to change git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2978 e03df62e-2008-0410-955e-edbf42e46eb7
* ...Gravatar brain2006-01-291-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2976 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed typoGravatar brain2006-01-291-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2975 e03df62e-2008-0410-955e-edbf42e46eb7
* Allow ulines to still notice the channel regardless of +TGravatar brain2006-01-291-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2974 e03df62e-2008-0410-955e-edbf42e46eb7
* Created OnPostOper that can be gauranteed to be called *after* opering (by ↵Gravatar brain2006-01-295-4/+19
| | | | | | ALL modules) is done git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2973 e03df62e-2008-0410-955e-edbf42e46eb7
* "Oper of unknown type" -> "313 %s %s :is an IRC operator"Gravatar brain2006-01-291-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2972 e03df62e-2008-0410-955e-edbf42e46eb7
* Auto-assume "+" on the start of opermode block if not includedGravatar brain2006-01-291-0/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2971 e03df62e-2008-0410-955e-edbf42e46eb7
* VF_VENDORGravatar om2006-01-292-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2969 e03df62e-2008-0410-955e-edbf42e46eb7
* Apparently people ask for these... *coughpointlesscough*Gravatar om2006-01-292-0/+175
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2968 e03df62e-2008-0410-955e-edbf42e46eb7
* Tidied up intending, oh no, really serious fatal bug right there :pGravatar brain2006-01-291-3/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2967 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove -lcryptoGravatar om2006-01-291-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2965 e03df62e-2008-0410-955e-edbf42e46eb7
* Missing delete for config readerGravatar om2006-01-291-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2964 e03df62e-2008-0410-955e-edbf42e46eb7
* Add checks for AddIOHook failingGravatar om2006-01-292-12/+20
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2963 e03df62e-2008-0410-955e-edbf42e46eb7
* Change isin() x2 to pass a const reference insteadGravatar om2006-01-292-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2962 e03df62e-2008-0410-955e-edbf42e46eb7
* Wheee, two SSL modules :D And they work together ^^Gravatar om2006-01-291-0/+653
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2961 e03df62e-2008-0410-955e-edbf42e46eb7
* Changed length of password field to 64, giving us a maximum password length ↵Gravatar brain2006-01-281-1/+1
| | | | | | of 63 plus null terminator git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2960 e03df62e-2008-0410-955e-edbf42e46eb7
* Added some extra debugGravatar brain2006-01-281-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2958 e03df62e-2008-0410-955e-edbf42e46eb7
* Make m_services use InserMode (are we done yet?)Gravatar om2006-01-281-18/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2957 e03df62e-2008-0410-955e-edbf42e46eb7
* Changed On005Numeric to use InsertMode (we left one out?)Gravatar brain2006-01-281-15/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2956 e03df62e-2008-0410-955e-edbf42e46eb7
* Deleted the semicolon that had half the dev team wondering...Gravatar om2006-01-281-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2955 e03df62e-2008-0410-955e-edbf42e46eb7
* A few tweaks here and thereGravatar brain2006-01-281-1/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2954 e03df62e-2008-0410-955e-edbf42e46eb7
* 1.0.0+SVN (From 1.0(RC3)+SVN)Gravatar brain2006-01-281-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2953 e03df62e-2008-0410-955e-edbf42e46eb7
* MODEOP and MODEDEOP were transposedGravatar brain2006-01-281-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2952 e03df62e-2008-0410-955e-edbf42e46eb7
* convert std::string* to char*, should be a little faster and hopefully won't ↵Gravatar om2006-01-281-16/+14
| | | | | | crash for eggy :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2951 e03df62e-2008-0410-955e-edbf42e46eb7
* Missing externGravatar brain2006-01-281-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2950 e03df62e-2008-0410-955e-edbf42e46eb7
* TESTME: Fix to this to make it work with newer OnPreCommand event (a ↵Gravatar brain2006-01-281-5/+8
| | | | | | parameter was added since this was written and it no longer fitted the virtual method of the base class) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2949 e03df62e-2008-0410-955e-edbf42e46eb7
* Incorporated Craig's friendlier SQL class (documentation to come later)Gravatar brain2006-01-281-0/+135
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2948 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix small memory leaks in some cases (bad password, bad query, lost mysql ↵Gravatar om2006-01-281-5/+19
| | | | | | server connection etc..) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2947 e03df62e-2008-0410-955e-edbf42e46eb7
* Correctly initialize userrec::password (should fix a few m_sql issues)Gravatar brain2006-01-281-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2946 e03df62e-2008-0410-955e-edbf42e46eb7
* Yet more tasty OnCleanup :)~~~Gravatar om2006-01-271-5/+13
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2945 e03df62e-2008-0410-955e-edbf42e46eb7
* More OnCleanup goodnessGravatar om2006-01-271-1/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2944 e03df62e-2008-0410-955e-edbf42e46eb7
* Removed unused variable char* targetGravatar brain2006-01-271-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2943 e03df62e-2008-0410-955e-edbf42e46eb7
* Added OnCleanupGravatar brain2006-01-271-1/+14
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2942 e03df62e-2008-0410-955e-edbf42e46eb7