]>
 
 
git.stg.codes - stg.git/log 
 
 
 
 
 
 
 
Elena Mamontova  [Tue, 9 Feb 2016 16:09:17 +0000  (18:09 +0200)] 
 
Ticket 26. The Reload() function declaration added. 
 
Elena Mamontova  [Tue, 9 Feb 2016 16:06:00 +0000  (18:06 +0200)] 
 
Ticket 26. The SETTINGS_IMPL & SETTINGS_IMPL::operator() definition added. 
 
Elena Mamontova  [Tue, 9 Feb 2016 16:04:26 +0000  (18:04 +0200)] 
 
Ticket 26. The SETTINGS_IMPL & operator() declaration added. 
 
Elena Mamontova  [Tue, 9 Feb 2016 15:57:06 +0000  (17:57 +0200)] 
 
Ticket 26. The SETTINGS_IMPL newSettings object declaration moved into 
case SIGHUP. The settings = newSettings added to case SIGHUP. 
 
Elena Mamontova  [Thu, 4 Feb 2016 08:08:37 +0000  (10:08 +0200)] 
 
Ticket 26. SETTING_IMPL newSettings object - copy of the settings object 
added. The newSetings.ReadSettings() call and checking of result added 
in the 'switch' after the case SIGHUP. 
 
Maxim Mamontov  [Sun, 20 Dec 2015 20:17:35 +0000  (22:17 +0200)] 
 
Immediate disconnect on Unauthorize if not authorized. 
 
Maxim Mamontov  [Sun, 20 Dec 2015 20:04:44 +0000  (22:04 +0200)] 
 
Stop plugins before stopping core. 
 
Maxim Mamontov  [Sun, 20 Dec 2015 19:36:04 +0000  (21:36 +0200)] 
 
