Commit graph

52 commits

Author SHA1 Message Date
Norbi Peti bab0fe2938
To answer my comment, yes, keep open
Still not sure it's gonna work, so I'm gonna leave those sysouts
Also I can't test locally easily because of HTTPS
2018-01-06 02:25:50 +01:00
Norbi Peti fee4292d3b
Let's try flushing
The bad packet error is gone now, but it times out
2018-01-06 01:17:06 +01:00
Norbi Peti c33aee426a
Sending headers to GET, HEAD handling fixed 2018-01-06 00:25:56 +01:00
Norbi Peti 0f7b7e7096 Added a message for creating a bridge 2018-01-03 20:51:09 +01:00
Norbi Peti 6f3b102a32 Added not exact page support (/bridge/id) 2018-01-02 14:05:15 +01:00
Norbi Peti ad6126f460 Whoops 2018-01-02 03:00:26 +01:00
Norbi Peti 3d6b4f6e2a Added BridgePage for a HTTP tunnel
@iiegit
2018-01-02 02:58:18 +01:00
Norbi Peti 72e35d25d5 Added HTTP HEAD handling & better error handling
sendResponseHeaders failed silently which broke even the error message
2017-12-08 23:52:05 +01:00
Norbi Peti 3377290dfa It's getting late here 2017-11-25 02:56:55 +01:00
Norbi Peti 4099a54ce8 Fix&Fix - Totally not testing in production 2017-11-25 01:59:35 +01:00
Norbi Peti bce6aaa428 Added HTTP server on port 80, fixes & impr.
Also ran out of time, so now it'll update on Saturdays
2017-11-25 01:37:00 +01:00
Norbi Peti f1d21df5d8 Merge branch 'master' of GitHub repo
Conflicts:
	src/buttondevteam/website/ButtonWebsiteModule.java
	src/buttondevteam/website/WebUser.java
2017-11-23 23:31:39 +01:00
Norbi Peti f67d886000 Fixes, changed to port 443, more fixes
Aaand I forgot to pull the master branch
2017-11-23 23:25:56 +01:00
Norbi Peti d780d3fe35 Merge pull request #7 from TBMCPlugins/dev
Removed autoupdate, addded deploy and build notifications
2017-07-04 18:41:28 +02:00
Norbi Peti 690a7be52e Merge branch 'master' into dev 2017-07-04 18:38:37 +02:00
Norbi Peti f0aba479e3 This should work - Fixed build notifications
Although I can't actually test it, just roughly
2017-06-30 23:58:36 +02:00
Norbi Peti 2aa02a34cb Applied changes 2017-06-30 18:21:03 +02:00
Norbi Peti 812f70f5e1 Added build notifications, fixes 2017-06-28 22:33:38 +02:00
Norbi Peti 91b64f9541 [Insert curse here]
I've done this with ChunkArchive...
2017-06-28 18:58:10 +02:00
Norbi Peti 5be1f9f73b Ofc forgot to remove this 2017-06-28 18:55:14 +02:00
Norbi Peti 609f309cd1 Removed autoupdate, addded deploy 2017-06-28 18:52:18 +02:00
Norbi Peti 897372f098 Probably should use TFTP actually 2017-06-27 23:06:51 +02:00
Norbi Peti 4c4301d2d9 Create .travis.yml 2017-06-18 21:35:42 +02:00
Norbi Peti 802e27f5f9 Create .travis.yml 2017-06-18 21:26:45 +02:00
Norbi Peti aaa1b8e3ba Small fixes 2017-06-16 23:46:10 +02:00
Norbi Peti 195a208f67 User mgmnt fixes, login preparation 2017-06-15 22:12:02 +02:00
Norbi Peti d32940383c Copypasted the multithreaded code
Probably works
@Alisolarflare
StackOverflow ftw
2017-06-13 22:45:07 +02:00
Norbi Peti fc39cf6d6a Fixed access rules, added WebUser, login 2017-06-13 22:18:08 +02:00
alisolarflare e19291139c Attempt at server multi-threading
Does this look good to you @NorbiPeti? I have no clue how to thread, but
I followed a tutorial. Does this seem like a safe thread?  Locks and all
that stuff.
2017-06-10 19:11:48 -07:00
alisolarflare 8525d1c99e Merge pull request #4 from TBMCPlugins/dev
*I have no clue what I'm doing*
2017-06-10 00:26:14 -07:00
alisolarflare ad2958b59c Merge pull request #3 from TBMCPlugins/master
So... seems like we both push to master.
2017-06-10 00:25:12 -07:00
alisolarflare 4707c4fe2f Proposed change to implement Feature requeeeessssst 2017-06-10 00:19:07 -07:00
Norbi Peti ee57821c87 Fixed keystore password
That's what you get for getting the code from at least 3 different stack overflow threads
2017-06-06 07:57:49 +02:00
Norbi Peti 33bf2286e9 Merge branch 'dev' 2017-06-05 22:39:28 +02:00
Norbi Peti 37ebe6d10c FULLY IMPLEMENTED HTTPS it looks like 2017-06-05 22:37:43 +02:00
Norbi Peti 861d1b6598 Applying SSL to the webserver (WIP) 2017-06-01 23:33:01 +02:00
Norbi Peti 2f4786dbdc Merge branch 'dev' 2017-06-01 21:27:57 +02:00
Norbi Peti 9ed0a5580b Probably done with ACME support
Let's Encrypt
2017-06-01 21:19:11 +02:00
Norbi Peti e05c7230a6 Started using ACME 2017-06-01 11:55:13 +02:00
Norbi Peti deb44806ce TESTING IN PROD. Allowing gh as origin 2017-06-01 11:08:44 +02:00
Norbi Peti e14d786417 Setting the server earlier than before
Also added cookies from ChatServer
2017-05-31 21:09:08 +02:00
Norbi Peti f1a20c1498 Fixes, added plugin.yml...
Now it works!
2017-05-31 17:15:20 +02:00
Norbi Peti e5c8c5a1e0 API for other plugins, improvements
Needs testing
2017-05-30 23:24:48 +02:00
Norbi Peti 6ac185134a Renamed package 2016-10-22 22:21:39 +02:00
Norbi Peti 996cdc1c34 Renamed package 2016-10-22 22:21:32 +02:00
Norbi Peti 73f0a96be8 Added base code
Copied code from NorbiPeti/ChatServer
2016-10-22 22:21:01 +02:00
Norbi Peti 9038ffdf91 Renamed package to avoid conflicts 2016-10-22 21:42:26 +02:00
alisolarflare dd4fc38a47 Copied Norbi's gitignore 2016-10-22 15:25:26 -04:00
alisolarflare 48e00f1561 Why is there a classpath... 2016-10-22 15:22:54 -04:00
alisolarflare 1b567538b7 I copied the pom.xml and gitignore Norbi 2016-10-22 15:22:02 -04:00