]> git.stg.codes - stg.git/history - projects/stargazer/plugins
Merge branch 'new-daily-fee'
[stg.git] / projects / stargazer / plugins /
2015-01-09 Maxim MamontovMerge branch 'new-daily-fee'
2015-01-09 Maxim MamontovMerge branch 'log-unauth-reasons'
2015-01-09 Maxim MamontovMerge branch 'fix-gts-auth-errors'
2015-01-09 Maxim MamontovUSER_STAT refactoring.
2015-01-09 Maxim MamontovChanged USER_STAT_RES.
2015-01-09 Maxim MamontovUse ::tolower from cctype in std::transform.
2015-01-09 Maxim MamontovFixed compilation issues.
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-07-27 Maxim MamontovAdded missing files.
2013-07-26 Maxim MamontovAdded XML RPC method for getting user's authorizers.
2013-07-26 Maxim MamontovAdded ability to list authorizers for user.
2013-07-26 Maxim MamontovCheck that IP is not in use before changing.
2013-07-06 System AdministratorAdded support of Darwin platform.
2013-07-06 System AdministratorFixed stupid errors in cap_bpf.
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 MamontovMassive refactoring.
2013-01-11 Maxim MamontovFixed installation.
2013-01-04 Maxim MamontovFixed linking with libfbclient.
2013-01-01 Maxim MamontovCode cleanup.
2012-12-02 Maxim MamontovAdded SMUX reconnect. Fixes #18.
2012-12-02 Maxim MamontovRemoved redundand code. Fixes #24.
2012-12-02 Maxim MamontovFixed problems with connect/disconnect notification.
2012-12-01 Maxim MamontovUse "connected" subscription for detecting connection...
2012-12-01 Maxim MamontovUse namespace instead of prefix.
2012-11-18 Maxim MamontovUse old password for enciphering password change answer.
2012-11-18 Maxim MamontovFixed admin provoledges reseting after password change...
2012-11-11 Maxim MamontovBetter logging for ipq_cap.
2012-11-11 Maxim MamontovFixed invalid check of pthread_create return value.
2012-11-11 Maxim MamontovAdded missing dependency.
2012-11-11 Maxim MamontovFixed compilation with linux-3.5.1 and higher.
2012-08-02 Maxim MamontovLog errors from plugins to server log.
2012-08-02 Maxim MamontovIntroduced logger for plugins.
2012-05-19 Maxim MamontovAllow to start mod_rscript without subnets file
2012-05-19 Maxim MamontovDisableForwarding parameter added to the divert plugin
2012-03-03 Maxim MamontovValidate data for a forbidden combination of alwaysOnli...
2012-02-29 Maxim MamontovFix occasional crash on second and more reload in SMUX...
2012-02-26 Maxim MamontovFix dependency on fbclient for mod_store_firebird.so
2012-02-09 Maxim MamontovPlugin loading order fixed
2012-02-09 Maxim MamontovAdd <ostream> to fix missing header in xmlrpc-c
2012-02-07 Maxim MamontovC-style cast replaced with sattic_cast
2012-02-07 Maxim MamontovUnused variable removed
2012-02-07 Maxim MamontovUnused struct member removed
2012-02-07 Maxim MamontovVariable scope narrowed
2012-02-07 Maxim MamontovUnused variables removed
2012-02-06 Maxim MamontovCheck End-Of-Transmission read result
2012-01-13 Maxim MamontovCosmetic changes
2011-12-28 Maxim MamontovAllow empty net-router map
2011-12-26 Maxim MamontovNew sensor added: ActiveUsers
2011-12-25 Maxim MamontovFix TariffChange sensor
2011-12-01 Maxim MamontovRevert previous changes
2011-12-01 Maxim MamontovRegister smux plugin as .stg24, not as a root
2011-12-01 Maxim MamontovMore correct way to use printf
2011-12-01 Maxim MamontovReplace echo -e with printf
2011-11-30 Maxim MamontovReplace == with -eq for numeric comparison
2011-09-21 Maxim MamontovFix radius plugin authorization
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 MamontovExplicitly initialize base class in copy ctors of notifiers
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 MamontovFix projects and plugins building system to support...
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 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-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 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 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
next