Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Ronin

Developing Ronin, a Free and Open Source Ruby Toolkit for Security Research and Development.
Collective - Host: opensource - https://opencollective.com/ronin-rb - Website: https://ronin-rb.dev/ - Code: https://github.com/ronin-rb/

Have emit_keyword return an Array of Keywords.

github.com/ronin-rb/ronin-code-sql - 12f1014d0b2f5f5b997cf84548d46d7fdf074e9d authored over 16 years ago
Added more clauses.

github.com/ronin-rb/ronin-code-sql - f6a3cc7292db6170f05d25887258920f1fa2b76d authored over 16 years ago
Renamed Emitable#keyword to Emitable#emit_keyword.

github.com/ronin-rb/ronin-code-sql - 137101b0f21921894046a949ca71a8b54afa1e5b authored over 16 years ago
Added the ASC and DESC modifiers.

github.com/ronin-rb/ronin-code-sql - 6f8961df73b97208d65e30728da5172cf68989c2 authored over 16 years ago
Made the As class a Modifier class.

github.com/ronin-rb/ronin-code-sql - 4fa43541f7aa3c08bfb9da14e9ce84eb692e26e3 authored over 16 years ago
Added the Modifier class.

github.com/ronin-rb/ronin-code-sql - 609c71c0f1ca13bd9f1f073de2d5b4d2c721c6ca authored over 16 years ago
Merged the Join Clause classes together.

github.com/ronin-rb/ronin-code-sql - ea6368e67e81182dc864e1efb756afecec767bbf authored over 16 years ago
Added a keyword method.

github.com/ronin-rb/ronin-code-sql - 02ef8d622c947311362abb0e49badadd0dfaaafc authored over 16 years ago
Added more exceptions for the Dialect class.

github.com/ronin-rb/ronin-code-sql - de96de15ebdedae8ec722939c64b46a78fd6339b authored over 16 years ago
Allow InjectedStatement to have access to every clause from the dialect.

* Added InjectedStatement#clause, which pulls clauses from the dialect.

github.com/ronin-rb/ronin-code-sql - 8c737a9b1e0dd01cc4dae8e103c7f20a19720c87 authored over 16 years ago
Added Statement#select and Program#select to override Kernel#select.

github.com/ronin-rb/ronin-code-sql - 32efa94fd3cdfb662836bf57c5673407e5d16df1 authored over 16 years ago
Changed arguments for initialize.

github.com/ronin-rb/ronin-code-sql - fafe38ebf9e83b802ba2d75774435a389c7bffc1 authored over 16 years ago
Added methods for arbitrarily creating Statements or Clauses.

* Added Dialect.statements.
* Added Dialect.has_statement?.
* Added Dialect.statement.
* Added D...

github.com/ronin-rb/ronin-code-sql - c8f835d2538d61ade3a9fa8dda2741ca090c3b5b authored over 16 years ago
Update Statements.

github.com/ronin-rb/ronin-code-sql - 8a204de39a842f0eb2e8f5beaba26cd19d79d3ac authored over 16 years ago
Require the Common Dialect.

github.com/ronin-rb/ronin-code-sql - a1c07b43c3602bc6000697723f20412084c55040 authored over 16 years ago
Add the all field.

github.com/ronin-rb/ronin-code-sql - 84fa55fdcf975aafe32b009c728f6814a2c2914d authored over 16 years ago
Make sure Clause requires Keyword.

github.com/ronin-rb/ronin-code-sql - 69af9744b7520553ef6769c617c428d1ece141f7 authored over 16 years ago
Added Join Clause classes.

github.com/ronin-rb/ronin-code-sql - d9bdb0d6f793e13d9707cb8ba7ab45c6cb9da4ff authored over 16 years ago
Added the FromClause class.

github.com/ronin-rb/ronin-code-sql - b3b8f0cd2019ba67d0b2c5b41ec1d3830e078fe3 authored over 16 years ago
Added the DefaultValuesClause class.

github.com/ronin-rb/ronin-code-sql - c9336242e155e26196e7babcb39c556129024d72 authored over 16 years ago
Added the ValuesClause class.

github.com/ronin-rb/ronin-code-sql - 3645128e172d454d9bcb5ef13f6264c15c66f0aa authored over 16 years ago
Simplified SetClause#emit.

github.com/ronin-rb/ronin-code-sql - 7d0d6f013b1aecebce15d777cb517216a42ac706 authored over 16 years ago
Added the SetClause class.

github.com/ronin-rb/ronin-code-sql - 236a885cc6f0a6728c9af60388a247eeef00cbe6 authored over 16 years ago
Added the WhereClause class.

