UNPKG

modernirc

Version:

IRC library for creating modern IRC bots

66 lines (34 loc) 3.7 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ## [1.5.0](https://codeberg.org/ChakSoft/modernirc/compare/v1.4.0...v1.5.0) (2025-06-09) ### Features * **http:** add http route for sending ctcp action from the HTTP interface ([ca7e304](https://codeberg.org/ChakSoft/modernirc/commit/ca7e304873753234dc7ee86369b3205889374b54)) * **main:** add action event for CTCP ACTION messages ([0503a21](https://codeberg.org/ChakSoft/modernirc/commit/0503a215174f4f1baff535accc46141b085e8a4b)) * **main:** add ctcp action handling ([5434970](https://codeberg.org/ChakSoft/modernirc/commit/543497026deabba3e46dc0b25705a29d1d65281c)) * **main:** add CTCP messages handling ([c337e47](https://codeberg.org/ChakSoft/modernirc/commit/c337e475c59c350a058152273b88a160a61a0ec4)) * **module:** add module capacity to send events to each other ([8237511](https://codeberg.org/ChakSoft/modernirc/commit/82375110a3da9fe457eb61c54d7a8b96047d3915)) ### Bug Fixes * **typings:** fix the typings for the colors object ([3719f18](https://codeberg.org/ChakSoft/modernirc/commit/3719f18a797cadfb2326f49fd71fafb3a9e449fa)) ## [1.4.0](https://codeberg.org/ChakSoft/modernirc/compare/v1.3.2...v1.4.0) (2025-06-06) ### Features * **main:** add formatting utility functions ([b218006](https://codeberg.org/ChakSoft/modernirc/commit/b218006f218c62f76698194aceff0be2e4a8f495)) * **module:** add module command handling with message prefix ([da79a1b](https://codeberg.org/ChakSoft/modernirc/commit/da79a1bd4124296871c0cf661f74c735891a93b7)) ### [1.3.2](https://codeberg.org/ChakSoft/modernirc/compare/v1.3.1...v1.3.2) (2025-06-06) ### Bug Fixes * **module:** bug at module loading, missing affectation to loadedModules array ([c4f3828](https://codeberg.org/ChakSoft/modernirc/commit/c4f38283ae418b5217380c70651f42e89219f48a)) ### [1.3.1](https://codeberg.org/ChakSoft/modernirc/compare/v1.3.0...v1.3.1) (2025-06-05) ### Bug Fixes * **main:** extract context from options deep merge to avoid circ ref errors ([8445310](https://codeberg.org/ChakSoft/modernirc/commit/844531042794b7a9292a59f81de7b3d507bbe2b3)) ## [1.3.0](https://codeberg.org/ChakSoft/modernirc/compare/v1.2.0...v1.3.0) (2025-06-05) ### Features * **main:** added default context and autostart flag ([4dc73db](https://codeberg.org/ChakSoft/modernirc/commit/4dc73db3c38256c248dc1f251a954e18c3657b14)) ## [1.2.0](https://codeberg.org/ChakSoft/modernirc/compare/v1.1.0...v1.2.0) (2025-06-04) ### Features * **release:** add hooks for husky ([10da2c3](https://codeberg.org/ChakSoft/modernirc/commit/10da2c30be2bc118419fb9d4b7f8f1f157c59b8f)) * **release:** add standard-version for easing project releases ([28d6a19](https://codeberg.org/ChakSoft/modernirc/commit/28d6a19def4566a37a03c56b56e43b54e6fbf02b)) * **release:** added husky and commitlint for controlling commit style ([29bbdcc](https://codeberg.org/ChakSoft/modernirc/commit/29bbdccbc8aed2a56843d1b5de837b2538df62b6)) * **release:** added scripts shortcuts for standard-version releases ([fb00183](https://codeberg.org/ChakSoft/modernirc/commit/fb00183c14ce2965b9a7819397d22d71162130a5)) * **release:** adding commitizen for ensuring commit compliance ([65c4969](https://codeberg.org/ChakSoft/modernirc/commit/65c4969dcc2c3c0ff5d107cb40e2b5c7dd71ea9c)) * **storage:** added storage manager ([253c5b4](https://codeberg.org/ChakSoft/modernirc/commit/253c5b421d0adc5c14b59668ef87d264e251df48)) ### Bug Fixes * **app:** handle ERROR messages at startup ([491ba6a](https://codeberg.org/ChakSoft/modernirc/commit/491ba6a2f130043dc652b9404f516e08a298ccfa))