]> git.stg.codes - stg.git/log
stg.git
12 years agoAdd ReconnectOnTariffChange parameter description th the doc
Maxim Mamontov [Sat, 28 May 2011 16:18:57 +0000 (19:18 +0300)]
Add ReconnectOnTariffChange parameter description th the doc

12 years agoReplace RemoveDir with more efficient implementation
Maxim Mamontov [Sat, 28 May 2011 15:05:40 +0000 (18:05 +0300)]
Replace RemoveDir with more efficient implementation

12 years agoSplit lines to fit 80 char width
Maxim Mamontov [Sat, 28 May 2011 14:36:51 +0000 (17:36 +0300)]
Split lines to fit 80 char width

12 years agoIP initialization added in TEST_ADMIN
Maxim Mamontov [Sat, 28 May 2011 14:35:27 +0000 (17:35 +0300)]
IP initialization added in TEST_ADMIN

12 years agoTEST_SETTINGS_LOCAL moved outside the namespace, more assertions added
Maxim Mamontov [Sat, 28 May 2011 14:34:39 +0000 (17:34 +0300)]
TEST_SETTINGS_LOCAL moved outside the namespace, more assertions added

12 years agoUnused headers removed
Maxim Mamontov [Sat, 28 May 2011 14:33:27 +0000 (17:33 +0300)]
Unused headers removed

12 years agoReplace fake disconnects with real and fix some errors
Maxim Mamontov [Sat, 28 May 2011 14:32:06 +0000 (17:32 +0300)]
Replace fake disconnects with real and fix some errors

12 years agoAdded TEST_USERS
Maxim Mamontov [Thu, 26 May 2011 17:07:22 +0000 (20:07 +0300)]
Added TEST_USERS

12 years agoTEST_AUTH added
Maxim Mamontov [Thu, 26 May 2011 16:42:09 +0000 (19:42 +0300)]
TEST_AUTH added

12 years agoConnection notifier and watcher added
Maxim Mamontov [Thu, 26 May 2011 16:13:59 +0000 (19:13 +0300)]
Connection notifier and watcher added

12 years agoFix stgTime placement
Maxim Mamontov [Thu, 26 May 2011 15:48:17 +0000 (18:48 +0300)]
Fix stgTime placement

12 years agoAdd ReconnectOnTariffChange in TEST_SETTINGS implementation
Maxim Mamontov [Thu, 26 May 2011 15:47:29 +0000 (18:47 +0300)]
Add ReconnectOnTariffChange in TEST_SETTINGS implementation

12 years agoFix priv initialization in TEST_ADMIN implementation
Maxim Mamontov [Thu, 26 May 2011 15:47:03 +0000 (18:47 +0300)]
Fix priv initialization in TEST_ADMIN implementation

12 years agoAdded unit-test for ReconnectOnTariffChange property
Maxim Mamontov [Thu, 26 May 2011 15:46:30 +0000 (18:46 +0300)]
Added unit-test for ReconnectOnTariffChange property

12 years agoAdd missing header
Maxim Mamontov [Thu, 26 May 2011 15:46:03 +0000 (18:46 +0300)]
Add missing header

12 years agoImplement ReconnectOnTariffChange logic
Maxim Mamontov [Thu, 26 May 2011 15:27:17 +0000 (18:27 +0300)]
Implement ReconnectOnTariffChange logic

12 years agoUSER_IMPL::SetPrepaidTraff moved to private section
Maxim Mamontov [Thu, 26 May 2011 15:26:40 +0000 (18:26 +0300)]
USER_IMPL::SetPrepaidTraff moved to private section

12 years agoFix prepaid traff setting on fee charge
Maxim Mamontov [Thu, 26 May 2011 15:26:03 +0000 (18:26 +0300)]
Fix prepaid traff setting on fee charge

12 years agoReconnectOnTariffChange added to the settings
Maxim Mamontov [Thu, 26 May 2011 15:25:29 +0000 (18:25 +0300)]
ReconnectOnTariffChange added to the settings

