| Commit message (Expand) | Author | Age | Lines |
| * | properly export the event object to the python gluefix/py/add-missing-workspace-event-class |  cschen | 2025-03-17 | -1/+2 |
| * | some rewording in the log messagesfix/python/adds-version-to-typehints |  cschen | 2025-02-15 | -5/+5 |
| * | bumped to pyo3 0.23 (#81) |  frelodev | 2025-02-15 | -9/+19 |
| * | fix: ack is not async. misnamed textchange fields.py-ack-type-hints |  cschen | 2024-10-26 | -7/+6 |
| * | fix: missing ack method in python glue. Fixed python constructors for TextChange |  cschen | 2024-10-26 | -54/+34 |
| * | reverted the change to accept only keywords arguments and have user and passw... |  cschen | 2024-10-16 | -2/+2 |
| * | fix(py): explicit getter/setter for user name |  zaaarf | 2024-10-16 | -0/+11 |
| * | chore: renamed TextChange and Event fields |  zaaarf | 2024-10-16 | -29/+24 |
| * | feat(python): better struct access |  zaaarf | 2024-10-16 | -19/+125 |
| * | chore: split list_workspaces, renamed filetree, refactored fetch_users and fe... |  zaaarf | 2024-10-16 | -16/+18 |
| * | fix(py): unify current_user |  alemi | 2024-10-15 | -12/+9 |
| * | feat: user_list returns Vec<User> |  alemi | 2024-10-15 | -1/+1 |
| * | chore: update glues |  alemi | 2024-10-15 | -19/+19 |
| * | fix: js, py and lua allow &'static str, use it |  alemi | 2024-10-13 | -2/+2 |
| * | fix: make version return a static string |  alemi | 2024-10-12 | -1/+1 |
| * | fix: typos in clear_callback |  alemi | 2024-10-10 | -1/+1 |
| * | chore: cargo fmt |  alemi | 2024-10-10 | -1/+1 |
| * | chore: cleanup |  zaaarf | 2024-10-10 | -1/+1 |
| * | chore: update glue code |  alemi | 2024-10-10 | -10/+10 |
| * | chore: updated send methods (+format) |  alemi | 2024-10-10 | -5/+7 |
| * | chore: autofmt |  alemi | 2024-10-03 | -2/+2 |
| * | feat: implemented Workspace receiver in glues |  alemi | 2024-10-03 | -7/+41 |
| * | chore: update glue code to remove .stop() |  alemi | 2024-09-26 | -18/+4 |
| * | add python glue |  cschen | 2024-09-25 | -0/+6 |
| * | Merge pull request #16 from hexedtech/feat/userlist |  alemi.dev | 2024-09-24 | -0/+5 |
| |\ |
|
| | * | chore: implemented user_list for lua, js, py |  alemi | 2024-09-21 | -0/+5 |
| * | | fix(py): fixed the configuration and rearranged a bit. tested. builds and works. |  cschen | 2024-09-20 | -10/+11 |
| * | | feat(py): better configuration constructor. |  cschen | 2024-09-20 | -4/+34 |
| |/ |
|
| * | feat(python): add config support to python with a getter/setter approach |  cschen | 2024-09-14 | -14/+13 |
| * | feat: strict filetree() |  zaaarf | 2024-09-13 | -3/+3 |
| * | chore: move ffi infos in root mod |  alemi | 2024-09-13 | -4/+0 |
| * | fix: glue for js and py |  alemi | 2024-09-11 | -10/+10 |
| * | fix(python): fix macros also for client.rs |  cschen | 2024-09-08 | -8/+13 |
| * | fix(python): remove the macro_export and use pub(crate) instead so that it do... |  cschen | 2024-09-08 | -5/+5 |
| * | feat(python): switched to abi3 mode to allow multiple python versions with si... |  cschen | 2024-09-06 | -22/+28 |
| * | fix: uuid was copy, string is not |  alemi | 2024-09-06 | -1/+1 |
| * | fix: moved import, exclude dist from packaging |  alemi | 2024-09-05 | -1/+1 |
| * | fix: updated js and py glues with new errors |  alemi | 2024-09-05 | -23/+36 |
| * | docs: re-documented remaining members |  alemi | 2024-09-04 | -0/+4 |
| * | fix(python): changed entry point. separated logger from driver. |  cschen | 2024-08-31 | -46/+50 |
| * | feat: added new methods to java, js and py glues |  alemi | 2024-08-27 | -2/+42 |
| * | chore(python): added name to buffer controller, small cleanup |  cschen | 2024-08-23 | -19/+12 |
| * | wip(python): try_recv doesn't return a promise. |  cschen | 2024-08-22 | -6/+18 |
| * | feat(python): added callback support, reaching feature parity with the lib. |  cschen | 2024-08-22 | -0/+35 |
| * | chore(python): final cleanup before merge into dev |  cschen | 2024-08-21 | -17/+35 |
| * | fix(python): release GIL when spawning stuff, we don't need to keep it and we... |  cschen | 2024-08-21 | -55/+76 |
| * | chore(python): cleaned up the leftovers |  cschen | 2024-08-21 | -64/+32 |
| * | Merge branch 'dev' into pyo3_bump |  cschen | 2024-08-21 | -2/+2 |
| |\ |
|
| | * | feat: allow filtering workspace filetree |  alemi | 2024-08-21 | -3/+3 |
| * | | wip(python): moving the rest of the glue to promises (empty promises) |  cschen | 2024-08-21 | -45/+78 |