github.com/ronin-rb/ronin-code-sql - 616d669158d7054030d378ab23f0e6f43d681343 authored over 16 years ago
Added the FieldsClause and OnClause classes.

github.com/ronin-rb/ronin-code-sql - ae7db16ac0f98462377d83fad56b6e2980338aea authored over 16 years ago
Fix typoed paths.

github.com/ronin-rb/ronin - 3be302c6e80dd2c698038392e2992a3643a8843e authored over 16 years ago
Added the AlterTable Statement to the CommonDialect class.

github.com/ronin-rb/ronin-code-sql - 5df39c349498a86615dc9f0e1ccd1e26183bc854 authored over 16 years ago
Added the AlterTable Statement class.

github.com/ronin-rb/ronin-code-sql - 40c9f3437f8c9736704e4885ea9aa39cbb810b4a authored over 16 years ago
Updated basic SQL Statements.

github.com/ronin-rb/ronin-code-sql - aa55e9494b9db58a629784a4b8bd36f180ee03b9 authored over 16 years ago
Added the As expression to the Field class.

github.com/ronin-rb/ronin-code-sql - 4e1edbbf3d2222fb4b7581f12e06364a0c4d7ce0 authored over 16 years ago
Updated the Between class to provide the emit method.

github.com/ronin-rb/ronin-code-sql - 5a62aa2e9679e9dfbe53e829018937013f887a73 authored over 16 years ago
Make the Clause class Emitable.

github.com/ronin-rb/ronin-code-sql - 28e0ea81b7084889f0a28ebbb886c7247fc33dcd authored over 16 years ago
Allow Statement.clause and Statement#clause to work with Keywords.

github.com/ronin-rb/ronin-code-sql - 126b85214cb3bf4a0763737f1a6971026801fee3 authored over 16 years ago
Added an AS expression.

github.com/ronin-rb/ronin-code-sql - db836e5fbe6e6910f8319afcf3591c4b5e815354 authored over 16 years ago
Automatically pull clause values from options in Statement#initialize.

github.com/ronin-rb/ronin-code-sql - 48903f7647ab2ff1d825f715454b7cb9eadbeef5 authored over 16 years ago
Refactored the Injection class.

* Merged InjectionBuilder and InjectionStyle into the Injection class.
* Added the InjectedState...

github.com/ronin-rb/ronin-code-sql - f40c856959680a71155bd32e0b1a93b515dbd519 authored over 16 years ago
Refactored formatting of Keywords.

github.com/ronin-rb/ronin-code-sql - 59d30153a1ce7fe851450716bdf332bd3ec90a4d authored over 16 years ago
Added methods to create common types of keywords.

* Added Keyword.separator.
* Added Keyword.open_paren.
* Added Keyword.close_paren.
* Added Keyw...

github.com/ronin-rb/ronin-code-sql - bb9b07a386bbd775d03d464f93c0fe6f482c9968 authored over 16 years ago
Added Keyword#==.

github.com/ronin-rb/ronin-code-sql - 401823f1f1412219998a58aa1071f33cb2f31f49 authored over 16 years ago
Added a token stream formatter.

* Added Program#each_token method to iterate over tokens and format them.
* Program#compile now ...

github.com/ronin-rb/ronin-code-sql - 0842f39ed40a86e21a25dc7ba0c20b2a0c609f82 authored over 16 years ago
Added emit_list and emit_row.

github.com/ronin-rb/ronin-code-sql - 0d3f4d5ea764fcca7d20086bce71b92547b1bcf8 authored over 16 years ago
Fixed between method.

github.com/ronin-rb/ronin-code-sql - 774ac28eb574ee4f031947b20dba9fb29710e9a9 authored over 16 years ago
Merbed into Program.

github.com/ronin-rb/ronin-code-sql - 105c5bb7038e7df966540bf28d2fb0dbedc7f426 authored over 16 years ago
Updated the Between expression.

github.com/ronin-rb/ronin-code-sql - b40fb4dd898619807a8cda68a56c3d0e73d2d17f authored over 16 years ago
Updated the In expression.

github.com/ronin-rb/ronin-code-sql - ab36a13e94c9a1b44b137e084657c498438ce81a authored over 16 years ago
emit_value method has been moved into Emitable.

github.com/ronin-rb/ronin-code-sql - 6e5d1a4d92c65665f3ac0f7a2f890846d60b40ce authored over 16 years ago
Updated BinaryExpr, UnaryExpr and LikeExpr.

* Replaced the old compile methods with emit methods.

github.com/ronin-rb/ronin-code-sql - 7bc312a54a745eee1464fe4a8590eb2a4e485999 authored over 16 years ago
Have emit return an empty Array by default.

