Commit Graph

8 Commits

Author SHA1 Message Date
Alex D. aa1d47cb27
Separate modes and add functions related to them 2021-04-04 21:08:14 +00:00
Alex D. e32ee3adca
Add docs, move tests and free struct storage as llist doesn't anymore 2021-04-01 22:07:56 +00:00
Alex D. bb6be1d8ec
Bump version, fix inclustions and move tests outside of main repo 2021-02-22 17:09:41 +00:00
Alex D. 1979f7aa77
Split tokenizers into tag and tag_list and fix a few memory leaks 2021-02-15 15:57:29 +00:00
Alex D. fd6dc5e0ea
Adapt tests to new assemblers and add string lenght checks 2021-02-15 15:23:29 +00:00
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
Alex D. 694d2ba105
Version 2021.01.24 - Fixes ahead
- Explicit types
- Fix compiler options
- Reformat some code
- Fix helper headers
2021-01-24 15:40:28 +00:00
Alex D. bfaaa24357
Move tests and headers and add doxygen support 2021-01-03 23:34:57 +00:00