diff --git a/blog/plt-1-the-beginning-2015-02-14.markdown b/blog/plt-1-the-beginning-2015-02-14.markdown index ae51117..560c008 100644 --- a/blog/plt-1-the-beginning-2015-02-14.markdown +++ b/blog/plt-1-the-beginning-2015-02-14.markdown @@ -11,8 +11,7 @@ The Beginning of The Interesting Pain It all started when I got this seemingly innocuous PM on Freenode: ``` -2015-01-23 [18:32:48] Hello. I am writting a new ircd and can I have the -channel ##ircd please? +2015-01-23 [18:32:48] Hello. I am writting a new ircd and can I have the channel ##ircd please? ``` This is a fairly common event on larger IRC networks, especially given the @@ -40,13 +39,11 @@ on at the point, I decided to reply. ``` [20:30:49] plt: I've decided against giving you my channel [20:31:03] you have no code in your repo. -[20:31:31] I am currently working on the project. Can I help you in the -channel? +[20:31:31] I am currently working on the project. Can I help you in the channel? [20:32:04] if you are working on it [20:32:11] I'd expect to see at least something [20:32:25] for example: https://github.com/Xe/scylla -[20:32:35] that's mostly autogenerated code and makefiles, but it's -something +[20:32:35] that's mostly autogenerated code and makefiles, but it's something [20:33:31] Take a look at this http://pastebin.com/F8MH3fSs [20:34:04] You know it takes a while to write ircd code. [20:34:16] I don't see any commits @@ -55,8 +52,7 @@ something [20:34:26] or an outline [20:34:30] all I see is that pastebin [20:34:39] which is in no way connected to that git repo -[20:35:07] I am still adding more features so its not going to be posted -on the main web site yet. +[20:35:07] I am still adding more features so its not going to be posted on the main web site yet. ``` The contents of the pastebin looked like a changelog, but that pastebin has @@ -68,11 +64,9 @@ at this point I was pretty tired and frustrated, so I told him off: [20:35:52] I was going to wait until the code was completed. [20:36:43] yeah good lick then [20:36:45] luck* -[20:37:14] Itgoing to get done and I am the only one working on the -project so what do you expect? +[20:37:14] Itgoing to get done and I am the only one working on the project so what do you expect? [20:37:29] to be able to look at the in-progress code? -[20:39:24] The code will do you no good because you will not be able to -compile it. +[20:39:24] The code will do you no good because you will not be able to compile it. [20:39:51] then you have nothing [20:40:06] I am not required to approve it. [20:41:08] I can post the run program on the web site. @@ -90,11 +84,9 @@ know how to better do RE on arbitrary binaries please let me know. [20:44:15] not source code [20:44:25] this is what you use git for [20:44:35] The source code will do you no good since you can not compile it. -[20:52:02] In order for you to compile it you need the encryption program -and I am not going to release the source code. +[20:52:02] In order for you to compile it you need the encryption program and I am not going to release the source code. [20:54:43] lol -[20:55:34] The program is freeware and I have no obligation to release -the code under the License agreement. +[20:55:34] The program is freeware and I have no obligation to release the code under the License agreement. [21:00:56] you also will get no users [21:03:13] The company that wrote Conferenceroom has a lot of customers. ``` @@ -136,14 +128,11 @@ another set of what appeared to be patch notes. ``` [23:22:37] Do you like what I have in the notes? -[23:23:49] I still think it's ridiculous that you don't have the balls to -release your code +[23:23:49] I still think it's ridiculous that you don't have the balls to release your code [23:24:36] I understand what you telling me. -[23:25:48] There is no way to working around protecting the encrypted -information. +[23:25:48] There is no way to working around protecting the encrypted information. [23:34:19] Why are you do want to see the code? -[23:43:36] Xe The encryption is used to encrypt the Operators, Link and -the other passwords. +[23:43:36] Xe The encryption is used to encrypt the Operators, Link and the other passwords. ``` This sounds suspect. Any sane system of encrypting passwords like this would be @@ -152,6 +141,5 @@ a two-way function? ``` 2015-01-25 -[00:05:55] Xe Question if the authors that wrote free pgp do not release -their source code then why should I have do +[00:05:55] Xe Question if the authors that wrote free pgp do not release their source code then why should I have do ```