12 years agoAdded description for the new parameter FeeChargeType
Maxim Mamontov [Thu, 26 May 2011 14:44:30 +0000 (17:44 +0300)]
Added description for the new parameter FeeChargeType

12 years agoFix compiler warnings in unit-tests
Maxim Mamontov [Thu, 26 May 2011 14:19:08 +0000 (17:19 +0300)]
Fix compiler warnings in unit-tests

12 years agoTest admin, settings, tariffs and store moved to separate files
Maxim Mamontov [Thu, 26 May 2011 14:04:06 +0000 (17:04 +0300)]
Test admin, settings, tariffs and store moved to separate files

12 years agoTest admin and test store added, all three test cases implemented
Maxim Mamontov [Thu, 26 May 2011 13:49:43 +0000 (16:49 +0300)]
Test admin and test store added, all three test cases implemented

12 years agoTest TARIFFS implementation added
Maxim Mamontov [Thu, 26 May 2011 13:05:49 +0000 (16:05 +0300)]
Test TARIFFS implementation added

12 years agoUnused heade removed
Maxim Mamontov [Thu, 26 May 2011 12:59:42 +0000 (15:59 +0300)]
Unused heade removed

12 years agoAdd new unit test - checking fee charging rules
Maxim Mamontov [Thu, 26 May 2011 12:59:10 +0000 (15:59 +0300)]
Add new unit test - checking fee charging rules

12 years agoAllow to use NULL tariff instead empty one
Maxim Mamontov [Thu, 26 May 2011 12:58:15 +0000 (15:58 +0300)]
Allow to use NULL tariff instead empty one

12 years agoAllow to use virtual inheritance on SETTINGS for testing purposes
Maxim Mamontov [Thu, 26 May 2011 12:16:34 +0000 (15:16 +0300)]
Allow to use virtual inheritance on SETTINGS for testing purposes

12 years agoFee charge rule selector added with 3 different charge rules
Maxim Mamontov [Thu, 26 May 2011 11:53:50 +0000 (14:53 +0300)]
Fee charge rule selector added with 3 different charge rules

12 years agoMembers initialization order fixed in PostgreSQL storage plugin
Maxim Mamontov [Wed, 25 May 2011 11:36:32 +0000 (14:36 +0300)]
Members initialization order fixed in PostgreSQL storage plugin

12 years ago'retries' parameter added to PostgreSQL storage plugin
Maxim Mamontov [Wed, 25 May 2011 11:35:43 +0000 (14:35 +0300)]
'retries' parameter added to PostgreSQL storage plugin

12 years agoNice adjustement removed
Maxim Mamontov [Wed, 25 May 2011 11:35:09 +0000 (14:35 +0300)]
Nice adjustement removed

12 years agoFix error with invalid disconnect reason
Maxim Mamontov [Fri, 20 May 2011 14:08:58 +0000 (17:08 +0300)]
Fix error with invalid disconnect reason

12 years agoRemove help from doc temporarily for packaging (realy for now)
Maxim Mamontov [Thu, 19 May 2011 15:02:18 +0000 (18:02 +0300)]
Remove help from doc temporarily for packaging (realy for now)

12 years agoRemove help from doc temporarily for packaging
Maxim Mamontov [Thu, 19 May 2011 14:59:50 +0000 (17:59 +0300)]
Remove help from doc temporarily for packaging

12 years agoFix path to docs in make.sh
Maxim Mamontov [Thu, 19 May 2011 14:58:00 +0000 (17:58 +0300)]
Fix path to docs in make.sh

12 years agoRemove sgauthstress from packaging temporarily 2.407-p1
Maxim Mamontov [Thu, 19 May 2011 14:52:26 +0000 (17:52 +0300)]
Remove sgauthstress from packaging temporarily

12 years agoVersion bump
Maxim Mamontov [Thu, 19 May 2011 14:42:05 +0000 (17:42 +0300)]
Version bump

12 years agoFix infinite loop while sending messages repeatedly
Maxim Mamontov [Wed, 18 May 2011 15:10:45 +0000 (18:10 +0300)]
Fix infinite loop while sending messages repeatedly

