syuilo 
							
						 
					 
					
						
						
							
						
						5c38084af5 
					 
					
						
						
							
							✌️  
						
						
						
						
					 
					
						2018-05-17 15:41:07 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						e08b2a9481 
					 
					
						
						
							
							oops  
						
						
						
						
					 
					
						2018-05-17 15:25:41 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						23d452b99e 
					 
					
						
						
							
							Merge pull request  #1587  from m4sk1n/typo  
						
						... 
						
						
						
						fix typo 
						
						
					 
					
						2018-05-17 12:45:33 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						14f7ff13ec 
					 
					
						
						
							
							#491  
						
						
						
						
					 
					
						2018-05-17 09:28:31 +09:00 
						 
				 
			
				
					
						
							
							
								rinsuki 
							
						 
					 
					
						
						
							
						
						859c0c3491 
					 
					
						
						
							
							fix   #1428  
						
						
						
						
					 
					
						2018-05-17 08:14:30 +09:00 
						 
				 
			
				
					
						
							
							
								Marcin Mikołajczak 
							
						 
					 
					
						
						
							
						
						f9cd25c424 
					 
					
						
						
							
							fix typo  
						
						... 
						
						
						
						Signed-off-by: Marcin Mikołajczak <me@m4sk.in > 
						
						
					 
					
						2018-05-16 16:35:07 +02:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						161bce1a42 
					 
					
						
						
							
							Update deliver.ts  
						
						
						
						
					 
					
						2018-05-16 17:30:00 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						66437f31c0 
					 
					
						
						
							
							Save remote user's endpoints  
						
						
						
						
					 
					
						2018-05-16 17:06:12 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						34186cf45f 
					 
					
						
						
							
							✌️  
						
						
						
						
					 
					
						2018-05-16 17:04:39 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						f59209aaa3 
					 
					
						
						
							
							Fix bug  
						
						
						
						
					 
					
						2018-05-16 16:50:36 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						e127341228 
					 
					
						
						
							
							i18n  
						
						
						
						
					 
					
						2018-05-16 08:22:07 +09:00 
						 
				 
			
				
					
						
							
							
								Marcin Cieślak 
							
						 
					 
					
						
						
							
						
						87ef08cf7a 
					 
					
						
						
							
							Stop webpack on URL error, otherwise gulp continues  
						
						... 
						
						
						
						$ webpack && gulp build
