summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *DUMMY COMMIT* r3000 = VERSION 1!!!!!! v1.0.0Gravatar brain2006-01-311-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3000 e03df62e-2008-0410-955e-edbf42e46eb7
* 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-315-6/+8
| | | | 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
* Removed Dynamic Module support under Cygwin *cries*Gravatar frostycoolslug2006-01-301-10/+24
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2995 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
* Added check that forbids configuration as root >:-)Gravatar brain2006-01-301-0/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2988 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
* Conceal failure of inspircd.dll on non-win32 platforms (easier than putting ↵Gravatar brain2006-01-301-2/+2
| | | | | | a check in ./configure, when make continues anyway...) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2985 e03df62e-2008-0410-955e-edbf42e46eb7
* Small minor insignificant ite.. ZOMG CYGWIN DYNAMIC MODULES!Gravatar frostycoolslug2006-01-303-18/+54
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2984 e03df62e-2008-0410-955e-edbf42e46eb7
* Remainder of TYPE_OTHER metadataGravatar brain2006-01-303-2/+14
| | | | 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
* Added support for TYPE_OTHER metadata, where void* target will be NULL, e.g. ↵Gravatar brain2006-01-301-1/+2
| | | | | | | | | its not bound to a user or a nick -NOT TEST COMPILED YET- git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2981 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
* Extra tabGravatar brain2006-01-291-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2977 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-296-5/+29
| | | | | | 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
* Removed example commands that never actually existedGravatar brain2006-01-291-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2970 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
* OpenSSL detection and cert generation in ./configureGravatar brain2006-01-291-2/+62
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2966 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-282-2/+2
| | | | | | of 63 plus null terminator git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2960 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed uninitialized ExtMode::listGravatar brain2006-01-281-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2959 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