summaryrefslogtreecommitdiffstats
path: root/src/daemon/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* daemon: add a skeleton libpurple interface.Gravatar Gediminas Jakutis 2019-05-171-0/+2
| | | | | | | | This loads and initialized libpurple, but does not actually do anything. This should be enough to warrant closing Ticket #18. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* daemon: employ a flags settings variable.Gravatar Gediminas Jakutis 2019-04-011-1/+2
| | | | | | | | | | | | | | We now have a settings variable for holding various flags. Turn the daemonize setting to a flag. NOTE: the project should not have compiled since commit de18684a25cdc1e310636c5f74d4e901881b5710 but due to some unexplained circumstances, no pre-commit build testing failed. This have been fixed. This commit closes Ticket 25. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* daemon: add networking code.Gravatar Paulius Ratkevičius 2019-03-291-0/+1
| | | | | | | | Port networking code from previous project. This commit is part of ticket 3. Signed-off-by: Paulius Ratkevičius <pauliuz95@gmail.com>
* Initial commit.Gravatar Gediminas Jakutis 2019-03-181-0/+20
This creates a working buildable dummy template to build the project upon. Everything save for the build system are demonstrational dummies and everything including the build system is written to be easily extendable. This commit closes Ticket 5. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>