This repository has been archived on 2021-04-17. You can view files and clone it, but cannot push or open issues or pull requests.
uIRC/src
Alex D. 88d18cbe86
uIRC version 0.1 -- beta
- Switch to semantic versioning
- Disable unstable and unfinished features by default
- Shorten clang tidy and enable a few other warnings
- Rewrite tests
- Switch prefixes to functions to uirc_ and definitions to IRC_
- Do in-function allocation of structs and return those
- Improve parsing logic
- Remove helpers
- Clean up code
- Add CTCP codes
- Add dependency to library for general functions (CoreLibs)
- Namespace header guards as IRC_GUARD_(TYPE)_(FILE)
- Remove integer representations of commands, now are strings
2021-02-15 11:39:25 +00:00
..
assemblers uIRC version 0.1 -- beta 2021-02-15 11:39:25 +00:00
doc Few tweaks and some docs 2021-01-23 15:07:55 +00:00
memory uIRC version 0.1 -- beta 2021-02-15 11:39:25 +00:00
tests uIRC version 0.1 -- beta 2021-02-15 11:39:25 +00:00
tokenizers uIRC version 0.1 -- beta 2021-02-15 11:39:25 +00:00
validators uIRC version 0.1 -- beta 2021-02-15 11:39:25 +00:00
ctcp.h uIRC version 0.1 -- beta 2021-02-15 11:39:25 +00:00
errors.h uIRC version 0.1 -- beta 2021-02-15 11:39:25 +00:00
modes.h uIRC version 0.1 -- beta 2021-02-15 11:39:25 +00:00
replies.h uIRC version 0.1 -- beta 2021-02-15 11:39:25 +00:00
types.h uIRC version 0.1 -- beta 2021-02-15 11:39:25 +00:00
uirc.h uIRC version 0.1 -- beta 2021-02-15 11:39:25 +00:00