]> git.stg.codes - stg.git/shortlog
stg.git
2012-11-11 Maxim MamontovFixed compilation with linux-3.5.1 and higher.
2012-10-06 Maxim MamontovChanges in rlm_stg for better integration with FreeRADIUS.
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-04-22 Maxim MamontovExplicitly recurse through subdirs in stglibs.
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-16 Maxim MamontovDefault scripts search path changed for rscriptd
2012-02-09 Maxim MamontovSnake replaced with Camel
2012-02-09 Maxim MamontovMinor ChangeLog fix 2.408
2012-02-09 Maxim MamontovChangeLog update
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 MamontovMinor echo fix
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 strange prontf usage
2012-02-07 Maxim MamontovUnused variables removed in user properties
2012-02-07 Maxim MamontovUnused variable removed
2012-02-07 Maxim MamontovFix compiler for local project cpp files
2012-02-07 Maxim MamontovPut config into rscriptd directory during installation
2012-02-07 Maxim MamontovEnable file storage by default
2012-02-06 Maxim MamontovVersion bump
2012-02-06 Maxim MamontovactiveUsers SNMP parameter description added
2012-02-06 Maxim MamontovCustom .gitignore for tests added
2012-02-06 Maxim MamontovCustom .gitignore for sgauth added
2012-02-06 Maxim Mamontov.gitignore for xmlrpc catalogue added
2012-02-06 Maxim MamontovAdd FreeBSD9 support
2012-02-06 Maxim MamontovCosmetic changes
2012-02-06 Maxim MamontovCheck End-Of-Transmission read result
2012-01-15 Maxim MamontovFix byte swapping in auth library
2012-01-13 Maxim MamontovCosmetic changes
2012-01-13 Maxim MamontovFix auth library for BE-platforms
2011-12-28 Maxim MamontovAllow empty net-router map
2011-12-26 Maxim MamontovDocumentation updated (DocBook)
2011-12-26 Maxim MamontovNew sensor added: ActiveUsers
2011-12-25 Maxim MamontovFix TariffChange sensor
2011-12-24 Maxim MamontovHelp updated
2011-12-10 Maxim MamontovDocumentation update
2011-12-01 Maxim MamontovRevert previous changes
2011-12-01 Maxim MamontovRegister smux plugin as .stg24, not as a root
2011-12-01 Maxim MamontovDocumentation intermediate update
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-30 Maxim MamontovAdd declaration for operator<< for resetable
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 MamontovAdd function declarations and inlining
2011-11-13 Maxim MamontovTrailing coma removed
2011-11-13 Maxim MamontovExtra semicolon removed
2011-11-13 Maxim MamontovSome code reordering
2011-11-13 Maxim MamontovRedundant 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 MamontovAdd tests for 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-12 Maxim MamontovAdd corporations.h, services.h and plugin_creator.h...
2011-10-11 Maxim MamontovVersion bump 2.408-rc2
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 typos in ChangeLog
2011-09-21 Maxim MamontovFix stglibs order in sgauth (for --as-needed)
2011-09-21 Maxim MamontovFix libs order (for --as-needed)
2011-09-21 Maxim MamontovFix installing libraries
2011-09-20 Maxim MamontovChangeLog updated
2011-09-20 Maxim MamontovVersion bump 2.408-rc1
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 MamontovMove variables declaration to the beginning of the...
2011-09-20 Maxim MamontovAnother fix for old and dub systems
2011-09-20 Maxim MamontovFix headers with select declaration
2011-09-20 Maxim Mamontovsys/time.h header added for struct timeval
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
next