/[projects]/smsdaemon/CMakeLists.txt
ViewVC logotype

Log of /smsdaemon/CMakeLists.txt

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 675 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 27 20:07:12 2010 UTC (14 years ago) by torben
File length: 1405 byte(s)
Diff to previous 324
Added basic infra structure for an embedded http engine

Revision 324 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 16 09:20:01 2009 UTC (14 years, 7 months ago) by torben
File length: 1346 byte(s)
Diff to previous 217
The new togplugin uses expat, so make CMake find and use this library


Revision 217 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 23 14:20:43 2008 UTC (15 years, 4 months ago) by torben
File length: 1315 byte(s)
Diff to previous 211
Solved ToDo item:
'- Create a filtering method:
-  Incoming: which phonenumbers are allowed to invoke which plugins
-  Incoming could be solved with a PluginProxy() which intercepts the ExecutePlugin calls (only 
PluginManager needs to know about this one)'

Move the Access related items to AccessManager.*



Revision 211 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 21 22:08:20 2008 UTC (15 years, 4 months ago) by torben
File length: 1280 byte(s)
Diff to previous 194
Add a Proxy Transceiver to enforce requirements on outgoing messages


Revision 194 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 18 00:03:05 2008 UTC (15 years, 4 months ago) by torben
File length: 1259 byte(s)
Diff to previous 193
Make sure to test for the CURL dependencies


Revision 193 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 17 23:43:26 2008 UTC (15 years, 4 months ago) by torben
File length: 1128 byte(s)
Diff to previous 180
Util.*, HttpClient.*: 
	make a new Http client based on libcurl and deprecate Util::readUrl
	
WeatherPlugin.cpp, TrainInfo.cpp:
	Make use of HttpClient
	
UrlTriggerPlugin.*:
	Make a new plugin which can trigger an external webapp. and return the response back to the requester





Revision 180 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 12 12:54:27 2008 UTC (15 years, 4 months ago) by torben
File length: 1103 byte(s)
Diff to previous 158
Remove ISmsTransceiver::DeleteSms() - Each transceiver should clean up after itself

Merge SmsHelper into ModemTransceiver, since it is closely connected to the AT command output



Revision 158 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 8 21:49:49 2008 UTC (15 years, 5 months ago) by torben
File length: 1117 byte(s)
Diff to previous 157
rename:
	util.* -> Util.*
	common.* -> Common.*


Revision 157 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 8 21:28:40 2008 UTC (15 years, 5 months ago) by torben
File length: 1117 byte(s)
Diff to previous 151
Move logpart to its own files


Revision 151 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 8 10:42:04 2008 UTC (15 years, 5 months ago) by torben
File length: 1106 byte(s)
Diff to previous 149
Added a transceiver which uses smstools for interfaceing with the gsm modem.
-> http://smstools3.kekekasvi.com/



Revision 149 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 7 20:58:41 2008 UTC (15 years, 5 months ago) by torben
File length: 1082 byte(s)
Diff to previous 146
Refactoring / rename:
        IGsmModem -> ISmsTransceiver
        GsmModem -> ModemTransceiver
        DebugGsmModem -> DebugTransceiver

Move DebugTransceiver to its own files.



Revision 146 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 7 20:06:12 2008 UTC (15 years, 5 months ago) by torben
File length: 1053 byte(s)
Diff to previous 142
Added configuration module


Revision 142 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 7 15:51:02 2008 UTC (15 years, 5 months ago) by torben
File length: 1026 byte(s)
Diff to previous 139
Refacerored SMS class


Revision 139 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 7 11:55:44 2008 UTC (15 years, 5 months ago) by torben
File length: 1012 byte(s)
Diff to previous 133
Cleanup CMake files and rename "libtasks" -> "libsmstasks" and "libplugins" -> "libsmsplugins"


Revision 133 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 7 07:59:23 2008 UTC (15 years, 5 months ago) by torben
File length: 1025 byte(s)
Diff to previous 132
no need for smsqueue to deoend on the other libraries


Revision 132 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 7 00:59:05 2008 UTC (15 years, 5 months ago) by torben
File length: 1075 byte(s)
Diff to previous 131
Added spooling (queing) function, with a standalone application(smsqueue) to put new messages 
into the spool dir.


Revision 131 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 6 20:26:38 2008 UTC (15 years, 5 months ago) by torben
File length: 1011 byte(s)
Diff to previous 130
Enabled "make install"


Revision 130 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 6 19:37:11 2008 UTC (15 years, 5 months ago) by torben
File length: 916 byte(s)
Diff to previous 101
Require cmake v2.6 (and make cmake shut up)


Revision 101 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 16 16:41:18 2008 UTC (15 years, 10 months ago) by torben
File length: 879 byte(s)
Diff to previous 99
Finally is the version.h working as i want to

Added a StatusPlugin


Revision 99 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 16 15:32:07 2008 UTC (15 years, 10 months ago) by torben
File length: 1077 byte(s)
Diff to previous 96
Finally got read of svn version working


Revision 96 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 16 14:04:19 2008 UTC (15 years, 10 months ago) by torben
File length: 795 byte(s)
Diff to previous 91
Finish the task interface


Revision 91 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 16 10:56:02 2008 UTC (15 years, 10 months ago) by torben
File length: 786 byte(s)
Diff to previous 88
Move serialport to its own directory


Revision 88 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 16 09:04:05 2008 UTC (15 years, 10 months ago) by torben
File length: 741 byte(s)
Diff to previous 82
Refactored some of the main.cpp code into SmsDaemon class.



Revision 82 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 15 20:06:39 2008 UTC (15 years, 10 months ago) by torben
File length: 727 byte(s)
Diff to previous 59
Added task infrastructure.


Revision 59 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 11 19:42:24 2008 UTC (15 years, 10 months ago) by torben
File length: 691 byte(s)
Diff to previous 54
Implemented basic sms pdu support


Revision 54 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 11 12:57:26 2008 UTC (15 years, 10 months ago) by torben
File length: 680 byte(s)
Diff to previous 47
Moving Plugin and PluginManager back to the main library because ... because I can !!!



Revision 47 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 11 09:12:15 2008 UTC (15 years, 10 months ago) by torben
File length: 651 byte(s)
Diff to previous 45
added "tester" as application target and made the libraries shared (.so) in order to avoid mutual library dependency problems



Revision 45 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 11 09:00:56 2008 UTC (15 years, 10 months ago) by torben
File length: 557 byte(s)
Diff to previous 30
CMakeLists.txt added a smsdaemon core library in order to ease testing.

The other changes is to make this new library work correctly


Revision 30 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 9 21:56:47 2008 UTC (15 years, 11 months ago) by torben
File length: 514 byte(s)
Diff to previous 28
main.cpp: when daemon, clean up before exiting.

Plugin.h: silence a initializer warning

CMakeLists.txt: enable compiler warnings 


Revision 28 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 9 20:56:03 2008 UTC (15 years, 11 months ago) by torben
File length: 488 byte(s)
Diff to previous 27
Restructured the plugins a little and implemented a spam plugin.



Revision 27 - (view) (download) (annotate) - [select for diffs]
Added Mon Jun 9 19:22:59 2008 UTC (15 years, 11 months ago) by torben
File length: 391 byte(s)
Switched from homemade makefiles to CMake


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.20