github.com/ronin-rb/ronin-code-sql - b836f9b3c2a3b2615b17de85515cc88f2b18985e authored over 16 years ago
Make sure emit_value always returns an Array.

github.com/ronin-rb/ronin-code-sql - 3a6f7e86e7bb922f492b57f6e0688e1bf8b90453 authored over 16 years ago
Make Keyword emitable.

github.com/ronin-rb/ronin-code-sql - b28ba4123b878680491148a20ccd41101d8ad851 authored over 16 years ago
Added an Emitable module.

github.com/ronin-rb/ronin-code-sql - 2c3277d8ae0f4ebaa4c44e39d670f8e300f20a6e authored over 16 years ago
Added Reference#respond_to? to proxy to the referenced object.

github.com/ronin-rb/ronin - ee0ca9f8667f568cd2236c5f4dad799182268b80 authored over 16 years ago
Added Reference#kind_of? to proxy to the referenced object.

github.com/ronin-rb/ronin - 8530f623a2254b636e3ce4e9f3c83ac1ad9837eb authored over 16 years ago
Ensure that Fields are stored properly in the SymbolTable.

github.com/ronin-rb/ronin-code-sql - 6363af823b47b9ffcc461c44fc58d45e219dc5d8 authored over 16 years ago
Added Statement#symbol and Statement#field.

* Have Statement#method_missing default to using Statement#field.

github.com/ronin-rb/ronin-code-sql - 4314c09626d437cee0cbd0119aca58990cd9e47a authored over 16 years ago
Added a generic InjectedStatement class.

* InjectedStatement will be able to access all clauses of all
statements.

github.com/ronin-rb/ronin-code-sql - a9cd8358ce3ac370380322143bd88875d3066bf5 authored over 16 years ago
Renamed String#rand_case to String#random_case.

github.com/ronin-rb/ronin - a2ce15f3cc3f1f06722eb08c6bd113962a88bfec authored over 16 years ago
Added Statement#clause for more generic clause creation.

* Have Statement.clause use Statement#clause.

github.com/ronin-rb/ronin-code-sql - 36e53188b373add2c2125f631ef88be7ecab0d13 authored over 16 years ago
Changed how Statement interacts with Dialect.

* Have Statement#method_missing proxy calls to Dialect.

github.com/ronin-rb/ronin-code-sql - 5e49dd41f343cbc5a569a45bc300bb9f1a07487c authored over 16 years ago
Added Expr#emit_value and Expr#dialect.

github.com/ronin-rb/ronin-code-sql - 48af04be8af37c3626662fc76a3a9f0b39d69e2a authored over 16 years ago
Changed how Program interacts with the Dialect.

* The Program class now uses an instance of the Dialect class.
* Have Program#method_missing pro...

github.com/ronin-rb/ronin-code-sql - 51e39e740d340d7754763339ad03a602b96a6fcd authored over 16 years ago
Use consistent argument ordering.

github.com/ronin-rb/ronin-code-sql - 8b7cbc4f327cd27ff5b4942e7cb0b8722a2f6a7f authored over 16 years ago
Make sure Dialect passes @program, not itself.

github.com/ronin-rb/ronin-code-sql - 8b79f30480ec86a1632ce3d623019a1072e8cdf9 authored over 16 years ago
Added documentation and made Dialect a class.

github.com/ronin-rb/ronin-code-sql - 98b5a03a134b6153c69b38b6e9ea305464942a6f authored over 16 years ago
Added documentation and changed how Keyword#emit operates.

github.com/ronin-rb/ronin-code-sql - 7b69f0ae2dcc62ac6bdf783156fd115dae87e8ef authored over 16 years ago
Merge branch 'dsl_refactor' of [email protected]:postmodern/ronin-sql into dsl_refactor

github.com/ronin-rb/ronin-code-sql - 3af3ad464dd52a93f2edce11834fec35d684f24e authored over 16 years ago
Added a .gitignore file with up-to-date patterns.

github.com/ronin-rb/ronin-code-sql - ed667ff0993ea1e4e2b272598f94e79696e9a756 authored over 16 years ago
Added more ignore patterns.

github.com/ronin-rb/ronin-php - 5ef10c15f5fe1ad186a1a092bcf7a7ea5f029154 authored over 16 years ago
No need for duplicate READMEs.

github.com/ronin-rb/ronin-php - adf7bf69a2fb71ab51401d36bc5c61ddf15f2f4d authored over 16 years ago
Added some indexes.

github.com/ronin-rb/ronin-payloads - a547a2e9c3a2a824052ee0a3b9cc60e01613eaa9 authored over 16 years ago
Added some indexes.

