]> git.stg.codes - stg.git/shortlog
stg.git
2013-10-07 Maxim MamontovUse ::tolower from cctype in std::transform.
2013-10-07 Maxim MamontovAdded missing header.
2013-10-07 Maxim MamontovFixed compilation issues.
2013-10-07 Maxim MamontovSmall refactoring in RESETABLE.
2013-10-07 Maxim MamontovRemoved historical files.
2013-09-20 Maxim MamontovCosmetic changes.
2013-09-20 Maxim MamontovFixes in paths.
2013-09-20 Maxim MamontovMoved parsers into a separate directory.
2013-09-20 Maxim MamontovAdded missing header.
2013-09-20 Maxim MamontovSilence compiler about empty body in 'for'.
2013-09-20 Maxim MamontovMoved base and utility classes from global scope.
2013-09-20 Maxim MamontovMoved CHG_USER and SEND_MESSAGE parsers from global...
2013-09-20 Maxim MamontovMoved GET_USER and GET_USERS parsers from global scope.
2013-09-20 Maxim MamontovMoved CHECK_USER parser from global scope.
2013-09-20 Maxim MamontovMoved SERVER_INFO parser from global scope.
2013-09-20 Maxim MamontovMoved AUTH_BY parser from global scope.
2013-09-15 Maxim Mamontov[NY] Cosmetic changes.
2013-09-15 Maxim Mamontov[NY] Removed commented out stuff.
2013-09-15 Maxim Mamontov[NY] Made NETUNIT private.
2013-09-15 Maxim Mamontov[NY] Implemented SERVCONF using PIMPL.
2013-09-15 Maxim Mamontov[NY] Removed more garbage.
2013-09-15 Maxim Mamontov[NY] Removed garbage.
2013-09-15 Maxim Mamontov[NY] Code deduplication.
2013-09-15 Maxim Mamontov[NY] Simplified SERVCONF interface.
2013-09-06 Maxim Mamontov[NY Flight] Improvements in parser dispatching.
2013-09-06 Maxim Mamontov[NY Flight] Improved XML parsing.
2013-09-06 Maxim Mamontov[NY Flight] Improved socket reading for sgconf.
2013-09-06 Maxim Mamontov[NY Flight] Use common encryption/decryption functions.
2013-09-06 Maxim Mamontov[NY Flight] One time protocol initialization.
2013-08-23 Maxim MamontovFixed "always online" parameter.
2013-08-23 Maxim MamontovMerge branch 'naffanya-dev'
2013-08-23 Maxim MamontovRemoved some unused stuff.
2013-08-23 Maxim MamontovImproved handling errors got from server.
2013-08-23 Maxim MamontovAdded result on success for GetAuthBy.
2013-08-23 Maxim MamontovFixed response for GetAuthBy on error.
2013-08-23 Maxim MamontovAdded result and reason attributes for <user>.
2013-08-23 NaffanyaDelete debug output scriptParams
2013-08-19 Maxim MamontovBetter handling of errors from server. Refactoring.
2013-08-18 NaffanyaCorrecting return in method GetParamValue and cycle...
2013-08-18 Maxim MamontovFixed error handling in SetUser.
2013-08-18 Maxim MamontovMinor changes.
2013-08-18 Maxim MamontovRemoved unused parser.cpp.
2013-08-18 Maxim MamontovSend message parser was moved to a separate files.
2013-08-10 Maxim MamontovFixed compilation issues.
2013-08-10 Maxim MamontovAdded setter.
2013-08-10 Maxim MamontovRemoved "stg" prefix from inclusion of parser.h
2013-08-10 Maxim MamontovAdded license header.
2013-08-10 Maxim MamontovMade getters work.
2013-08-10 Maxim MamontovFixed stupid bug in case conversion functions.
2013-08-10 Maxim MamontovDifferent small fixes plus error logging.
2013-08-10 Maxim MamontovRenamed a variable.
2013-08-10 Maxim MamontovCosmetic changes.
2013-08-09 Maxim MamontovFoxed compilation errors.
2013-08-08 Maxim MamontovSmall name fixes.
2013-08-08 Maxim MamontovMany changes related to getting user information via...
2013-08-08 Maxim MamontovSmall fixes.
2013-08-08 Maxim MamontovAdded missing semicolon.
2013-08-08 Maxim MamontovAdded missing includes.
2013-08-08 Maxim MamontovFactored out users' parser.
2013-08-08 Maxim MamontovFactored out user's parser.
2013-08-05 Maxim Mamontovsrvconf refactoring: auth_by, server_info and check_user.
2013-08-05 Maxim MamontovConfiguration library refactoring (AUTH_BY)
2013-08-05 Maxim MamontovRe-organized includes.
2013-08-05 Maxim MamontovSome refactoring.
2013-08-05 Maxim MamontovAdded GetUserInfo parser.
2013-08-05 Maxim MamontovAdded unary versions of x2str ans unsigned2str.
2013-08-05 Maxim MamontovAdded const user accessors.
2013-08-05 Maxim MamontovAdded last disconnect reason and last authorization...
2013-08-02 Maxim MamontovAdditional logging and small fixes.
2013-08-02 Maxim MamontovLog all SIGHUP-related activity.
2013-08-01 Maxim MamontovFixed stupid bugs in BPF capturer.
2013-08-01 Maxim MamontovAllow to build sgconf on Darwin.
2013-07-29 NaffanyaCorrection of adding parameters' values in methods...
2013-07-29 NaffanyaCorrection of adding parameters' values in methods...
2013-07-28 NaffanyaReduction in code in method GetParamValue, correcting...
2013-07-28 NaffanyaCorrecting data conversion in GetParamValue
2013-07-28 Maxim MamontovAllow to assign 0.0.0.0 to multiple users.
2013-07-27 Maxim MamontovAdded missing files.
2013-07-26 Maxim MamontovMinor fix.
2013-07-26 Maxim MamontovAdjusted XML RPC documentation.
2013-07-26 Maxim MamontovAdded XML RPC method for getting user's authorizers.
2013-07-26 Maxim MamontovSmall fix.
2013-07-26 Maxim MamontovDebug.
2013-07-26 Maxim MamontovAdded forgotten 'break'.
2013-07-26 Maxim MamontovAdded ability to list authorizers for user.
2013-07-26 Maxim MamontovAdded a function that lists all plugins that authorize...
2013-07-26 Maxim MamontovCheck that IP is not in use before changing.
2013-07-24 NaffanyaMethod GetParamValue and correction method Connect...
2013-07-14 NaffanyaMethod GetParamValue
2013-07-06 System AdministratorAdded support of Darwin platform.
2013-07-06 System AdministratorFixed stupid errors in cap_bpf.
2013-06-28 Naffanyacode correction: removal spaces
2013-06-12 Naffanyacode correction: removal spaces
2013-05-27 NaffanyaCorrecting code
2013-05-24 NaffanyaFirst stage of ticket 10
2013-02-20 Maxim MamontovAO: don't unauthorize user that was not authorized...
2013-02-05 Maxim MamontovPossibly fixed mod_cap_ipq compilation.
2013-02-05 Maxim MamontovAdded separate touch time for traffcounter packet proce...
2013-02-05 Maxim MamontovAdded missing include.
2013-02-05 Maxim MamontovRemoved merge artifacts.
next