Commit Graph

13 Commits

Author SHA1 Message Date
Alex D. 2775d6128d
Add back functions for generating structs in memory 2021-03-12 16:09:37 +00:00
Alex D. 95a7dbc4f4
Add 2021 copyright notice 2021-03-11 22:55:33 +00:00
Alex D. b8f3d13e9c
Merge allocator and free functions 2021-03-11 22:33:08 +00:00
Alex D. 7b7cd1b7cc
Add argc for message allocator and add tag list manager 2021-03-06 22:23:55 +00:00
Alex D. 7109ae6b70
Fix CRLF removal bug, change some of the assembly and parsing logic and add tests back 2021-03-05 11:26:31 +00:00
Alex D. e392076e19
Remove quitmsg from struct 2021-02-23 23:33:48 +00:00
Alex D. b325599808
Fix a few bugs 2021-02-23 23:06:30 +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. d1fa763dee
Add few other things in the struct 2021-02-20 22:50:03 +00:00
Alex D. 1c8ba22489
Bump version and fix a few things 2021-02-20 17:25:08 +00:00
Alex D. 44451a6c88
Add allocators and free functions 2021-02-20 17:16: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. 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