12 years agoTimeouts checking added partially
Maxim Mamontov [Wed, 11 May 2011 14:57:18 +0000 (17:57 +0300)]
Timeouts checking added partially

12 years agoNon-zero default values for aliveTimeout and userTimeout in USER
Maxim Mamontov [Wed, 11 May 2011 14:56:46 +0000 (17:56 +0300)]
Non-zero default values for aliveTimeout and userTimeout in USER

12 years agoAdding and connecting users separated in main
Maxim Mamontov [Wed, 11 May 2011 14:56:11 +0000 (17:56 +0300)]
Adding and connecting users separated in main

12 years agoTimeout fixed, proto starting and stopping added
Maxim Mamontov [Wed, 11 May 2011 11:21:48 +0000 (14:21 +0300)]
Timeout fixed, proto starting and stopping added

12 years agoLocks added, rnd logic for ALIVE changed, CONN_ACK bug fixed
Maxim Mamontov [Wed, 11 May 2011 11:18:56 +0000 (14:18 +0300)]
Locks added, rnd logic for ALIVE changed, CONN_ACK bug fixed

12 years agoUsers container changed from vector to list
Maxim Mamontov [Wed, 11 May 2011 11:13:57 +0000 (14:13 +0300)]
Users container changed from vector to list

12 years agoCheck socket creation and socket initialization added
Maxim Mamontov [Wed, 11 May 2011 11:07:35 +0000 (14:07 +0300)]
Check socket creation and socket initialization added

12 years agoImplement connecting and disconnecting users
Maxim Mamontov [Tue, 10 May 2011 15:04:08 +0000 (18:04 +0300)]
Implement connecting and disconnecting users

12 years agoCopy constructor, assignement operator and network initialization added
Maxim Mamontov [Tue, 10 May 2011 15:03:28 +0000 (18:03 +0300)]
Copy constructor, assignement operator and network initialization added
to USER

12 years agoConnect users on add
Maxim Mamontov [Tue, 10 May 2011 15:01:09 +0000 (18:01 +0300)]
Connect users on add

12 years agoServer address fixed
Maxim Mamontov [Tue, 10 May 2011 15:00:38 +0000 (18:00 +0300)]
Server address fixed

12 years agoRemove files copying from interface creation scripts
Maxim Mamontov [Tue, 10 May 2011 14:59:23 +0000 (17:59 +0300)]
Remove files copying from interface creation scripts

12 years agoAdd missing includes
Maxim Mamontov [Tue, 10 May 2011 12:54:29 +0000 (15:54 +0300)]
Add missing includes

12 years agoFix rnd type in USER
Maxim Mamontov [Tue, 10 May 2011 12:54:13 +0000 (15:54 +0300)]
Fix rnd type in USER

12 years agoFix some types and add UserCount method to PROTO
Maxim Mamontov [Tue, 10 May 2011 12:53:32 +0000 (15:53 +0300)]
Fix some types and add UserCount method to PROTO

12 years agoInitialize and fill proto with users in main
Maxim Mamontov [Tue, 10 May 2011 12:52:54 +0000 (15:52 +0300)]
Initialize and fill proto with users in main

12 years agoia library removed from building and linking
Maxim Mamontov [Tue, 10 May 2011 12:52:09 +0000 (15:52 +0300)]
ia library removed from building and linking

12 years agoA map of ip-to-user replaced with vector of pairs
Maxim Mamontov [Tue, 10 May 2011 12:26:11 +0000 (15:26 +0300)]
A map of ip-to-user replaced with vector of pairs

12 years agostg/ia.h removed from user.h
Maxim Mamontov [Tue, 10 May 2011 12:25:30 +0000 (15:25 +0300)]
stg/ia.h removed from user.h

12 years agoAnother part of PROTO implemented
Maxim Mamontov [Fri, 6 May 2011 15:00:10 +0000 (18:00 +0300)]
Another part of PROTO implemented

Senders added
Processors changed
Send/Recv implemeted
Implementation changed from select to poll
Control number logic implemeted
Phase checking implemented

