Jason Volk
|
a95b688925
|
ircd:Ⓜ️:dbs: Drop the prev_state column from schema.
|
2019-01-23 16:11:26 -08:00 |
|
Jason Volk
|
b439e935ab
|
ircd:Ⓜ️ Use more generic exception catch here.
|
2019-01-23 16:10:50 -08:00 |
|
Jason Volk
|
c2521b587b
|
ircd::db: Consider if column dropped for boolean test.
|
2019-01-23 16:10:22 -08:00 |
|
Jason Volk
|
92154be55d
|
ircd:Ⓜ️ Use event::keys::selection bitset in event::fetch::opts rather than event::keys.
|
2019-01-23 15:36:02 -08:00 |
|
Jason Volk
|
2b9e2c850e
|
ircd::db: Remove the txn::append template iteration over a json::tuple.
|
2019-01-23 15:34:56 -08:00 |
|
Jason Volk
|
764585e370
|
ircd:Ⓜ️:dbs: Move direct column append into function; minor cleanup.
|
2019-01-23 14:47:47 -08:00 |
|
Jason Volk
|
2fd50fc9af
|
ircd::db: Split db.cc into db_env.cc and db_port.cc.
|
2019-01-23 14:08:02 -08:00 |
|
Jason Volk
|
ecd158f375
|
ircd::db: Create database/env.h index of all database/env/ headers.
|
2019-01-23 13:34:50 -08:00 |
|
Jason Volk
|
f01a72c8f6
|
ircd:Ⓜ️ Merge m_request.cc into m.cc
|
2019-01-23 13:28:51 -08:00 |
|
Jason Volk
|
cd30a01e9d
|
ircd:Ⓜ️ Move all ircd/m/* units up to ircd/.
|
2019-01-23 13:24:53 -08:00 |
|
Jason Volk
|
14b57f2eac
|
ircd: Rename aio.h/aio.cc with fs_ prefix.
|
2019-01-23 13:20:38 -08:00 |
|
Jason Volk
|
2547dc8367
|
ircd::db: Update README.
|
2019-01-23 13:07:47 -08:00 |
|
Jason Volk
|
623a59e75e
|
ircd::db: Move database.h up from database/ dir; update README.
|
2019-01-23 13:03:39 -08:00 |
|
Jason Volk
|
e491cf5694
|
modules/webhook: Add github issues handler.
|
2019-01-22 15:30:49 -08:00 |
|
Jason Volk
|
79dc0955b4
|
ircd::ctx::parallel: Fix counter regressions.
|
2019-01-22 14:25:05 -08:00 |
|
Jason Volk
|
e71157b3aa
|
configure: Simplify output string related for some conditions.
|
2019-01-22 13:24:35 -08:00 |
|
Jason Volk
|
74612e9474
|
configure: Add --enable-lto for explicit toggle of -flto.
|
2019-01-22 13:21:11 -08:00 |
|
Jason Volk
|
706563195e
|
configure: Remove redundant -march flag.
|
2019-01-22 12:23:13 -08:00 |
|
Jason Volk
|
f95ed6851b
|
ircd::json: Deinline / defriend various json::object related.
|
2019-01-22 12:04:23 -08:00 |
|
Jason Volk
|
39dde3b323
|
ircd::json: deinline / defriend various json::member related.
|
2019-01-22 11:43:55 -08:00 |
|
Jason Volk
|
0d78a07f55
|
ircd::json: Minor reorg / cleanup; improve some thrown errors.
|
2019-01-22 11:05:30 -08:00 |
|
Jason Volk
|
97181f9eca
|
Revert "ircd:Ⓜ️:event::fetch: Disallow the json query by default for now."
This reverts commit de8d14da5b .
|
2019-01-21 16:24:09 -08:00 |
|
Jason Volk
|
c30dfac408
|
modules/webhook: Simplify string escapes.
|
2019-01-21 15:34:57 -08:00 |
|
Jason Volk
|
c9a4690d0c
|
ircd::json: Add escape mapping; unify the string generators.
|
2019-01-21 15:34:57 -08:00 |
|
Jason Volk
|
efc4831497
|
ircd::json: Improve conformity of various limitation constants.
|
2019-01-21 14:38:34 -08:00 |
|
Jason Volk
|
e2431a3f18
|
modules/client/sync: Use better ctx::parallel interface for non-trivial arguments.
|
2019-01-21 12:40:40 -08:00 |
|
Jason Volk
|
defed2c008
|
ircd::ctx::parallel: Use monotonic counters only; use copy for closure argument.
|
2019-01-21 12:22:50 -08:00 |
|
Jason Volk
|
963d207bf6
|
modules/webhook: Handle github pull_request hook type.
|
2019-01-20 14:12:51 -08:00 |
|
Jason Volk
|
be65ec7417
|
modules/webhook: Improve find_party; use url of found party.
|
2019-01-20 13:57:15 -08:00 |
|
Danilo Spinella
|
20eceba930
|
share/Makefile.am: Test DESTDIR/datadir dir
|
2019-01-20 11:23:34 -08:00 |
|
Jason Volk
|
41bb6001a6
|
Merge pull request #3 from DanySpin97/share-destdir
Respect destdir and datadir values
|
2019-01-20 11:02:40 -08:00 |
|
Danilo Spinella
|
b791511a10
|
Respect user defined value of datadir
|
2019-01-20 18:06:57 +01:00 |
|
Danilo Spinella
|
566494734f
|
share/Makefile.am: respect DESTDIR value
Create directory $(DESTDIR)/$(datadir) instead of $(datadir).
|
2019-01-20 17:40:50 +01:00 |
|
Jason Volk
|
9b703f9915
|
ircd::util: Truncate when stream's tellp is out of range.
|
2019-01-19 17:01:53 -08:00 |
|
Jason Volk
|
0a3db57bc2
|
modules/webhook: Use dynamic buffer for output.
|
2019-01-19 16:56:20 -08:00 |
|
Jason Volk
|
de8d14da5b
|
ircd:Ⓜ️:event::fetch: Disallow the json query by default for now.
|
2019-01-19 16:50:40 -08:00 |
|
Jason Volk
|
c634b23840
|
modules/webhook: Add github ping handler.
|
2019-01-19 16:23:20 -08:00 |
|
Jason Volk
|
89cd08ac22
|
modules: Preliminary webhook module.
|
2019-01-19 16:17:38 -08:00 |
|
Jason Volk
|
b2caba08a9
|
ircd::util: Fix u2a() input casting.
|
2019-01-19 13:42:05 -08:00 |
|
Jason Volk
|
950f989cf0
|
ircd::crh: Add HMAC support.
|
2019-01-19 13:20:58 -08:00 |
|
Jason Volk
|
18091eeb46
|
ircd::crh: Add sha1 hashing device.
|
2019-01-19 12:25:55 -08:00 |
|
Jason Volk
|
1041118b9b
|
ircd:Ⓜ️:sync: Add catch handler for more descriptive error.
|
2019-01-18 15:09:39 -08:00 |
|
Jason Volk
|
0dd6abf9ca
|
ircd: Options package in preparation for lto.
|
2019-01-18 14:54:04 -08:00 |
|
Jason Volk
|
51c5ffbb5e
|
ircd:Ⓜ️:event::fetch: Eliminate the selected_only option; make unconditional.
|
2019-01-18 14:54:04 -08:00 |
|
Jason Volk
|
af3fe14e6d
|
modules/client/sync/rooms: Checkpoint.
|
2019-01-18 14:54:04 -08:00 |
|
Jason Volk
|
b947aee02d
|
ircd:Ⓜ️ Fix subobject-linkage.
|
2019-01-18 14:54:04 -08:00 |
|
Jason Volk
|
52e6c28383
|
ircd::ctx::parallel: Simplify internal interface.
|
2019-01-18 14:54:04 -08:00 |
|
Jason Volk
|
4d05fe0353
|
ircd:Ⓜ️:event::fetch: Reorg / cleanup internal interface.
|
2019-01-18 14:33:42 -08:00 |
|
Jason Volk
|
573bda441d
|
modules/console: Adjust aio cmd formatting.
|
2019-01-18 14:33:42 -08:00 |
|
Jason Volk
|
84309261b2
|
ircd::fs::aio: Even more counters.
|
2019-01-18 10:14:38 -08:00 |
|