]> git.stg.codes - stg.git/history - projects/stargazer
Patch from SpiderX <spiderx@spiderx.dp.ua> - build in debug mode.
[stg.git] / projects / stargazer /
2013-01-15 Maxim MamontovPatch from SpiderX <spiderx@spiderx.dp.ua> - build...
2013-01-14 Maxim MamontovPatch from SpiderX <spiderx@spiderx.dp.ua> - scripts.
2013-01-11 Maxim MamontovFixed installation.
2013-01-11 Maxim MamontovFixes in configuration files.
2013-01-04 Maxim MamontovFixed linking with libfbclient.
2013-01-01 Maxim MamontovCode cleanup.
2012-12-11 Maxim MamontovModiifed Gentoo init.d-script according to latest rules.
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-12-01 Maxim MamontovAdded const-ness for some params.
2012-12-01 Maxim MamontovFixed invalid parameter passing.
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 MamontovDo not compile mod_cap_ipq on systems where ip_queue...
2012-11-11 Maxim MamontovFixed invalid check of pthread_create return value.
2012-11-11 Maxim MamontovFixed ip_queue.h checking.
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-08-02 Maxim MamontovAdded notifiers for the "disabled" property.
2012-06-04 Maxim MamontovError messages unified.
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-29 Maxim MamontovNew fee charge algo added
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 MamontovC-style pointer cast replaced with normal static_cast
2012-02-07 Maxim MamontovVariable scope narrowed
2012-02-07 Maxim MamontovUnused variables removed
2012-02-07 Maxim MamontovFix compiler for local project cpp files
2012-02-07 Maxim MamontovEnable file storage by default
2012-02-06 Maxim MamontovAdd FreeBSD9 support
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 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 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 MamontovExplicitly initialize base class in copy ctors of notifiers
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 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...
next