「dont.know.yet」は、正しいURLではありません。先頭に http:// または https:// をつけ忘れてないかなど確認してください。
[00:28:15] Requiring external module ts-node/register
/**
node-macaddress: Unkown os.platform(), defaulting to `unix'.
Error: Cannot find module './built/client/meta.json'
    at Function.Module._resolveFilename (module.js:543:15)
    at Function.Module._load (module.js:470:25)
    at Module.require (module.js:593:17)
    at require (internal/module.js:11:18)
/**
 * Config loader
    at Object.<anonymous> (/usr/home/saper/sw/misskey/gulpfile.ts:24:16)
    at Module._compile (module.js:649:30)
    at Module.m._compile (/usr/home/saper/sw/misskey/node_modules/ts-node/src/index.ts:402:23)
    at Module._extensions..js (module.js:660:10)
    at Object.require.extensions.(anonymous function) [as .ts] (/usr/home/saper/sw/misskey/node_modules/ts-node/src/index.ts:405:12)
    at Module.load (module.js:561:32)
error Command failed with exit code 1. 
						
						
					 
					
						2018-05-16 00:34:39 +02:00 
						 
				 
			
				
					
						
							
							
								Marcin Cieślak 
							
						 
					 
					
						
						
							
						
						7d881427d4 
					 
					
						
						
							
							Use delete[] after new[]  
						
						... 
						
						
						
						gmake: Wejście do katalogu '/usr/home/saper/sw/misskey/build'
  CXX(target) Release/obj.target/crypto_key/src/crypto_key.o
../src/crypto_key.cc:25:3: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?
      [-Wmismatched-new-delete]
                delete sourceBuf;
                ^
                      []
../src/crypto_key.cc:18:25: note: allocated with 'new[]' here
        const auto sourceBuf = new char[sourceLength];
                               ^
../src/crypto_key.cc:32:2: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?
      [-Wmismatched-new-delete]
        delete sourceBuf;
        ^
              []
../src/crypto_key.cc:18:25: note: allocated with 'new[]' here
        const auto sourceBuf = new char[sourceLength];
                               ^
2 warnings generated. 
						
						
					 
					
						2018-05-16 00:21:54 +02:00 
						 
				 
			
				
					
						
							
							
								Marihachi 
							
						 
					 
					
						
						
							
						
						3853255638 
					 
					
						
						
							
							update license tip  
						
						
						
						
					 
					
						2018-05-14 18:58:47 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						97c4758de2 
					 
					
						
						
							
							Use _id instead of createdAt to improve performance  
						
						
						
						
					 
					
						2018-05-14 13:58:44 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						f20c08f0f7 
					 
					
						
						
							
							Fix bug  
						
						
						
						
					 
					
						2018-05-14 13:54:18 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						1641d6bce2 
					 
					
						
						
							
							Update add-file.ts  
						
						
						
						
					 
					
						2018-05-14 12:47:33 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						f5d2cb5c61 
					 
					
						
						
							
							Improve performance  
						
						
						
						
					 
					
						2018-05-14 09:24:49 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						06461bb9ee 
					 
					
						
						
							
							NoteのuserIdに対してインデックスを張るように  
						
						
						
						
					 
					
						2018-05-14 09:15:43 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						9f4624283d 
					 
					
						
						
							
							Disable prev/next  
						
						
						
						
					 
					
						2018-05-14 09:01:37 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						d4b696d03a 
					 
					
						
						
							
							Fix bug  
						
						
						
						
					 
					
						2018-05-13 17:00:34 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						219fdecc50 
					 
					
						
						
							
							Fix bug  
						
						
						
						
					 
					
						2018-05-13 16:52:47 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						7af9ad9869 
					 
					
						
						
							
							Better error handling  
						
						
						
						
					 
					
						2018-05-13 16:26:11 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						f47377d181 
					 
					
						
						
							
							✌️  
						
						
						
						
					 
					
						2018-05-13 03:16:31 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						bc197bc958 
					 
					
						
						
							
							Add index  
						
						
						
						
					 
					
						2018-05-13 03:13:55 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						1836dd7312 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/syuilo/misskey  
						
						
						
						
					 
					
						2018-05-13 03:08:33 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						b844a8e9d5 
					 
					
						
						
							
							Add note  
						
						
						
						
					 
					
						2018-05-13 03:08:00 +09:00 
						 
				 
			
				
					
						
							
							
								mei23 
							
						 
					 
					
						
						
							
						
						f40e1ff0cc 
					 
					
						
						
							
							Fix cause error in case preview has data URI  
						
						
						
						
					 
					
						2018-05-10 01:08:33 +09:00 
						 
				 
			
				
					
						
							
							
								mei23 
							
						 
					 
					
						
						
							
						
						d261fdbbc0 
					 
					
						
						
							
							Fix can't preview some url  
						
						
						
						
					 
					
						2018-05-09 20:14:34 +09:00 
						 
				 
			
				
					
						
							
							
								mei23 
							
						 
					 
					
						
						
							
						
						107d9fd2c8 
					 
					
						
						
							
							Fix list load-more is not working  
						
						
						
						
					 
					
						2018-05-09 04:56:07 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						4116b9eaf2 
					 
					
						
						
							
							Provide originalNotesCount and originalUsersCount  
						
						
						
						
					 
					
						2018-05-08 07:19:23 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						ecd71ef5ff 
					 
					
						
						
							
							Fix bug  
						
						
						
						
					 
					
						2018-05-08 07:08:02 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						058602352c 
					 
					
						
						
							
							Fix   #1574  
						
						
						
						
					 
					
						2018-05-08 07:03:06 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						79640d6861 
					 
					
						
						
							
							Fix bug  
						
						
						
						
					 
					
						2018-05-07 18:20:15 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						d305c7e401 
					 
					
						
						
							
							Fix  
						
						
						
						
					 
					
						2018-05-07 17:45:21 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						8afaca36d9 
					 
					
						
						
							
							Better text parsing  
						
						
						
						
					 
					
						2018-05-07 17:19:00 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						9950fafff7 
					 
					
						
						
							
							oops  
						
						
						
						
					 
					
						2018-05-07 17:15:20 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						10c932876d 
					 
					
						
						
							
							Better banner redering  
						
						
						
						
					 
					
						2018-05-07 17:05:05 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						d5d7a527a0 
					 
					
						
						
							
							Fix   #1569  
						
						
						
						
					 
					
						2018-05-07 16:53:56 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						9eb8595130 
					 
					
						
						
							
							Fix ui  
						
						
						
						
					 
					
						2018-05-07 16:39:00 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						8c46e5b3d9 
					 
					
						
						
							
							投稿のレンダリングを改善  
						
						
						
						
					 
					
						2018-05-07 16:31:33 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						73bd877993 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/syuilo/misskey  
						
						
						
						
					 
					
						2018-05-07 16:25:21 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						de6cbf8a22 
					 
					
						
						
							
							リモートアカウントの投稿に対しての返信にはメンションを付けるように  
						
						
						
						
					 
					
						2018-05-07 16:25:06 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						89f618d732 
					 
					
						
						
							
							Update i18n.ts  
						
						
						
						
					 
					
						2018-05-07 05:22:06 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						4955df3911 
					 
					
						
						
							
							oops  
						
						
						
						
					 
					
						2018-05-07 04:26:45 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						6785f50a1f 
					 
					
						
						
							
							良い感じに  
						
						
						
						
					 
					
						2018-05-07 04:08:39 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						a549327170 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/syuilo/misskey  
						
						
						
						
					 
					
						2018-05-07 03:19:27 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						1f018d87f2 
					 
					
						
						
							
							メンションを処理  
						
						
						
						
					 
					
						2018-05-07 03:19:24 +09:00 
						 
				 
			
				
					
						
							
							
								syuilo 
							
						 
					 
					
						
						
							
						
						769ee734fa 
					 
					
						
						
							
							Merge pull request  #1572  from ha-dai/patch1  
						
						... 
						
						
						
						Fix typo. 
						
						
					 
					
						2018-05-07 03:09:45 +09:00 
						 
				 
			
				
					
						
							
							
								ha-dai 
							
						 
					 
					
						
						
							
						
						6419185228 
					 
					
						
						
							
							fix typo  
						
						
						
						
					 
					
						2018-05-07 03:05:00 +09:00