github.com/ronin-rb/ronin-exploits - b981a537dd507dba38576bbd9f56685025cdea29 authored over 16 years ago
Added some indexes.

github.com/ronin-rb/ronin - fc53f303022de5ee4102b66ed5970afaa85e2e6c authored over 16 years ago
Added some indexes.

github.com/ronin-rb/ronin-db - 4329a6b1a211485098372403fc14ab1053e81933 authored over 16 years ago
Only setup the Database log, if it already hasn't been setup.

github.com/ronin-rb/ronin-db - 619db52c34691b370afb8dc99e3df6d1ea0c7f48 authored over 16 years ago
Only setup the Database log, if it already hasn't been setup.

github.com/ronin-rb/ronin - 3912627f9f7abb67abf127e5c1765a7207d8bed3 authored over 16 years ago
Added SymbolTable#symbols= method for setting symbol values en-mass.

github.com/ronin-rb/ronin - 5a3076b9510aa7c305975aa6fdd3eb862cdf1821 authored over 16 years ago
Refactored how Program, Dialect and Statement interact.

* Integrated new Ronin SymbolTable.
* Moving to a emit/translate compilation model.
* Remove cac...

github.com/ronin-rb/ronin-code-sql - 2a5afcdd881c1c00356473c5095ea777110e1288 authored over 16 years ago
Updated ignore rules again.

github.com/ronin-rb/ronin-code-sql - 0499260bc18e43636e250c2faec0dfd91fe3239a authored over 16 years ago
Updated ignore rules again.

github.com/ronin-rb/ronin-php - c71f7aa56a46da18ca0b16e707bbe5a57197a22d authored over 16 years ago
Updated ignore rules again.

github.com/ronin-rb/ronin-dorks - 1b443654e8f7c4bcc3015a959a049cce7fcd3aaa authored over 16 years ago
Updated ignore rules again.

github.com/ronin-rb/ronin-exploits - 67f209ec39a00af553055013ef50ac9e0ff999f0 authored over 16 years ago
Updated ignore rules again.

github.com/ronin-rb/ronin-code-asm - 9d4391745b3ac7ee36e182d54269aa9ed73f4f0e authored over 16 years ago
Updated ignore rules again.

github.com/ronin-rb/ronin - 159cef924ecdb75580705fa67f0b7c1dd9c5eec3 authored over 16 years ago
Added more ignore patterns.

github.com/ronin-rb/ronin-code-sql - b77db8788f443e53eb745d01c947330715f7e818 authored over 16 years ago
Added more ignore patterns.

github.com/ronin-rb/ronin-php - 0fff61582bf88e8ae7b431b2429b2cd70468cc86 authored over 16 years ago
Added more ignore patterns.

github.com/ronin-rb/ronin-dorks - 9353c7d22a03a911831f106f5b13c07542e20a86 authored over 16 years ago
Added more ignore patterns.

github.com/ronin-rb/ronin-exploits - b43de8fbbd5553b25038378657ada0e89e9e567a authored over 16 years ago
Added more ignore patterns.

github.com/ronin-rb/ronin-code-asm - 3a8ec1bf3163cf965004713ef1a0af9a1f44c28f authored over 16 years ago
Updated ignore patterns.

github.com/ronin-rb/ronin - e3b909419fcd999943693dd9fc651c69bbb48f60 authored over 16 years ago
Style changes.

* All one-line short blocks shall be passed using braces, not the do...end style.

github.com/ronin-rb/ronin - f27e9e82f90a5d29eee3e60ab16289892da3c131 authored over 16 years ago
Style change.

github.com/ronin-rb/ronin - dc51c8c0636ea94d55a68475efaa715e12f0d468 authored over 16 years ago
Updated the Manifest.

github.com/ronin-rb/ronin - 302eba3149b5cd427e2c51ef88a1f6d614449c84 authored over 16 years ago
Added specs for the Reference and SymbolTable classes.

github.com/ronin-rb/ronin - 0461cd55ba07e4e4f18da0c15fa8aafa31b23bbb authored over 16 years ago
Added documentation.

github.com/ronin-rb/ronin - 19724038538d7a37d87eba095fe580b8c8a0d1a3 authored over 16 years ago
Updated Reference and SymbolTable classes:

* Renamed the instance variable @object to @value in Reference.
* Added the ability to create a ...

github.com/ronin-rb/ronin - 61d0a26094b7e7d16889dce62c6b2984dfec80cf authored over 16 years ago
No need for duplicate READMEs.

github.com/ronin-rb/ronin-php - d7a6e71a41091a8d7f1a192c65dc1b16d6c6b7f3 authored over 16 years ago