Commit Graph

24 Commits

Author SHA1 Message Date
Gergely Polonkai 12a51a2cc5 Fix configure.ac and toplevel Makefile.am 2016-07-04 15:21:42 +02:00
Gergely Polonkai 3629734cc3 Add config.h macros for timing parameters 2013-11-26 11:22:19 +01:00
Gergely Polonkai 8bcc6366b3 Fix AM_INIT_AUTOMAKE invocation in configure.ac 2013-11-22 19:27:59 +01:00
Gergely Polonkai 07aadad43f Updated sources to use GDA 5.0 instead of 4.0 2013-06-18 16:42:14 +02:00
Gergely Polonkai bf8d67660a Moved from direct SQLite to GDA
This can provide more flexibility with database backends. The provider
is still hard-coded SQLite!
2013-01-06 21:41:29 +01:00
Gergely Polonkai cdd4be1e59 Refactored WmudClientState to enumtypes.[ch]
enumtypes.[ch] will hold all future enums' GType equivalent
2013-01-06 14:52:12 +01:00
Gergely Polonkai (W00d5t0ck) 50a487b7e2 Removed the GIO SMTP startup
It is obsoleted in favor of libcurl
2013-01-02 20:01:42 +01:00
Gergely POLONKAI (W00d5t0ck) c96a9c13c8 Added LT_INIT to configure.ac
For later module loading support

Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
2012-08-25 22:14:03 +02:00
Gergely POLONKAI 527596d026 Added the libgiosmtp module, and hence libtool support
Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
2012-05-19 12:40:07 +02:00
Gergely Polonkai (W00d5t0ck) 434a19a1a0 Added libcurl as a configure dependency. We also check for SMTP support
Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
2012-05-18 09:41:30 +02:00
Polonkai Gergely 92ff91b989 Made create-world.sh and drop-world.sh a template.
create-world.sh and drop-world.sh are now autogenerated by the configure
script, as they need to hold some paths set by that script.

Signed-off by Gergely POLONKAI <polesz@w00d5t0ck.info>
2012-03-27 19:42:56 +00:00
Polonkai Gergely c6e7d2737e Renamed src to wmud - also in configure.ac 2012-03-27 17:00:45 +00:00
Gergely POLONKAI 3163ad4783 Finished GtkDoc style code documenting.
Added full GtkDoc support
Fixed code comment blocks

Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
2012-03-24 23:52:36 +01:00
Polonkai Gergely c082fc4f3c Added basic maintenance code, with lots of hurtful debug log 2012-03-23 10:04:53 +00:00
Polonkai Gergely 0302c84815 M4 macro call fix for AC_DEFINE 2012-03-22 18:58:39 +00:00
Polonkai Gergely cf01fddc15 Moved MAX_RECV_LEN into config.h 2012-03-22 18:57:48 +00:00
Gergely Polonkai (W00d5t0ck) c0a85622be Added basic configuration file parsing
* Created example configuration file
* Added wmud_config_init() to parse configuration file

Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
2012-03-22 12:21:05 +01:00
Polonkai Gergely 12706d7e85 Added GThread support 2012-03-12 12:54:38 +00:00
Gergely Polonkai 44a5a07874 Added debugging support
Added --enable-debug flag to configure.ac. It currently only enables the
DebugContext macro in main.c
2012-03-10 18:24:23 +01:00
Gergely Polonkai 3ae05dd663 Added PKG_PROG_PKG_CONFIG
Cygwin pkg-config M4 works a bit different or something, so I have
added this call to set PKG_CONFIG variable in configure.ac
2012-03-10 18:23:17 +01:00
Gergely Polonkai (W00d5t0ck) 7d93696438 moved from GNet to GLib/GIO
GNet, which was originally chosen to be used as the networking library
is obsolete and upstream is no longer developed. Thus, I moved to GLib/GIO
(which sucks, without proper examples).
2012-03-08 17:39:45 +01:00
Gergely Polonkai (W00d5t0ck) 37c3d43365 Added GNet dependency to autotools
Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
2012-03-07 23:01:31 +01:00
Gergely Polonkai (W00d5t0ck) a591efd613 Added SQLite3 support into configure.ac and Makefile templates
Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
2012-03-07 19:08:32 +01:00
Gergely Polonkai (W00d5t0ck) 869570071d Added autotools stuff 2012-03-07 16:37:43 +01:00