12 years agoUser info holder implemented
Maxim Mamontov [Fri, 6 May 2011 14:59:33 +0000 (17:59 +0300)]
User info holder implemented

12 years agoEmpty lines removed from the end of the file
Maxim Mamontov [Fri, 6 May 2011 14:58:49 +0000 (17:58 +0300)]
Empty lines removed from the end of the file

12 years agomain.cpp cleaned up
Maxim Mamontov [Thu, 5 May 2011 15:02:42 +0000 (18:02 +0300)]
main.cpp cleaned up

12 years agoNew compilation modules added to the build system
Maxim Mamontov [Thu, 5 May 2011 15:02:04 +0000 (18:02 +0300)]
New compilation modules added to the build system

12 years agoAdd proto implementation and user state holder
Maxim Mamontov [Thu, 5 May 2011 15:00:57 +0000 (18:00 +0300)]
Add proto implementation and user state holder

12 years agoA list of 1000 user's login added
Maxim Mamontov [Thu, 5 May 2011 14:59:57 +0000 (17:59 +0300)]
A list of 1000 user's login added

12 years agoAdded scripts to generate network aliases and delete it
Maxim Mamontov [Thu, 5 May 2011 14:59:03 +0000 (17:59 +0300)]
Added scripts to generate  network aliases and delete it

12 years agoRename sgauth.conf to sgauthstress.conf
Maxim Mamontov [Thu, 5 May 2011 11:24:38 +0000 (14:24 +0300)]
Rename sgauth.conf to sgauthstress.conf

12 years agoMake bring sgauth.conf to be up-to-date
Maxim Mamontov [Thu, 5 May 2011 11:23:04 +0000 (14:23 +0300)]
Make bring sgauth.conf to be up-to-date

12 years agoAdd user list loading
Maxim Mamontov [Thu, 5 May 2011 11:22:10 +0000 (14:22 +0300)]
Add user list loading

12 years agoMove store unloading message forward
Maxim Mamontov [Thu, 5 May 2011 11:19:30 +0000 (14:19 +0300)]
Move store unloading message forward

12 years agoUpdate build system
Maxim Mamontov [Thu, 5 May 2011 10:52:20 +0000 (13:52 +0300)]
Update build system

12 years agoCompilation issues fixed
Maxim Mamontov [Thu, 5 May 2011 10:51:58 +0000 (13:51 +0300)]
Compilation issues fixed

12 years agoSettings code and header files renamed
Maxim Mamontov [Thu, 5 May 2011 09:34:36 +0000 (12:34 +0300)]
Settings code and header files renamed

12 years agoSettings code cleaned up
Maxim Mamontov [Thu, 5 May 2011 09:34:10 +0000 (12:34 +0300)]
Settings code cleaned up

12 years agoAuthorization protocol stress test utility
Maxim Mamontov [Wed, 4 May 2011 15:09:22 +0000 (18:09 +0300)]
Authorization protocol stress test utility

12 years agoFix auth_stress plugin to be up-to-date with current plugin interface
Maxim Mamontov [Wed, 4 May 2011 14:04:14 +0000 (17:04 +0300)]
Fix auth_stress plugin to be up-to-date with current plugin interface

12 years agoFix multiple typo: "alredy" -> "already"
Maxim Mamontov [Wed, 4 May 2011 09:38:19 +0000 (12:38 +0300)]
Fix multiple typo: "alredy" -> "already"

13 years agoPROG variavle removed from library's Makefiles
Maxim Mamontov [Sat, 23 Apr 2011 14:21:15 +0000 (17:21 +0300)]
PROG variavle removed from library's Makefiles

13 years agoWriteConf removed from stopping process
Maxim Mamontov [Fri, 22 Apr 2011 12:40:15 +0000 (15:40 +0300)]
WriteConf removed from stopping process

13 years agoRevert the effect of previous commit `cause it has no effect
Maxim Mamontov [Thu, 21 Apr 2011 13:51:58 +0000 (16:51 +0300)]
Revert the effect of previous commit `cause it has no effect

13 years agoCosmetic changes
Maxim Mamontov [Thu, 21 Apr 2011 13:20:01 +0000 (16:20 +0300)]
Cosmetic changes

