]> git.stg.codes - stg.git/history - projects
Add -DLINUX for scriptexecuter
[stg.git] / projects /
2011-08-31 Maxim MamontovRules counter added to the SMUX plugin
2011-08-31 Maxim MamontovAdd rules count in STG-MIB
2011-08-31 Maxim MamontovFix resource leak in file_store
2011-08-31 Maxim MamontovRemove const qualifier from return type of assignement...
2011-08-31 Maxim MamontovPass config file via const reference in sgauth/sgathstr...
2011-08-31 Maxim MamontovAdd rules count method to the traffcounter iface
2011-08-31 Maxim MamontovFix accessing array element above array bounds in rsconf
2011-08-31 Maxim MamontovAssignement and comparsion operators removed from admin...
2011-08-31 Maxim MamontovUse WaitPackets in CONFIGPROTO network interactions
2011-08-31 Maxim MamontovWaitPackets moved to common.lib
2011-08-31 Maxim MamontovFix header length in RecvHdr
2011-08-13 Maxim MamontovSet services and corps to plugins
2011-08-13 Maxim MamontovAdd some assertions
2011-08-13 Maxim MamontovCorporations added to compilation
2011-08-13 Maxim MamontovSome fixes in service implementation
2011-08-13 Maxim MamontovBasic corporations implementation added
2011-08-13 Maxim MamontovGet<something>Num -> Count
2011-08-13 Maxim MamontovFix compilation errors got after API changes
2011-08-13 Maxim MamontovMore clear plugin API
2011-08-13 Maxim MamontovSimplified admins API
2011-08-13 Maxim MamontovAdmin, service and corporation sesnsors added for SUMX
2011-08-13 Maxim MamontovFix some headers in admins implementation
2011-08-13 Maxim MamontovInitial services implementation added
2011-08-13 Maxim MamontovService and corporation permissions added
2011-08-08 Maxim MamontovTables update implemented
2011-08-08 Maxim MamontovString coversion added to the sensors for debugging...
2011-08-08 Maxim MamontovChange OID in responce for the GetNext request
2011-08-08 Maxim MamontovSuffix construction and prefix compare methods added...
2011-08-08 Maxim MamontovAdded specialization for std::string of Value2OS
2011-08-08 Maxim MamontovTariff users table index fixed
2011-08-08 Maxim MamontovTable builders added for the SMUX plugin
2011-08-02 Maxim MamontovCosmetic changes and possible sgconfig hang's fix
2011-08-02 Maxim MamontovReplace some unsigned types with size_t
2011-08-02 Maxim MamontovReplace static void * CONFIGPROTO::Run(void *) with...
2011-08-02 Maxim MamontovFix some headers
2011-08-02 Maxim MamontovReplcae GetStore with new GetPlugin method from plugin...
2011-08-02 helenMake some methods inline
2011-07-30 Maxim MamontovReset delayed tariff change when setting new tariff...
2011-07-27 Maxim MamontovReplace -g3 with -ggdb3 (supported by gcc, clang and...
2011-07-27 Maxim MamontovTypes mismatch fixed
2011-07-27 Maxim MamontovSetup CFLAGS as a copy of CXXFLAGS
2011-07-27 Maxim MamontovFixed compilation issues
2011-07-27 Maxim MamontovFix compilation and linkage issues
2011-07-27 Maxim Mamontovscriptexecuter become a plain C library
2011-07-27 Maxim Mamontovsmux.lib added to build process
2011-07-27 Maxim MamontovAdded specialization for unsigned in, long and unsigned...
2011-07-27 Maxim MamontovBack to good old static libs (no more .so-hell!)
2011-07-26 Maxim MamontovHack for libsmux includes
2011-07-26 Maxim MamontovLink against smux library instead of plain object files
2011-07-26 Maxim MamontovASN.1 sources moved to library
2011-07-26 Maxim MamontovASN.1 generated code moved to library
2011-07-26 Maxim MamontovOther comparsion functions for OID added
2011-07-26 Maxim MamontovAdded a wrapper for correct oid comparsion
2011-07-25 Maxim MamontovCode deduplication (plugin creation via template PLUGIN...
2011-07-25 Maxim MamontovCode deduplication
2011-07-25 Maxim MamontovSMUX plugin added to core build file
2011-07-25 Maxim MamontovSMUX plugin code separated to SNMP helper functions...
2011-07-25 Maxim MamontovHandlers moved to separate file and added to compilation
2011-07-25 Maxim MamontovFix name collision
2011-07-25 Maxim MamontovUse common filtering algorithm with predicate specializ...
2011-07-25 Maxim MamontovOld files removed
2011-07-25 Maxim Mamontovsnma agent -> smux
2011-07-16 Maxim MamontovtariffChangeUsers param added to the SMUX plugin
2011-07-16 Maxim MamontovCorrect description for tariffUsers
2011-07-16 Maxim Mamontov/etc/rscriptd replaced with /etc/stargazer in rscriptd...
2011-07-13 Maxim MamontovUse PEN assigned by IANA instead of taken from Lev...
2011-07-06 Maxim MamontovFix the STG-MIB
2011-06-20 Maxim MamontovFix error with undefined CC and CXX
2011-06-20 Maxim MamontovReplace snakeCase with SnakeCase in params of storage...
2011-06-16 Maxim MamontovUse CC and CXX on various checks in build script
2011-06-16 Maxim MamontovMissing headers added
2011-06-16 Maxim MamontovExplicit constructor initialization for the base class...
2011-06-10 Maxim MamontovFill STG-MIB with real tree branches
2011-06-10 Maxim MamontovUse data sensors in queries
2011-06-10 Maxim MamontovData sensors added
2011-06-02 Maxim MamontovTodo for SMUX added
2011-06-01 Maxim MamontovSendGetResponsePDU implemented
2011-06-01 Maxim MamontovUtils for OID conversion, response skeleton, VarBindLis...
2011-06-01 Maxim MamontovSTG-MIB added
2011-06-01 Maxim MamontovRequest dispatching added
2011-06-01 Maxim MamontovRequest handlers added
2011-05-31 Maxim MamontovCore functionality implemented
2011-05-31 Maxim MamontovFix uninitialized variabled in mod_store_mysql
2011-05-30 Maxim MamontovPartially working snmp agent
2011-05-30 Maxim MamontovBase plugin structure implemented for SNMP Agent plugin
2011-05-30 Maxim MamontovSNMP Agent plugin added
2011-05-30 Maxim MamontovDB store plugin params unified
2011-05-28 Maxim MamontovReplace RemoveDir with more efficient implementation
2011-05-28 Maxim MamontovReplace fake disconnects with real and fix some errors
2011-05-26 Maxim MamontovAdd missing header
2011-05-26 Maxim MamontovImplement ReconnectOnTariffChange logic
2011-05-26 Maxim MamontovUSER_IMPL::SetPrepaidTraff moved to private section
2011-05-26 Maxim MamontovFix prepaid traff setting on fee charge
2011-05-26 Maxim MamontovReconnectOnTariffChange added to the settings
2011-05-26 Maxim MamontovAllow to use NULL tariff instead empty one
2011-05-26 Maxim MamontovAllow to use virtual inheritance on SETTINGS for testin...
2011-05-26 Maxim MamontovFee charge rule selector added with 3 different charge...
2011-05-25 Maxim MamontovMembers initialization order fixed in PostgreSQL storag...
2011-05-25 Maxim Mamontov'retries' parameter added to PostgreSQL storage plugin
2011-05-25 Maxim MamontovNice adjustement removed
next