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

Log of /smsdaemon/Common.cpp

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 678 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 27 21:06:53 2010 UTC (14 years ago) by torben
File length: 2562 byte(s)
Diff to previous 217 , to selected 36
undo previous unintentional commit

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: 2562 byte(s)
Diff to previous 216 , to selected 36
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: 3409 byte(s)
Diff to previous 208 , to selected 36
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 208 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 21 18:41:08 2008 UTC (15 years, 5 months ago) by torben
File length: 2523 byte(s)
Diff to previous 196 , to selected 36
Enable dynamic reload of plugins/tasks when recieving a HUP signal


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

astyle -t -b -N


Revision 175 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 10 22:02:28 2008 UTC (15 years, 5 months ago) by torben
File length: 2517 byte(s)
Diff to previous 158 , to selected 36
Common.cpp, actually use the config file specified on command line

(the rest): enable optional use of syslog


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: 2399 byte(s)
Copied from: smsdaemon/common.cpp revision 157
Diff to previous 157 , to selected 36
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
Original Path: smsdaemon/common.cpp
File length: 2399 byte(s)
Diff to previous 150 , to selected 36
Move logpart to its own files


Revision 150 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 7 21:42:15 2008 UTC (15 years, 5 months ago) by torben
Original Path: smsdaemon/common.cpp
File length: 3223 byte(s)
Diff to previous 146 , to selected 36
Make daemon mode a chance to dump error messages to console before daemonizing


Revision 146 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 7 20:06:12 2008 UTC (15 years, 5 months ago) by torben
Original Path: smsdaemon/common.cpp
File length: 3187 byte(s)
Diff to previous 114 , to selected 36
Added configuration module


Revision 114 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 2 20:14:20 2008 UTC (15 years, 6 months ago) by torben
Original Path: smsdaemon/common.cpp
File length: 2823 byte(s)
Diff to previous 109 , to selected 36
Enable compilation 4.3


Revision 109 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 24 17:57:04 2008 UTC (15 years, 8 months ago) by torben
Original Path: smsdaemon/common.cpp
File length: 2803 byte(s)
Diff to previous 106 , to selected 36
TogPlugin.cpp: Avoid danish characters in station codes.

common.cpp: The month in struct tm is 0-based instead of 1-based (eg. January is 0), 
            reflect this in the list of month-names.


Revision 106 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 17 17:56:45 2008 UTC (15 years, 11 months ago) by torben
Original Path: smsdaemon/common.cpp
File length: 2806 byte(s)
Diff to previous 94 , to selected 36
Also show SVNVERSION in printUsage();


Revision 94 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 16 11:57:48 2008 UTC (15 years, 11 months ago) by torben
Original Path: smsdaemon/common.cpp
File length: 2790 byte(s)
Diff to previous 92 , to selected 36
Testing keyword property substitution


Revision 92 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 16 11:30:20 2008 UTC (15 years, 11 months ago) by torben
Original Path: smsdaemon/common.cpp
File length: 2759 byte(s)
Diff to previous 55 , to selected 36
No need for Common.h to include TaskManager.h and PluginManager.h



Revision 55 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 11 14:25:08 2008 UTC (15 years, 11 months ago) by torben
Original Path: smsdaemon/common.cpp
File length: 2323 byte(s)
Diff to previous 36
Silenced warning



Revision 36 - (view) (download) (annotate) - [selected]
Modified Tue Jun 10 15:34:19 2008 UTC (15 years, 11 months ago) by torben
Original Path: smsdaemon/common.cpp
File length: 2317 byte(s)
Diff to previous 26
SerialPort.cpp: silenced 2 warnings (signed/unsigned comparison)

main.cpp,GsmModem.cpp,common.(h|cpp): added some statistics


Revision 26 - (view) (download) (annotate) - [select for diffs]
Added Mon Jun 9 18:15:53 2008 UTC (15 years, 11 months ago) by torben
Original Path: smsdaemon/common.cpp
File length: 1983 byte(s)
Diff to selected 36
Added first basic edition of smsdaemon.

So far sending & receiving sms works and a basic sample plugin is implemented.


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