Commit Graph

  • 2a5ac4b592
    Use &aux for (conf) ご主人様 not manx 2020-06-25 10:01:30 +0000
  • 7129d0375c
    Archive branch dotnetflags not manx 2020-06-24 12:22:27 +0000
  • c4e13c4646
    Fix CSS thing not manx 2020-06-24 12:16:43 +0000
  • 878250343e
    Improve update thread functions not manx 2020-06-19 10:44:34 +0000
  • 50718e4ac5
    Export *serb* not manx 2020-06-14 23:42:34 +0000
  • 0adbfeed83
    Uhh not manx 2020-06-14 23:09:21 +0000
  • a479b49b3f
    Lots of shit - Delete docs because they're outdated - Move Environment to env - Update server so it can be ran independently of the (main) function not manx 2020-06-14 23:08:06 +0000
  • 65d43fd73d
    regions was undefined if you had no flags set not manx 2020-06-02 00:07:52 +0000
  • 497b87c9c3
    Not setting post_nrs correctly not manx 2020-05-30 15:13:23 +0000
  • 08254eda06
    Make the connection pool work maybe? not manx 2020-05-30 14:41:10 +0000
  • a31d24c28d
    Moved hunchentoot utils to seperate package. Update readme not manx 2020-05-25 19:48:35 +0000
  • 4214c213e3
    Add license to top of each file, bump userscript version not manx 2020-05-25 02:50:16 +0000
  • 220e660c84
    Stop generating access logs not manx 2020-05-23 16:53:51 +0000
  • e8198bd1e4
    Move back to clsql not manx 2020-05-23 16:36:29 +0000
  • a9e861eefd
    Remove Ballmer not manx 2020-05-23 02:51:46 +0000
  • 5c2c2a627d
    Accidentally hard-coded test values not manx 2020-05-23 02:33:02 +0000
  • 4449477268
    routes not manx 2020-05-23 01:50:52 +0000
  • 0ccfc27ff3
    Computers fucking suck man not manx 2020-05-23 01:45:47 +0000
  • 2310912b24
    "clsql -> cl-dbi. Added doc comments." not manx 2020-05-23 01:17:56 +0000
  • eaeff37566
    Changes for testing not manx 2020-05-22 18:14:26 +0000
  • 3da4620a08
    The Ballmer fears the Wumpus not manx 2020-05-22 16:36:16 +0000
  • c33c609057
    version bump not manx 2020-05-18 15:07:45 +0000
  • 4b7cf9eead
    whitespace not manx 2020-05-18 15:06:03 +0000
  • a38bab1f99
    update environment files not manx 2020-05-03 19:03:02 +0000
  • dda1e2f26e
    bump version C-xC-c 2020-04-29 14:27:55 +0000
  • baa1154898
    bump version C-xC-c 2020-04-29 14:27:30 +0000
  • 5e14110b6c
    no longer set all 4chan boards to /bant/ C-xC-c 2020-04-29 14:26:43 +0000
  • af65b7fd1d Replace ResultT with a tuple. Result<T> is a fundamentally good idea, but just doesn't fit into bantflags properly. We don't implement the other functional extensions that would make it useful, and our use case is so small that the extra safety we get isn't worth the code complexity. It was just used as a wrapper around a tuple like (T thingWeVerifyAgainstBusinessLogic, bool failed, string errorMessage), and we can ignore the bool by using default and checking for null. Less code, easier to read. C-xC-c 2020-02-08 22:14:23 +0000
  • 0d2551bc92 Delete the GreaseMonkey 4 version of the script since we don't need it anymore. Since we only rely on awaiting a promise once, and all other differences between the scripts are just function identifiers, we can check for the version of GreaseMonkey at runtime, choose the correct functions and wrap the one async call in an if statement. These 15 or lines of code mean I don't have to maintain two scripts anymore. C-xC-c 2020-02-07 22:35:44 +0000
  • 2fb5794020 Fix Romania not shaking on Firefox. C-xC-c 2020-02-07 21:42:12 +0000
  • 5ec1629637 Minor code cleanup. C-xC-c 2020-01-26 13:06:06 +0000
  • 184293b5e8
    Update README.org C-xC-c 2020-01-12 13:11:14 +0000
  • 107214eea9
    Create upload.org C-xC-c 2020-01-12 13:09:45 +0000
  • 65c5ca0b7c
    Create flags.org C-xC-c 2020-01-12 13:09:22 +0000
  • 50c5a618c8
    Create post.org C-xC-c 2020-01-12 13:09:01 +0000
  • 01a29de0c5
    Update get.org C-xC-c 2020-01-12 13:08:16 +0000
  • 63464bb7c7 New flag select with flag previews. Basically makes the select consistant across all browsers, since I've just coppied what old FireFox does. C-xC-c 2020-01-03 15:36:39 +0000
  • 421fcdca5c Create GreaseMonkey4 compatible script. Add JSDoc strings to most functions. The script also checks to see if you have the wrong version of bantflags for your userscript manager. Some general improvements to posting flags on 4chan. C-xC-c 2019-12-26 18:13:39 +0000
  • d6b0a2af84 Fix an issue with nsetup.init() being called multiple times on nodeguca. Also I've been calling nodeguca goguca for a week. C-xC-c 2019-12-22 23:56:28 +0000
  • eaf0a8b703 Properly actually support goguca no but for real this time. Technically breaking changes for GreaseMonkey version 1.x hence the minor version bump but I don't think anyone actually still uses it and the script is built on features that because standard in browsers after GM 2. C-xC-c 2019-12-20 13:48:25 +0000
  • 3493381501 Generate flagsForm on index. Update board_id when moving between /nap/ and /srsbsn/ C-xC-c 2019-12-19 18:43:23 +0000
  • b88d8ac8ab Fix issue with hovering over posts C-xC-c 2019-12-19 16:19:43 +0000
  • fdcd8e2e8e
    Create LICENSE C-xC-c 2019-12-19 15:32:57 +0000
  • 96844fd583 Add license notice to the top of each file. C-xC-c 2019-12-19 15:31:56 +0000
  • 23b8a3fb79 Properly identify foolfuuka. C-xC-c 2019-12-19 14:08:17 +0000
  • 6424edd450 More generally support different board softwares. C-xC-c 2019-12-19 13:47:36 +0000
  • 122009c4c5 Move valid boards to appsettings. C-xC-c 2019-12-19 13:01:42 +0000
  • f38f0125d7 Remake the flag select form whenever you enter a thread. C-xC-c 2019-12-18 22:35:31 +0000
  • 223de6f473 Update to fix moving between index/catalogue C-xC-c 2019-12-18 18:30:40 +0000
  • 50e3d7c2b8 Bump version. C-xC-c 2019-12-18 17:34:36 +0000
  • e543e31617 Add support for /nap/. C-xC-c 2019-12-18 17:33:04 +0000
  • f3bc243690 There were some bugs. C-xC-c 2019-12-15 22:11:19 +0000
  • dc88b5ccf1 Rewrite the upload page. C-xC-c 2019-12-15 21:15:49 +0000
  • 4f1fceadcd haha I'm smart C-xC-c 2019-12-14 10:58:10 +0000
  • 69ad2fe189 Merge branch 'master' of https://github.com/C-xC-c/BantFlags C-xC-c 2019-12-14 10:49:38 +0000
  • fe771d8bbe Rename FlagModel to PostModel. Introduct Result<T> class to handle creation of PostModel objects instead of using a tuple. C-xC-c 2019-12-14 10:49:27 +0000
  • 6e45d0aaa9
    Update get.org C-xC-c 2019-12-14 01:15:07 +0000
  • c66bc732af Enforce anti-forgery keys in Appdomain.CurrentDomain.BaseDirectory C-xC-c 2019-12-14 01:09:52 +0000
  • d196c55a12
    Update README.org C-xC-c 2019-12-13 23:58:00 +0000
  • 28293ecdb9 fix merge C-xC-c 2019-12-13 23:14:16 +0000
  • 014b889772 Properly validate posts added to the database from the API C-xC-c 2019-12-13 23:11:31 +0000
  • f8afd797df
    unbreak removing flags C-xC-c 2019-12-13 00:55:14 +0000
  • 9c28308fb6 wording C-xC-c 2019-12-13 00:06:47 +0000
  • ebb982a00b Invented a new variety of spaghetti // Made a form for adding and modifying flags. C-xC-c 2019-12-13 00:05:28 +0000
  • 851337c018 tree => blob C-xC-c 2019-12-11 15:00:47 +0000
  • 1b1f0ff062 Move database.sql to Environment and add link in readme C-xC-c 2019-12-11 14:55:02 +0000
  • edfcb96e1b I am not very smart. C-xC-c 2019-12-11 14:43:52 +0000
  • 23f64dc13b Merge branch 'master' of https://github.com/C-xC-c/BantFlags C-xC-c 2019-12-11 14:42:11 +0000
  • 12d5ebf5c8 published with localhost and debugMode oops C-xC-c 2019-12-11 14:42:03 +0000
  • 14283af8fb
    Update README.org C-xC-c 2019-12-11 14:30:53 +0000
  • b23261598b Add support for /api/get and api/post V2. increase max flags to 24 + 1 and enforce server side. C-xC-c 2019-12-11 14:28:44 +0000
  • 1787fb824c Add example systemd service C-xC-c 2019-12-11 13:33:44 +0000
  • 89a6711895
    Update README.org C-xC-c 2019-12-11 13:30:43 +0000
  • bd6a17e353 Move userscript to root of project. add documentation C-xC-c 2019-12-11 13:25:57 +0000
  • d9d5a47b12 Merge branch 'master' of https://github.com/C-xC-c/BantFlags C-xC-c 2019-12-11 00:38:46 +0000
  • 9ccff23251 Improve GetPosts API C-xC-c 2019-12-11 00:38:23 +0000
  • 20e961b6ae
    Update README.org C-xC-c 2019-12-10 23:38:53 +0000
  • 6aaf3af929 Merge branch 'master' of https://github.com/C-xC-c/BantFlags C-xC-c 2019-12-10 23:04:04 +0000
  • aa8cb752e7 Remove logbuilder C-xC-c 2019-12-10 23:03:55 +0000
  • 45143930c6
    GPL v3 C-xC-c 2019-12-10 23:02:46 +0000
  • a16b1fd4dc
    Create README.org C-xC-c 2019-12-10 22:58:07 +0000
  • f7c044ef79 Initial commit C-xC-c 2019-12-10 22:07:17 +0000