| Service.__repr__ now lists extension classes being used by a service, puts quotes around service domain address. |
|
More...
|
over 2 years ago
|
| Normalized method definitions |
|
More...
|
over 2 years ago
|
| Added all contributors from repo history to __author__ |
|
More...
|
over 2 years ago
|
| Relative imports for __author__ and __version__ across the source tree. Now these PyDoc variables need only be edited in one place (src/__init__.py). |
|
More...
|
over 2 years ago
|
| BasicService now relative imports extensions.basic |
|
More...
|
over 2 years ago
|
| concordance.Service now stores the normalized service domain, raises if local or resource components are included. Added a small __repr__ that reports the module, class, and domain address. |
|
More...
|
over 2 years ago
|
| Now applying nameprep to domain names, fixed use of _stringprep and _normalize. |
|
More...
|
over 2 years ago
|
| Added trailing dot removal and urls to Address.domain property |
|
More...
|
over 2 years ago
|
| Cleaned up Address initialization, now takes an Address as parameter |
|
More...
|
over 2 years ago
|
| Added Address.__eq__ method for testing JIDs for a match |
|
More...
|
over 2 years ago
|
| Added concordance.Address class to store JIDs. |
|
More...
|
over 2 years ago
|
| Cleaner jid parsing |
|
More...
|
over 2 years ago
|
| Moved __version__ to concordance package, setup.py now uses the version specified in the source tree. |
|
More...
|
over 2 years ago
|
| Clarified reason for Application decorator vs superclass, additional |
|
More...
|
over 2 years ago
|
| Wrapped PubSub pydocs to 80 columns. |
|
More...
|
over 2 years ago
|
| Renamed Service.add method to Service.append |
|
More...
|
over 2 years ago
|
| setup.py now uses python3, not specifically python3.0, and updated INSTALL and examples as well |
|
More...
|
over 2 years ago
|
| Clarified the relationship between extensions, extension dependencies and services, and how extensions are added to services. |
|
More...
|
over 2 years ago
|
| Service Discovery, PubSub, and core work from the last few weeks. |
|
More...
|
over 2 years ago
|
| Design doc: Added consideration for theming, fixed "concordance.services" to "concordance.extensions". |
|
More...
|
over 2 years ago
|