13 years agoReplace properties in IsInetable with explicit use of variables
Maxim Mamontov [Thu, 21 Apr 2011 12:59:02 +0000 (15:59 +0300)]
Replace properties in IsInetable with explicit use of variables

13 years agoReplace updating lastActivityTime via property with pure assignement
Maxim Mamontov [Thu, 21 Apr 2011 12:02:52 +0000 (15:02 +0300)]
Replace updating lastActivityTime via property with pure assignement

13 years agoCosmetic change
Maxim Mamontov [Thu, 21 Apr 2011 11:43:23 +0000 (14:43 +0300)]
Cosmetic change

13 years agoPlaceholder added to the XML-RPC API documentation book
Maxim Mamontov [Wed, 20 Apr 2011 08:23:08 +0000 (11:23 +0300)]
Placeholder added to the XML-RPC API documentation book

13 years agoxslt filters moved upper, Makefiles fixed to use bundled xslt filters
Maxim Mamontov [Wed, 20 Apr 2011 08:20:26 +0000 (11:20 +0300)]
xslt filters moved upper, Makefiles fixed to use bundled xslt filters

13 years ago-doc suffix removed from XML-RPC API documentation
Maxim Mamontov [Wed, 20 Apr 2011 08:18:48 +0000 (11:18 +0300)]
-doc suffix removed from XML-RPC API documentation

13 years ago--stringparam base.path replaces with -o
Maxim Mamontov [Wed, 20 Apr 2011 08:18:05 +0000 (11:18 +0300)]
--stringparam base.path replaces with -o

13 years agoDocBook documentation stub added
Maxim Mamontov [Wed, 20 Apr 2011 08:15:35 +0000 (11:15 +0300)]
DocBook documentation stub added

13 years agoFix some styles in help.odt
Maxim Mamontov [Tue, 19 Apr 2011 13:30:06 +0000 (16:30 +0300)]
Fix some styles in help.odt

13 years agoStylistic changes in documentation
Maxim Mamontov [Tue, 19 Apr 2011 08:52:19 +0000 (11:52 +0300)]
Stylistic changes in documentation

13 years agoAdded note about waiting rscriptd until message queue becomes empty 2.407
Maxim Mamontov [Tue, 19 Apr 2011 08:32:45 +0000 (11:32 +0300)]
Added note about waiting rscriptd until message queue becomes empty

13 years agoVersion bump
Maxim Mamontov [Tue, 19 Apr 2011 08:23:33 +0000 (11:23 +0300)]
Version bump

13 years agoStargazer documentation added
Maxim Mamontov [Mon, 18 Apr 2011 14:23:41 +0000 (17:23 +0300)]
Stargazer documentation added

13 years agoAdd waiting for empty queue in rscriptd
Maxim Mamontov [Fri, 15 Apr 2011 14:23:51 +0000 (17:23 +0300)]
Add waiting for empty queue in rscriptd

Wait until queue is not become empty before deleting it

13 years agoLogging added for scriptexecuter
Maxim Mamontov [Fri, 15 Apr 2011 14:23:17 +0000 (17:23 +0300)]
Logging added for scriptexecuter

13 years agoEmpty lines removed from the end of scriptexecuter.h
Maxim Mamontov [Fri, 15 Apr 2011 14:22:42 +0000 (17:22 +0300)]
Empty lines removed from the end of scriptexecuter.h

13 years agoFix instllation of stglibs headers on FreeBSD
Maxim Mamontov [Thu, 14 Apr 2011 11:58:24 +0000 (14:58 +0300)]
Fix instllation of stglibs headers on FreeBSD

13 years agoFix includes installation on FreeBSD
Maxim Mamontov [Thu, 14 Apr 2011 11:47:11 +0000 (14:47 +0300)]
Fix includes installation on FreeBSD

13 years agoFix TRAFFCAOUNTER_IMPL construction
Maxim Mamontov [Thu, 14 Apr 2011 11:40:22 +0000 (14:40 +0300)]
Fix TRAFFCAOUNTER_IMPL construction