Do not flush indexes on stop (fixes #44). 
 
Maxim Mamontov  [Sun, 20 Dec 2015 17:25:55 +0000  (19:25 +0200)] 
 
Fixed editing tariffs. 
 
Maxim Mamontov  [Fri, 18 Dec 2015 21:49:51 +0000  (23:49 +0200)] 
 
"*" is also not a single IP. 
 
Maxim Mamontov  [Mon, 14 Dec 2015 21:57:01 +0000  (23:57 +0200)] 
 
Merge remote-tracking branch 'origin/ticket42' into stg-2.409 
 
Maxim Mamontov  [Wed, 9 Dec 2015 20:21:45 +0000  (22:21 +0200)] 
 
Added specialization of str2x for doubles. 
 
Maxim Mamontov  [Wed, 9 Dec 2015 20:21:07 +0000  (22:21 +0200)] 
 
Correct conversion of resetable structures. 
 
Maxim Mamontov  [Wed, 9 Dec 2015 20:19:52 +0000  (22:19 +0200)] 
 
Added ability to optionally transfer resetable value to a real var. 
 
Elena Mamontova  [Thu, 3 Dec 2015 09:00:45 +0000  (11:00 +0200)] 
 
Ticket 42. 'DOTCONF++:' removed, 'file' changed to 'File' in the 
snprintf() third parameter in if(lineNum) construction of error() function. The third parameter 
changed to "%s", fourth parameter removed in the if(realpath() == Null) 
of setContent() function. 
 
Maxim Mamontov  [Sun, 25 Oct 2015 16:47:04 +0000  (18:47 +0200)] 
 
Added more tests for cryptography. 
 
Maxim Mamontov  [Sun, 25 Oct 2015 16:45:42 +0000  (18:45 +0200)] 
 
Fixed parsers. 
 
Maxim Mamontov  [Sun, 25 Oct 2015 16:45:19 +0000  (18:45 +0200)] 
 
Fixed receiving partial streams. 
 
Maxim Mamontov  [Sun, 25 Oct 2015 16:44:26 +0000  (18:44 +0200)] 
 
Added protocol dumper. 
 
Maxim Mamontov  [Sun, 18 Oct 2015 14:47:50 +0000  (17:47 +0300)] 
 
Fixed parsing parameters with empty values. 
 
Maxim Mamontov  [Mon, 1 Jun 2015 20:11:50 +0000  (23:11 +0300)] 
 
Another iconv... 
 
Maxim Mamontov  [Mon, 1 Jun 2015 20:01:09 +0000  (23:01 +0300)] 
 
Fixed hardcoded iconv in sgconf. 
 
Maxim Mamontov  [Mon, 1 Jun 2015 19:04:47 +0000  (22:04 +0300)] 
 
Don't compile c-file s with cxx-compiler. Clang doesn't like it. 
 
Maxim Mamontov  [Mon, 11 May 2015 17:41:04 +0000  (20:41 +0300)] 
 
Fixed iconv linkage. 
 
Maxim Mamontov  [Mon, 11 May 2015 17:04:06 +0000  (20:04 +0300)] 
 
Added "smart" iconv 2nd arg const-ness detection. 
 
Maxim Mamontov  [Tue, 31 Mar 2015 05:51:20 +0000  (08:51 +0300)] 
 
Moved sgconf* back to /usr/sbin for backward compatibility. 
 
Maxim Mamontov  [Mon, 16 Mar 2015 20:49:24 +0000  (22:49 +0200)] 
 
Syntactic fixes. 
 
Maxim Mamontov  [Mon, 16 Mar 2015 20:43:56 +0000  (22:43 +0200)] 
 
Another bunch of fixes related to BSD-like install. 
 
Maxim Mamontov  [Mon, 16 Mar 2015 20:38:00 +0000  (22:38 +0200)] 
 
Fixes due to stupid behaviour of BSD-like install. 
 
Maxim Mamontov  [Mon, 16 Mar 2015 20:15:20 +0000  (22:15 +0200)] 
 
eq/neq fixes. 
 
Maxim Mamontov  [Mon, 16 Mar 2015 20:06:04 +0000  (22:06 +0200)] 
 
Fixed installation on BSD-systems. 
 
Maxim Mamontov  [Sun, 1 Feb 2015 18:10:49 +0000  (20:10 +0200)] 
 
Another small fix in build script. 
 
Maxim Mamontov  [Sun, 1 Feb 2015 15:39:35 +0000  (17:39 +0200)] 
 
Another small fix in a build script. 
 
Maxim Mamontov  [Sun, 1 Feb 2015 15:34:27 +0000  (17:34 +0200)] 
 
Fixes in dealing with external libs. 
 
Maxim Mamontov  [Sat, 31 Jan 2015 18:28:14 +0000  (20:28 +0200)] 
 
Backported some changes from 2.5. 
 
Maxim Mamontov  [Sat, 31 Jan 2015 18:15:48 +0000  (20:15 +0200)] 
 
Fixed compiler complaints. 
 
Maxim Mamontov  [Sat, 31 Jan 2015 16:36:56 +0000  (18:36 +0200)] 
 
Fixed tests. 
 
Maxim Mamontov  [Sat, 31 Jan 2015 15:30:32 +0000  (17:30 +0200)] 
 
Ignore sgconf_xml. 
 
Maxim Mamontov  [Sat, 31 Jan 2015 15:27:53 +0000  (17:27 +0200)] 
 
Corrected upload/download mess. 
 
Maxim Mamontov  [Sat, 31 Jan 2015 15:26:49 +0000  (17:26 +0200)] 
 
Userdata can also contain cyrilic symbols. 
 
Maxim Mamontov  [Sun, 25 Jan 2015 18:23:17 +0000  (20:23 +0200)] 
 
Added necessary headers in netlink/nfq checks. 
 
Maxim Mamontov  [Sun, 25 Jan 2015 18:22:19 +0000  (20:22 +0200)] 
 
Handle cash changes properly. 
 
Maxim Mamontov  [Sun, 25 Jan 2015 18:21:16 +0000  (20:21 +0200)] 
 
Added some handy funcs to work with IBPP statements. 
 
Maxim Mamontov  [Sun, 25 Jan 2015 18:20:15 +0000  (20:20 +0200)] 
 
Encrypt including the last \0. 
 
Maxim Mamontov  [Sun, 25 Jan 2015 18:07:03 +0000  (20:07 +0200)] 
 
Added SERVCONF dtor. 
 
Maxim Mamontov  [Sun, 25 Jan 2015 18:06:12 +0000  (20:06 +0200)] 
 
Fixed unary x2str. 
 
Maxim Mamontov  [Sun, 25 Jan 2015 18:05:15 +0000  (20:05 +0200)] 
 
Phone number may contain cyrilic characters. Added conversion. 
 
Maxim Mamontov  [Sun, 25 Jan 2015 18:04:10 +0000  (20:04 +0200)] 
 
Added default constructor for resetable USER_CONF. 
 
Maxim Mamontov  [Sun, 25 Jan 2015 18:03:33 +0000  (20:03 +0200)] 
 
Added in-to-traff-type conversion. 
 
Maxim Mamontov  [Sun, 18 Jan 2015 20:48:14 +0000  (22:48 +0200)] 
 
Allowed to build sgconf_xml on Darwin. 
 
Maxim Mamontov  [Sun, 18 Jan 2015 20:38:55 +0000  (22:38 +0200)] 
 
Improved release version checking. 
 
Maxim Mamontov  [Sun, 18 Jan 2015 20:18:04 +0000  (22:18 +0200)] 
 
Some fixes in build scripts. 
 
Maxim Mamontov  [Sun, 18 Jan 2015 18:33:50 +0000  (20:33 +0200)] 
 
Removed unused class fields. 
 
Maxim Mamontov  [Sun, 18 Jan 2015 18:12:00 +0000  (20:12 +0200)] 
 
Fixed compilation of sgconf_xml. 
 
Maxim Mamontov  [Sun, 18 Jan 2015 18:08:56 +0000  (20:08 +0200)] 
 
Replaced some .data() with .const_data(). 
 
Maxim Mamontov  [Sun, 18 Jan 2015 18:01:57 +0000  (20:01 +0200)] 
 
Fixed compilation of sgconf. 
 
Maxim Mamontov  [Sun, 18 Jan 2015 18:01:15 +0000  (20:01 +0200)] 
 
Fixed compilation of srvconf lib. 
 
Maxim Mamontov  [Sun, 18 Jan 2015 17:40:38 +0000  (19:40 +0200)] 
 
Removed some unused stuff from netunit.cpp. 
 
Maxim Mamontov  [Sun, 18 Jan 2015 17:34:21 +0000  (19:34 +0200)] 
 
Removed unused functions. 
 
Maxim Mamontov  [Sat, 10 Jan 2015 20:13:18 +0000  (22:13 +0200)] 
 
Some fixes in USER_IMPL. 
 
Maxim Mamontov  [Sat, 10 Jan 2015 20:08:00 +0000  (22:08 +0200)] 
 
Fixed compilation issues. 
 
Maxim Mamontov  [Sat, 10 Jan 2015 20:07:04 +0000  (22:07 +0200)] 
 
Added handy encoding functions. 
 
Maxim Mamontov  [Sat, 10 Jan 2015 20:06:16 +0000  (22:06 +0200)] 
 
Use common case-conversion functions. 
 
Maxim Mamontov  [Sat, 10 Jan 2015 20:05:30 +0000  (22:05 +0200)] 
 
Added missing include. 
 
Maxim Mamontov  [Sat, 10 Jan 2015 19:51:12 +0000  (21:51 +0200)] 
 
More convenient logger. 
 
Maxim Mamontov  [Sat, 10 Jan 2015 19:44:39 +0000  (21:44 +0200)] 
 
Added missing include. 
 
Maxim Mamontov  [Sat, 10 Jan 2015 19:43:52 +0000  (21:43 +0200)] 
 
Added ToLower/ToUpper. 
 
Maxim Mamontov  [Sat, 10 Jan 2015 19:27:20 +0000  (21:27 +0200)] 
 
Changed version. 
 
Maxim Mamontov  [Sun, 7 Dec 2014 11:53:13 +0000  (13:53 +0200)] 
 
Settings object is now allocated on stack, no need to delete it. 
 
Maxim Mamontov  [Sun, 23 Nov 2014 20:51:20 +0000  (22:51 +0200)] 
 
Fixed crash on problems with loading plugins. 
 
Maxim Mamontov  [Fri, 21 Nov 2014 17:03:31 +0000  (19:03 +0200)] 
 
Removed some unused stuff from build script. 
 
Maxim Mamontov  [Fri, 21 Nov 2014 16:59:12 +0000  (18:59 +0200)] 
 
Added a special project to build all STG libs. 
 
Maxim Mamontov  [Sat, 25 Oct 2014 03:27:00 +0000  (06:27 +0300)] 
 
Cosmetic changes. 
 
Maxim Mamontov  [Sat, 25 Oct 2014 03:03:38 +0000  (06:03 +0300)] 
 
Added messages about starting and stopping modules. 
 
Maxim Mamontov  [Fri, 24 Oct 2014 02:56:36 +0000  (05:56  +0300)] 
 
Moved plugin-related things into a separate file. 
 
Conflicts: 
	projects/stargazer/user_impl.cpp 
 
Maxim Mamontov  [Fri, 17 Oct 2014 10:51:21 +0000  (13:51 +0300)] 
 
Minor changes. 
 
Maxim Mamontov  [Fri, 17 Oct 2014 10:06:21 +0000  (13:06 +0300)] 
 
Added Makefile for tests for Darwin platform. 
 
Maxim Mamontov  [Fri, 17 Oct 2014 10:05:56 +0000  (13:05 +0300)] 
 
Moved common initialization code to a separate class method. 
 
Conflicts: 
	include/stg/user_conf.h 
 
Maxim Mamontov  [Sat, 4 Oct 2014 08:09:07 +0000  (11:09 +0300)] 
 
Don't build projects in debug mode. 
 
Maxim Mamontov  [Fri, 3 Oct 2014 19:00:05 +0000  (22:00 +0300)] 
 
Fixed compilation under CLang/FreeBSD10. 
 
Maxim Mamontov  [Fri, 3 Oct 2014 09:46:35 +0000  (12:46 +0300)] 
 
Removed "using namespace std;" from sgauth. 
 
Maxim Mamontov  [Fri, 3 Oct 2014 09:46:21 +0000  (12:46 +0300)] 
 
Allowed to build on Darwin. 
 
Maxim Mamontov  [Fri, 3 Oct 2014 09:36:02 +0000  (12:36 +0300)] 
 
Removed "using namespace std;" from sgconv. 
 
Maxim Mamontov  [Fri, 3 Oct 2014 09:35:49 +0000  (12:35 +0300)] 
 
Allowed to build on Darwin. 
 
Maxim Mamontov  [Fri, 3 Oct 2014 09:29:53 +0000  (12:29 +0300)] 
 
Minor change in stg's Makefile. 
 
Maxim Mamontov  [Fri, 3 Oct 2014 09:29:29 +0000  (12:29 +0300)] 
 
Removed "using namespace std;" from rscriptd. 
 
Maxim Mamontov  [Fri, 3 Oct 2014 09:29:16 +0000  (12:29 +0300)] 
 
Allowed to build on Darwin. 
 
Maxim Mamontov  [Fri, 3 Oct 2014 09:16:14 +0000  (12:16 +0300)] 
 
Removed "using namespace std;" from stargazer. 
 
Maxim Mamontov  [Sun, 28 Sep 2014 15:44:45 +0000  (18:44 +0300)] 
 
Removed unused m_res class member. 
 
Maxim Mamontov  [Sun, 28 Sep 2014 15:44:26 +0000  (18:44 +0300)] 
 
Removed old InitEncrypt function. 
 
Maxim Mamontov  [Sun, 28 Sep 2014 15:35:20 +0000  (18:35 +0300)] 
 
Proper checks for libs. 
 
Conflicts: 
	projects/stargazer/build 
 
Maxim Mamontov  [Sat, 27 Sep 2014 22:47:22 +0000  (01:47  +0300)] 
 
Initialize m_store in ctor. 
 
Maxim Mamontov  [Sat, 27 Sep 2014 22:05:07 +0000  (01:05  +0300)] 
 
Fixed pointer arithmentics in crypto.lib. 
 
Maxim Mamontov  [Sat, 27 Sep 2014 21:44:10 +0000  (00:44  +0300)] 
 
Added keepalive setter. 
 
Maxim Mamontov  [Tue, 23 Sep 2014 15:17:37 +0000  (18:17 +0300)] 
 
Solved some TODOs. 
 
Conflicts: 
	projects/stargazer/plugins/configuration/sgconfig/parser_user_info.cpp 
	projects/stargazer/plugins/configuration/sgconfig/parser_user_info.h 
 
Maxim Mamontov  [Mon, 22 Sep 2014 20:30:43 +0000  (23:30 +0300)] 
 
Added long string for tests. 
 
Maxim Mamontov  [Mon, 22 Sep 2014 20:28:31 +0000  (23:28 +0300)] 
 
Finished new implementation of sgconfig plugin. 
 
Maxim Mamontov  [Mon, 22 Sep 2014 20:28:06 +0000  (23:28 +0300)] 
 
Better error reporting from plugin runner. 
 
Maxim Mamontov  [Mon, 22 Sep 2014 20:27:29 +0000  (23:27 +0300)] 
 
Added missing include. 
 
Maxim Mamontov  [Mon, 22 Sep 2014 20:26:58 +0000  (23:26 +0300)] 
 
Fixes due to changes in API. 
 
Conflicts: 
	stglibs/srvconf.lib/parsers/chg_tariff.cpp 
	stglibs/srvconf.lib/parsers/get_tariff.cpp