/[projects]/smsdaemon/SmsDaemon.cpp
ViewVC logotype

Log of /smsdaemon/SmsDaemon.cpp

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: 3070 byte(s)
Diff to previous 217
Added basic infra structure for an embedded http engine

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: 2933 byte(s)
Diff to previous 216
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 216 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 23 12:09:08 2008 UTC (15 years, 4 months ago) by torben
File length: 2896 byte(s)
Diff to previous 210
Added config option of privileged and blacklisted phone numbers, and applied the blacklist to
Proxy Transceiver.

Am still missing the equivalent for incomming messages (ProxyPlugin)


Revision 210 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 21 21:14:40 2008 UTC (15 years, 4 months ago) by torben
File length: 2785 byte(s)
Diff to previous 208
No usage for DeleteAllSms(), since all incoming messages should be serviced


Revision 208 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 21 18:41:08 2008 UTC (15 years, 4 months ago) by torben
File length: 2810 byte(s)
Diff to previous 205
Enable dynamic reload of plugins/tasks when recieving a HUP signal


Revision 205 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 19 22:29:25 2008 UTC (15 years, 4 months ago) by torben
File length: 2423 byte(s)
Diff to previous 196
Enable selection and configuration of loaded plugins to be specified in the configuration file


Revision 196 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 18 06:53:29 2008 UTC (15 years, 4 months ago) by torben
File length: 2378 byte(s)
Diff to previous 180
Make pretty

astyle -t -b -N


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: 2382 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: 2421 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: 2421 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: 2389 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: 2225 byte(s)
Diff to previous 145
Refactoring / rename:
        IGsmModem -> ISmsTransceiver
        GsmModem -> ModemTransceiver
        DebugGsmModem -> DebugTransceiver

Move DebugTransceiver to its own files.



Revision 145 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 7 16:31:40 2008 UTC (15 years, 5 months ago) by torben
File length: 2219 byte(s)
Diff to previous 142
Forgot to correct the include statements


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: 2218 byte(s)
Diff to previous 132
Refacerored SMS class


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: 2203 byte(s)
Diff to previous 128
Added spooling (queing) function, with a standalone application(smsqueue) to put new messages 
into the spool dir.


Revision 128 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 6 15:13:34 2008 UTC (15 years, 5 months ago) by torben
File length: 2165 byte(s)
Diff to previous 126
Revert r125 & r126 - and use some less aggressive timevalues


Revision 126 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 6 14:25:53 2008 UTC (15 years, 5 months ago) by torben
File length: 2250 byte(s)
Diff to previous 125
Damn, how could i forget to increment the loopcount ???


Revision 125 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 6 14:06:17 2008 UTC (15 years, 5 months ago) by torben
File length: 2235 byte(s)
Diff to previous 101
no need to check for new sms or execute tasks more than once per second


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: 2163 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: 2167 byte(s)
Diff to previous 95
Finally got read of svn version working


Revision 95 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 16 12:21:30 2008 UTC (15 years, 10 months ago) by torben
File length: 2160 byte(s)
Diff to previous 94
Set an interval between sms reads from modem.


Revision 94 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 16 11:57:48 2008 UTC (15 years, 10 months ago) by torben
File length: 1929 byte(s)
Diff to previous 92
Testing keyword property substitution


Revision 92 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 16 11:30:20 2008 UTC (15 years, 10 months ago) by torben
File length: 1850 byte(s)
Diff to previous 88
No need for Common.h to include TaskManager.h and PluginManager.h



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



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