Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-11 | [Project] hexchat-unsafe-plugin.rs | SoniEx2 | |
A best-effort safe wrapper for the hexchat C API. Enables writing native hexchat plugins in mostly-safe Rust. | |||
2021-06-26 | Clean up hooks (a bit) | SoniEx2 | |
2021-06-26 | Use a different field for userdata | SoniEx2 | |
2021-06-26 | Clean up Word/Eol | SoniEx2 | |
2021-06-26 | Clean up a bit | SoniEx2 | |
2021-05-14 | Make print take ToString, so it's nicer to use | SoniEx2 | |
2019-04-22 | Bump version number | SoniEx2 | |
2019-04-22 | Update homepage | SoniEx2 | |
2019-04-21 | Update metadata | SoniEx2 | |
2019-04-21 | Bump version | SoniEx2 | |
2019-04-21 | Fix Context issue | SoniEx2 | |
2019-04-21 | Add hexchat_print and hexchat_print_attrs | SoniEx2 | |
2019-04-21 | [Project] Rust hexchat-plugin | SoniEx2 | |
Rust crate that allows one to write hexchat plugins in Rust. | |||
2018-11-05 | Fix Context | SoniEx2 | |
2018-11-03 | Add must_use | SoniEx2 | |
2018-10-16 | Update examples to show hook handle hoisting. | SoniEx2 | |
2018-10-15 | Fix huge oops | SoniEx2 | |
Still crashes when reloading tho | |||
2018-09-29 | Tweak documentation to use the new PRI_* constants | SoniEx2 | |
2018-09-29 | Fix mistakes, update repo | SoniEx2 | |
2018-09-29 | Improved docs | SoniEx2 | |
2018-08-12 | maybe-working _attrs hooks? | SoniEx2 | |
2018-06-01 | 0.2.5 fix registered/unregistered check | SoniEx2 | |
2018-06-01 | Getters for plugin name/desc/vers | SoniEx2 | |
2018-04-24 | Add ph.get_info | SoniEx2 | |
2018-03-31 | Version 0.2.2 | SoniEx2 | |
2018-03-31 | Implement nickcmp | SoniEx2 | |
2018-03-31 | Fix incorrect usage of as_ptr | SoniEx2 | |
2018-03-31 | Fix find_context | SoniEx2 | |
2018-03-31 | Implement find_context | SoniEx2 | |
2018-03-31 | Version 0.2.1 | SoniEx2 | |
2018-03-25 | Less UB? Huge overhaul. | SoniEx2 | |
2018-03-23 | Rust Bindings for Hexchat Plugin API | SoniEx2 | |