| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
- changed the object/interface system to use a new way of calling, giving
up the numerical object ID. This was necessary as we needed more
extensibility for third-party modules (which don't play at all with the
previous fixed object ID). This is stage work for the object loader.
Please note that I needed to change the object (de)serializer, I can't
outrule that I have introduced bugs there.
|
|
|
|
| |
3.12.0 (does not cause harm and happened only during startup)
|
|
|
|
| |
- included expression support in filter module (and it works ;))
|
|
|
|
|
|
| |
expression support as it is implemented
- fixed a couple of bugs in expression system
- added more operations to virtual machine - now works well with constants
|
| |
|
|
|
|
|
|
| |
separate plugin (so that gssapi and plain tcp functionality can be
individually distributed). Also inclulded some other enhancements, most
importantly initial compatibility mode system
|
| |
|
|
|
|
| |
class loading)
|
|
|
|
| |
rsyslog (now) and also much easier to type
|
| |
|
|
|
|
| |
- improved ABNF a bit
|
|
|
|
| |
- implemented, simpstr, var, number in tokenizer
|
|
|
|
| |
- done stage work to begin implement tokenizer
|
|
- finally made CONT_LINES in config the only standard support (the code
contained code for other case, which were never executed by the
preprocessor)
|