]> git.stg.codes - stg.git/history - projects
Documentation update
[stg.git] / projects /
2011-12-01 Maxim MamontovRevert previous changes
2011-12-01 Maxim MamontovRegister smux plugin as .stg24, not as a root
2011-12-01 Maxim MamontovStylistic changes
2011-12-01 Maxim MamontovPossible unicode symbol removed
2011-12-01 Maxim MamontovMore correct way to use printf
2011-12-01 Maxim MamontovReplace echo -e with printf
2011-11-30 Maxim MamontovSome comments removed from Firebird db creation script
2011-11-30 Maxim MamontovAllow group access for file db by default
2011-11-30 Maxim MamontovReplace == with -eq for numeric comparison
2011-11-13 Maxim MamontovSome weird type casts removed
2011-11-13 Maxim MamontovShut up compiler
2011-11-13 Maxim MamontovExtra semicolon and return in void functions removed
2011-11-13 Maxim MamontovTrailing coma removed
2011-11-13 Maxim MamontovExtra semicolon removed
2011-11-01 Maxim MamontovMissing -f added to ln
2011-10-29 Maxim MamontovExplicit shell specification removed
2011-10-28 Maxim MamontovFix DIRS param number in "OnDisconnect" scripts
2011-10-20 Maxim MamontovFix fee charge rules with non-zero credit
2011-10-20 Maxim MamontovDo not log about successful plugin stop if error occures
2011-10-12 Maxim MamontovDisable installing db structure for Firebird
2011-10-07 Maxim MamontovForce to create symlinks on make install-data
2011-09-21 Maxim MamontovFix radius plugin authorization
2011-09-21 Maxim MamontovFix stglibs order in sgauth (for --as-needed)
2011-09-21 Maxim MamontovFix libs order (for --as-needed)
2011-09-20 Maxim MamontovMove functor definition outside parent class
2011-09-20 Maxim MamontovReplace istream header with iostream header for some...
2011-09-20 Maxim MamontovAdd headers for old BSD systems, add unistd.h for close...
2011-09-20 Maxim MamontovExplicitly initialize base class in copy ctors of notifiers
2011-09-20 Maxim MamontovAdd proper header to use struct sockaddr_in in sgauthstress
2011-09-20 Maxim MamontovAdd proper header to use recvfrom/sendto in sgauthstress
2011-09-20 Maxim MamontovAdd proper header to use netinet/ip.h on *bsd systems
2011-09-20 Maxim MamontovShut up compiler about unused parameter on non-linux...
2011-09-20 Maxim MamontovDo not pass proc name to Executer in FreeBSD
2011-09-20 Maxim Mamontovlibstgcommon.s needs iconv
2011-09-20 Maxim MamontovAdd missing header in cap_ipq
2011-09-20 Maxim MamontovFix raw packet access in cap_divert
2011-09-20 Maxim MamontovFix path to headers in cap_debug
2011-09-20 Maxim MamontovRemove unused headers and add variable declaration...
2011-09-20 Maxim MamontovRemove const qualifier from sgauthstress implementation...
2011-09-20 Maxim MamontovFix projects and plugins building system to support...
2011-09-19 Maxim MamontovMake fee charging rules inclusive (2 includes 0 and...
2011-09-19 Maxim MamontovBlock all signals earlie, to inherit by all nested...
2011-09-16 Maxim MamontovUse external socket to correctly stop XML-RPC server
2011-09-16 Maxim MamontovDo not use pthread_kill to stop a thread
2011-09-16 Maxim MamontovReturn correct core if stop fails
2011-09-16 Maxim MamontovNew signal handling infrastructure. Prevent unloading...
2011-09-16 Maxim MamontovBlock all signals in threads other than main
2011-09-16 Maxim MamontovReplace deprecated usleep with POSIX-compliant nanosleep
2011-09-15 Maxim MamontovExtra semicolon removed
2011-09-15 Maxim MamontovAnother way of splitting c- and cpp- files
2011-09-15 Maxim MamontovWhitespace removed from the name of a file
2011-09-15 Maxim MamontovHide or add proper copy ctor and assignement operator...
2011-09-15 Maxim MamontovHide or add proper copy ctor and assignement operator...
2011-09-15 Maxim MamontovHide or add proper copy ctor and assignement operator...
2011-09-15 Maxim MamontovHide or add proper copy ctor and assignement operator...
2011-09-15 Maxim MamontovHide or add proper copy ctor and assignement operator...
2011-09-15 Maxim MamontovHide or add proper copy ctor and assignement operator...
2011-09-15 Maxim MamontovHide or add proper copy ctor and assignement operator...
2011-09-15 Maxim MamontovHide or add proper copy ctor and assignement operator...
2011-09-15 Maxim MamontovHide or add proper copy ctor and assignement operator...
2011-09-14 Maxim MamontovInitialize some members in initialization lists
2011-09-14 Maxim MamontovInitialize some fields via initializer lists in USER_IM...
2011-09-14 Maxim MamontovInitialize class members for SMUX_SETTINGS in constructor
2011-09-14 Maxim MamontovInitialize arcs member in all OID constructors
2011-09-14 Maxim MamontovAdd virtual destructor for Sensor
2011-09-14 Maxim MamontovHide assignement operator for USER_IMPL
2011-09-14 Maxim MamontovInitialize class members in EVENT_LOOP constructor
2011-09-14 Maxim MamontovHide copy constructor and assignement operator for...
2011-09-14 Maxim MamontovDo not mix CFLAGS and CXXFLAGS
2011-09-14 Maxim MamontovShut up compilers
2011-09-14 Maxim MamontovHide bufSize when NDEBUG is defined
2011-09-14 Maxim MamontovUse ptrdiff_t type for length variable to prevent compa...
2011-09-14 Maxim MamontovCheck write result and replace int with bool in return...
2011-09-13 Maxim MamontovAnother code cleanup
2011-09-13 Maxim MamontovCode cleanup
2011-09-13 Maxim MamontovFix some typos
2011-09-13 Maxim MamontovInitializing constructor added for IA_USER
2011-09-12 Maxim MamontovStrange code removed
2011-09-12 Maxim MamontovOne more stupid comment erased
2011-09-12 Maxim MamontovStupid comments erased
2011-09-12 Maxim MamontovLight inetaccess plugin refactoring
2011-09-12 Maxim MamontovCleanup ip2user on errors
2011-09-12 Maxim MamontovStylistic changes
2011-09-12 Maxim MamontovDead code removed
2011-09-12 Maxim MamontovStylistic changes
2011-09-12 Maxim MamontovSMUX reload with reconnect implemented
2011-09-12 Maxim MamontovFull and correct rollback in SMUX::Stop method
2011-09-12 Maxim MamontovCheck IP in USERS_IMPL::Authorize as early as possible
2011-09-10 Maxim MamontovFix service payDay type for correct work on 32/64-bit
2011-09-10 Maxim MamontovFix unsigned types while working with IBPP
2011-09-10 Maxim MamontovFix creator method call
2011-09-10 Maxim MamontovFix authorization in plugins
2011-09-10 Maxim MamontovMove authorization from USER to USERS
2011-09-07 Maxim Mamontov\n added
2011-09-03 Maxim MamontovReport about headers reading error
2011-09-03 Maxim Mamontovmod_smux config samples added
2011-09-03 Maxim MamontovDefine ConstSensor::ToString only in debug build
2011-09-01 Maxim MamontovProduce debug output only if SMUX_DEBUG is defined 2.408-alpha
2011-09-01 Maxim MamontovMove tariffUsers from users section to tariffs.tariffUs...
2011-09-01 Maxim MamontovFix tariff and user subscription in SMUX
next