1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579
|
2012-09-06 Ludovic Marcotte <lmarcotte@inverse.ca>
* sope-mime/NGImap4/NGImap4Connection.m - reworked a bit the
code to have more cache hits. Also added a cache of enabled
extensions to avoid enabling them over and over using the
same IMAP connection.
2012-08-08 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-appserver/NGObjWeb/WOCoreApplication.m
(-shouldSetupSignalHandlers): new method that gives the
possibility for the applications not to setup the signal handlers
for SIGTERM/-INT/-ILL ...
2012-05-09 Ludovic Marcotte <lmarcotte@inverse.ca>
* sope-core/NGStreams/NGCTextStream.m and:1
sope-mime/NGImap4/NGImap4Client.m - we now permit setting
the encoding instead of using the default one in NGCTextStream
as whenever we APPEND a message over IMAP, we use
NSISOLatin1StringEncoding while SOGo forces NSUTF8StringEncoding. This
create size mismatches and literal errors during the APPEND operation.
2012-05-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-mime/NGMime/NSData+RFC822.m: new category module for rfc822
utility methods.
2012-04-19 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-gdl1/PostgreSQL/PGConnection.m
(-connectWithHostName:port:options:tty:database:login:password:)
(-connectWithInfo:): make sure that "standard_conforming_strings"
is set to 'on' for new connections.
2012-03-23 Ludovic Marcotte <lmarcotte@inverse.ca>
* Applied patch for bug http://www.sogo.nu/bugs/view.php?id=1670
* Applied patch for bug http://www.sogo.nu/bugs/view.php?id=1671
* Applied patch for bug http://www.sogo.nu/bugs/view.php?id=1672
2012-03-22 Ludovic Marcotte <lmarcotte@inverse.ca>
* sope-appserver/NGObjWeb/UnixSignalHandler.{h,m} - entirely
dropped that class as it was utterly broken. Replaced the
callers with standard signal() calls.
2012-02-29 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-mime/NGImap4/NGImap4Client.m (-login): when "useUTF8" is
set to YES, we need to specify the password length using the
NSUTF8StringEncoding.
2012-02-28 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-mime/NGImap4/NGImap4Client.m (-login): when the password is
empty, use a simple pair of dquotes as password parameter, as
servers consider "{0}" as missing string instead of just an empty
one.
2012-02-27 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-mime/NGImap4/NGImap4Client.m (-enable:): now takes an array
instead of a single string and populate the new
"enabledExtensions" ivar with the name of enabled extensions,
ensuring first that they are not listed more than once.
(-closeConnection): released and nilify the new
"enabledExtensions" ivar.
(-reconnect): when the enabledExtensions ivar is not empty,
reenable the extensions after relogin.
* sope-mime/NGImap4/NGImap4Connection.m (-enableExtensions:): now
takes an array instead of a single string.
(-init): removed the "enabledExtensions" ivar.
2012-02-14 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-gdl1/Oracle8/OracleValues.m
(-[NSStringstringValueForOracleType:attribute:]): return the
escaped value rather than "self", in order for the code to be
actually effective.
Accept additional types SQLT_VCS and SQLT_LVC.
* sope-gdl1/Oracle8/OracleAdaptor.m (-typeForName:): fixed mapping
for VARCHAR, added VARCHAR2 and LONG VARCHAR and a fallback to
SQLT_CHR if the type in question is not supported. Enhanced type
detection with hasPrefix, to enable count for fix values.
2012-02-15 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-gdl1/PostgreSQL/NSString+PGVal.m
(-stringValueForPostgreSQLType:attribute:): properly escape and
quote strings in a way that is supported by all know versions of
PostgreSQL, from 8.1 (or even before) up to 9.1.
* sope-gdl1/PostgreSQL/PGConnection.m (-_setupPrivateOptions):
removed method, made obsolete by the above.
2012-02-14 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-gdl1/Oracle8/OracleValues.m (-[NSString
stringValueForOracleType:attribute:]): propertly escape quote
("'") characters in strings and return the result between a new
pair of quotes.
2012-02-13 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-mime/NGImap4/NGImap4ResponseParser.m: added parsing of
untagged response to the "ENABLE" command.
2012-02-06 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-appserver/NGObjWeb/WebDAV/SoObjectDataSource.m
(-davFlatQuery:inContext:): don't escape url components from here,
as they will be re-escaped in the webdav renderer.
2012-02-06 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-ldap/NGLdap/NSString+DN.m (-escapedForLDAPDN): new helper
method to properly escape dn members following rfc.
2012-01-31 Ludovic Marcotte <lmarcotte@inverse.ca>
* sope-mime/NGImap4/NGImap4ResponseParser.m (_parseBodyHeaderFields:)
We now correctly handle responses with no size parameters.
2012-01-10 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-mime/NGMail/NGMailAddressParser.m: perform a check on the
char pointer to ensure the buffer is never read beyond its bounds.
2011-12-30 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-ldap/NGLdap/NGLdapEntry.m (-initWithDN:attributes:): use
the original attributes array, in order to enable further
modifications thereof.
* sope-ldap/NGLdap/NGLdapAttribute.m (-allStringValues): do not
attempt to create an array when the resulting string is nil.
(-isEqual:): overridden comparator method in order to take the
attribute name and values into account.
2011-12-30 Ludovic Marcotte <lmarcotte@inverse.ca>
* sope-mime/NGImap4/NSString+Imap4.m - dropped
the IMAP4 password escaping method - it was just plain braindead
* sope-mime/NGImap4/NGImap4Client.m - now use IMAP4
continuation when sending over the password
2011-12-19 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-ldap/NGLdap/NGLdapSearchResultEnumerator.m (-nextObject):
initialise rptr and ctrl to NULL in order to make sure they are
initialised even when the search did not succeed.
2011-12-15 Ludovic Marcotte <lmarcotte@inverse.ca>
* sope-mime/NGImap4/NGSieveClient.{h,m} - added TLS support
to the Sieve code.
2011-12-06 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-gdl1/PostgreSQL/PGConnection.m (-connectWithInfo:)
(-connectWithHostName:port:options:tty:database:login:password:):
set "standard_conforming_strings" pg options to "on" to avoid
warnings on < 9.x and useless interpretation of backslashes as
escaping sequences.
2011-11-29 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-appserver/NGObjWeb/WOMessage.m (-init): set version to
"HTTP/1.1" instead of "...1.0".
* sope-appserver/NGObjWeb/WOResponse.m (-init): set version to
"HTTP/1.1" instead of "...1.0".
* sope-appserver/NGObjWeb/WebDAV/SoWebDAVRenderer.m
(-stringForValue:ofProperty:prefixes:requireTagValue:): don't
append a space to singletons tags as html clients from the 90's
are no longer used for anything serious nowadays.
2011-11-25 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-appserver/NGObjWeb/WOHttpAdaptor/WOHttpTransaction.m
(-deliverResponse:toRequest:onStream:): capitalize header names if
"WOHTTPAdaptorCapitalizeHeaders" is set.
(-_reasonForStatus:): improved certain "reasons" for picky clients.
2011-11-10 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-gdl1/PostgreSQL/NSString+PGVal.m
(stringValueForPostgreSQLType:attribute:): we don't need to escape
"\" with postgres.
2011-10-31 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-mime/NGImap4/NGImap4Connection.m
(-fetchContentOfBodyPart:atURL:withPeek:): new method that enables
the use of either "BODY" or "BODY.PEEK" as body part prefixes.
2011-10-28 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-mime/NGMime/NGMimeMultipartBody.m (-initWithPart:): removed
useless constraint on the _part parameter, since it's not even
used.
2011-10-26 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-mime/NGMail/NGMimeMessage.m (-initWithHeader:): invoke
"retain" rather than copy on the header hashmap, in order to
enable further modifications in the client code.
2011-09-21 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-mime/NGImap4/NGImap4Connection.m: made
imap4FolderNameForURL: and imap4FolderNameForURL:removeFileName:
public.
2011-09-04 Ludovic Marcotte <lmarcotte@inverse.ca>
* sope-core/NGStreams/NGActiveSocket.m
(-_unixWriteBytes:count:) - we tell send()
to not emit any signal such as SIGPIPE. This cause
havoc in OpenChange if the remote peer closes the
socket for inactivity.
2011-07-29 Ludovic Marcotte <lmarcotte@inverse.ca>
* Added patch from http://www.sogo.nu/bugs/view.php?id=1390
to add GNU TLS support.
2011-07-27 Ludovic Marcotte <lmarcotte@inverse.ca>
* Dropped useless stuff in SOPE
* Made sure everything would compile and work
on GCC's runtime (< 4.6 and >= 4.6) and the
GNUstep runtime (libobjc2-1.5). This is an initial effort
as things should still be cleaned up in SOPE.
2011-07-18 Francis Lachapelle <flachapelle@inverse.ca>
* NGUrlFormCoder.m (NGDecodeUrlFormParameters): applied a patch from
bug #1369 which fixes a buffer overflow.
2011-07-06 Ludovic Marcotte <lmarcotte@inverse.ca>
* sope-mime/NGImap4/NGImap4ResponseParser.m
(-_parseSearchResponseIntoHashMap:) we make sure
that we've got a MSN before adding it to the
array of MSNs. This can happen when servers
just return "* SEARCH" with no MSN.
2011-07-05 Ludovic Marcotte <lmarcotte@inverse.ca>
* sope-mime/NGImap4/NGImap4ResponseParser.m
Applied a patch from bug #1358 which fixes
ACLs for names containing spaces.
2011-06-29 Ludovic Marcotte <lmarcotte@inverse.ca>
* sope-mime/NGImap4/NGSieveClient.{h,m}: Implemented
correctly the PLAIN authentication to support proxying
2011-04-08 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-core/NGExtensions/FdExt.subproj/NSString+URLEscaping.m
(-containsURLInvalidCharacters): we wander the string as an array
of utf8 bytes, replacing the previous method that wrongfully
casted "unichar" into "char" data, leading to false negatives
for certain characters.
(-stringByEscapingURL): simplified and fixed method, that
wrongfully used the generic "-cStringXXX" methods. From now on,
the string is converted to an NSData, and the encoding is either
latin-1 or utf-8 based on doUseUTF8Encoding().
2011-04-04 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-mime/NGImap4/NGImap4Connection.m (-doesMailboxExistAtURL:):
if the mailbox is already counted as selected by the NGImap4Client
instance, we return YES directly to avoid a costly UIDVALIDITY
operation.
* sope-appserver/NGObjWeb/WOHttpAdaptor/WOHttpAdaptor.m
(+iniitialize): we no longer make use of "WOHttpAllowHost".
(-_accept): included remote address verification code from
_checkAccessOnConnection:
(-_checkAccessOnConnection:): removed obsolete method.
2011-04-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-appserver/NGObjWeb/Defaults.plist: WOHttpAllowHost now set
to an empty array.
* sope-appserver/NGObjWeb/WOWatchDogApplicationMain.m
(-_listeningAddress): don't warn about WOHttpAllowHost when its
value is an empty array.
2011-03-29 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-core/NGStreams/configure: updated config.guess and
config.sub in order to support more modern architectures. Removed
useless creation of arch-dependent subdirs containing config.h.
* sope-mime/NGImap4/NGImap4ResponseParser.m (_parseSingleBody): be
even more tolerant with responses from dbmail.
* sope-appserver/NGObjWeb/DynamicElements/DynamicElements/WOString.m
(-[_WOSimpleStaticString initWithValue:escapeHTML:]): perform
string manipulations on an array of unichar instead of using the
"cString" methods, which return a wrong number of bytes in a non
8bit environments.
* sope-appserver/NGObjWeb/WOWatchDogApplicationMain.m
(-[WOWatchDogChild readMessage]):
don't set the watchdog timeout if watchDogRequestTimeout is less
than 1.
(-[WOWatchDogChild _safetyBeltIteration:]): renamed from
"_killKill" and made a multi-iteration callback. Warns the user
each minute about request still hanging. Kills the child once
watchDogRequestTimeout has been reached for "killTimerIteration".
When occurring from a child, display a warning and invalidate the
faulty timer, although this should never occur.
(-[WOWatchDog _spawnChild:]): make all children release their kill
timer as they will otherwise be retained and their timer will be
triggered. This fixes a bug that was introduced in the last
change where children would attempt to kill one another.
(WOWatchDogApplicationMain): invoke "applicationWillStart" on the
WOApplication class when available, in order to let it perform
initialization tasks after the user defaults and the logging
channels have been setup propertly.
2011-03-24 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-mime/NGMime/NGMimeType.m (classForType): accept
"text/vcard" type.
* sope-mime/NGImap4/NGImap4ResponseParser.m (_parseSingleBody): be
tolerant for mail servers that don't separate the response member
with a space character (like dbmail): don't use consumeIfMatch,
which raises an exception if the requested char is not found.
2011-03-17 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-mime/NGImap4/NGImap4ResponseParser.m (_purifyQuotedString):
fixed to accept spaces between quoted and unquoted chunks (bug
#723).
* sope-core/NGExtensions/NGQuotedPrintableCoding.m
(NGDecodeQuotedPrintableX): be tolerant for certain mailers that
define the final line as a folded one...
* sope-mime/NGImap4/NGImap4Connection.m (-fetchContentOfBodyPart):
wander through the whole list of responses since the requested
body part might be returned after one or more untagged responses.
* sope-appserver/NGObjWEb/WOWatchDogApplicationMain.m
(-[WOWatchDogChild terminate]): no longer release the control
socket from here as the child's signal handle will try to notify
us that it is terminating. The control socket is released later in
-handleProcessStatus.
(-[WOWatchDog _cleanupSignalHandlers]): no longer release the control sockets
from here as the excessive children will be released fully when
releasing the children accounting arrays.
(-[WOWatchDog _spawnChild]): the children accounting arrays are
released and the current child is retained so that the excessive
control sockets, watchdog timers and memory are all removed from
memory.
2011-02-24 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-mime/NGMail/NGImap4Connection.m (-selectFolder:): compare
folder names in their utf-7 form.
2011-02-23 Ludovic Marcotte <lmarcotte@inverse.ca>
* sope-mime/NGMail/NGSmtpClient.m
Removed the Bcc stripping code as it's now
done within SOGo.
2011-01-05 Ludovic Marcotte <lmarcotte@inverse.ca>
* sope-core/NGExtensions/NGQuotedPrintableCoding.m
Applied a patch from Marcel Waldvogel
Marcel.Waldvogel@uni-konstanz.de which fixes
bug #1009.
2010-12-30 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-mime/NGImap4/EOQualifier+IMAPAdditions.m
(-[EOKeyValueQualifier
imap4OperatorForDateKeyword:andComparisonSelector:]): consider
the EOQualifierOperatorGreaterThanOrEqualTo and
EOQualifierOperatorLessThanOrEqualTo operators.
(-[EOKeyValueQualifier appendToImap4SearchString:insertNot:]): Use
a minimalist english locale for generating date description to
avoid taking the active locale into account. The locale is
generated from the new function below.
Consider the EOQualifierOperatorCaseInsensitiveLike operator where
appropriate.
(initDateLocale): new function that generates a minimalist english
locale with the "NSShortMonthNameArray" key/value.
2010-12-17 Ludovic Marcotte <lmarcotte@inverse.ca>
* sope-mime/NGMime/NGMimeRFC822DateHeaderFieldParser.m
Fixed a braindead error where the data lenght was
verified after the strdup() call when it was equal
to 0 - generating a segfault in rare occasions.
2010-11-10 Ludovic Marcotte <lmarcotte@inverse.ca>
* sope-mime/NGImap4/NGImap4Client.m
If we use Courier, we now avoid using UTF-8
SORT as it's a compile-time option not that common
This can be nonetheless forced using the
ImapSortEncoding.
2010-11-02 Ludovic Marcotte <lmarcotte@inverse.ca>
* sope-mime/NGMime/NGMimeHeaderFieldGeneratorSet.m
We no longer use NGMimeAddressHeaderFieldGenerator
for in-reply-to fields as they aren't "email addresses"
but rather "message ids".
2010-11-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-json/SBJSon/: Inclusion of Stig Brautaset's SBJson library.
2010-10-08 Ludovic Marcotte <lmarcotte@inverse.ca>
* sope-mime/NGImap4/NGImap4Client.m
We "assume" the server returns us UIDs sorted
by date when we only ask for this. This is the
case for GMail and Courier and makes initial mail
loading much faster
* sope-mime/NGImap4/NGImap4ResponseParser.m
Fixed a _consume(self, 1); in _parseEnvelopeAddressStructures
when _parseEnvelopeAddressStructure returns nil in order
to consume the space.
2010-09-23 Ludovic Marcotte <lmarcotte@inverse.ca>
* sope-mime/NGImap4/NGImap4ResponseParser.m
We now try harder to get a string out of
an encoded string by trying the supplied encoding,
trying next UTF-8 and finally giving up with
ISO-8859-1.
2010-08-30 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* sope-mime/NGMime/NGMimeRFC822DateHeaderFieldParser.m
(parseTimeZone): we must use signed types for time units to avoid
a sign-bit "overflow".
* sope-appserver/NGObjWeb/Associations/WOKeyPathAssociation.m:
enhanced to support the "long long" fundamental type.
* sope-appserver/NGObjWeb/DynamicElements/_WOStaticHTMLElement.m,
sope-appserver/NGObjWeb/NGHttp+WO.m,
sope-appserver/NGObjWeb/SoObjects/SoObjectMethodDispatcher.m,
sope-appserver/NGObjWeb/SoObjects/SoProductLoader.m,
sope-appserver/NGObjWeb/Templates/WOWrapperTemplateBuilder.m,
sope-appserver/NGObjWeb/WOResponse.m,
sope-appserver/NGObjWeb/WOStatisticsStore.m,
sope-appserver/NGObjWeb/WOWatchDogApplicationMain.m,
sope-appserver/NGObjWeb/WebDAV/SoWebDAVRenderer.m,
sope-appserver/WEExtensions/WEPageView.m,
sope-appserver/WEExtensions/WETableMatrix.m,
sope-core/EOControl/EOKeyGlobalID.m,
sope-core/EOControl/EOQualifier.m,
sope-core/NGExtensions/FdExt.subproj/NSRunLoop+FileObjects.m,
sope-core/NGExtensions/NGBitSet.m,
sope-core/NGExtensions/NGBundleManager.m,
sope-core/NGExtensions/NGExtensions.m,
sope-core/NGExtensions/NGHashMap.m,
sope-core/NGExtensions/NGObjCRuntime.m,
sope-core/NGExtensions/NGStack.m,
sope-core/NGStreams/NGInternetSocketAddress.m,
sope-gdl1/GDLAccess/EOExpressionArray.m,
sope-gdl1/GDLAccess/EOFault.m,
sope-gdl1/GDLAccess/EOFaultHandler.m,
sope-gdl1/GDLAccess/EOObjectUniquer.m,
sope-gdl1/GDLAccess/EOPrimaryKeyDictionary.m,
sope-gdl1/GDLAccess/EORecordDictionary.m,
sope-ldap/NGLdap/NGLdapConnection.m,
sope-mime/NGMime/NGMimeContentDispositionHeaderFieldGenerator.m,
sope-mime/NGMime/NGMimeFileData.m,
sope-mime/NGMime/NGMimeJoinedData.m,
sope-mime/NGMime/NGMimeRFC822DateHeaderFieldParser.m,
sope-xml/DOM/DOMCharacterData.m, sope-xml/DOM/DOMElement.m,
sope-xml/DOM/DOMSaxHandler.m, sope-xml/DOM/DOMText.m,
sope-xml/SaxObjC/SaxAttributeList.m,
sope-xml/SaxObjC/SaxAttributes.m, sope-xml/SaxObjC/SaxLocator.m,
sope-xml/libxmlSAXDriver/TableCallbacks.m,
sope-xml/libxmlSAXDriver/libxmlHTMLSAXDriver.m,
sope-appserver/NGObjWeb/DynamicElements/_WOStaticHTMLElement.m,
sope-appserver/NGObjWeb/NGHttp+WO.m,
sope-appserver/NGObjWeb/SoObjects/SoObjectMethodDispatcher.m,
sope-appserver/NGObjWeb/SoObjects/SoProductLoader.m,
sope-appserver/NGObjWeb/Templates/WOWrapperTemplateBuilder.m,
sope-appserver/NGObjWeb/WOResponse.m,
sope-appserver/NGObjWeb/WOStatisticsStore.m,
sope-appserver/NGObjWeb/WOWatchDogApplicationMain.m,
sope-appserver/NGObjWeb/WebDAV/SoWebDAVRenderer.m,
sope-appserver/WEExtensions/WEPageView.m,
sope-appserver/WEExtensions/WETableMatrix.m,
sope-core/EOControl/EOKeyGlobalID.m,
sope-core/EOControl/EOQualifier.m,
sope-core/NGExtensions/FdExt.subproj/NSRunLoop+FileObjects.m,
sope-core/NGExtensions/NGBitSet.m,
sope-core/NGExtensions/NGBundleManager.m,
sope-core/NGExtensions/NGExtensions.m,
sope-core/NGExtensions/NGHashMap.m,
sope-core/NGExtensions/NGObjCRuntime.m,
sope-core/NGExtensions/NGStack.m,
sope-core/NGStreams/NGInternetSocketAddress.m,
sope-gdl1/GDLAccess/EOExpressionArray.m,
sope-gdl1/GDLAccess/EOFault.m,
sope-gdl1/GDLAccess/EOFaultHandler.m,
sope-gdl1/GDLAccess/EOObjectUniquer.m,
sope-gdl1/GDLAccess/EOPrimaryKeyDictionary.m,
sope-gdl1/GDLAccess/EORecordDictionary.m,
sope-ldap/NGLdap/NGLdapConnection.m,
sope-mime/NGMime/NGMimeContentDispositionHeaderFieldGenerator.m,
sope-mime/NGMime/NGMimeFileData.m,
sope-mime/NGMime/NGMimeJoinedData.m,
sope-mime/NGMime/NGMimeRFC822DateHeaderFieldParser.m,
sope-xml/DOM/DOMCharacterData.m, sope-xml/DOM/DOMElement.m,
sope-xml/DOM/DOMSaxHandler.m, sope-xml/DOM/DOMText.m,
sope-xml/SaxObjC/SaxAttributeList.m,
sope-xml/SaxObjC/SaxAttributes.m, sope-xml/SaxObjC/SaxLocator.m,
sope-xml/libxmlSAXDriver/TableCallbacks.m,
sope-xml/libxmlSAXDriver/libxmlHTMLSAXDriver.m: adapted classes to
use "NSInteger" and "NSUInteger" instead of "int" and "unsigned
int" for compatibility with versions of GNUstep base >= 1.20.
* NGExtensions/NSMethodSignature+misc.[hm]: dropped useless and
cumbersome category module.
2010-08-26 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* NGBundleManager.m (+load): removed method.
(+defaultBundleManager): removed the hack with the objective-c
class load hook since it uses memory and slows SOPE down for
nothing.
(_addMainBundlePathToPathArray:): we now ignore empty paths, since
we actually don't want to scan the CWD for bundles.
* sope-appserver/NGObjWeb/SNSConnection.m: removed obsolete class.
* sope-mime/NGMime/NGMimeAddressHeaderFieldGenerator.m
(-generateDataForHeaderFieldNamed:value:): fixed a bug where the
buffer was treated as an unicode buffer (right) but where bytes
were extracted as an UTF-8 string (wrong). The "obj" variable is
now named "address" as a more explicit name.
* sope-mime/NGMime/NGMimeHeaderFieldGenerator.m
(NGEncodeQuotedPrintableMime): we encode ' ' as '_'.
2010-08-24 Ludovic Marcotte <lmarcotte@inverse.ca>
* sope-mime/NGImap4/NGImap4Client.m,
sope-core/NGStreams/NGActiveSSLSocket.m,
sope-core/NGStreams/NGSocket.m
Added TLS support for IMAP4 clients.
2010-08-12 Ludovic Marcotte <lmarcotte@inverse.ca>
* Dropped the sope-tools debian package and
all references to it
2010-07-29 Ludovic Marcotte <lmarcotte@inverse.ca>
* Initial import of the SOPE source based on
the r1664 revision.
* Added the sope-patchset and the sope-gsmake2 patches
* Added the sope-debian patch
* Dropped a bunch of useless stuff
|