[22405] | 1 | 2004-08-21 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 2 | |
---|
| 3 | * clients/jwrite/jwrite.pod: |
---|
| 4 | * clients/jwrite/jwrite.html: |
---|
| 5 | * clients/jwrite/jwrite.1: |
---|
| 6 | Updated to reflect change in flags. |
---|
| 7 | |
---|
| 8 | * configure.in: |
---|
| 9 | Changed to beta5. |
---|
| 10 | |
---|
| 11 | * lib/libjwgc/jconn.c: |
---|
| 12 | Fixed handling of stream id strings, which allows digest auth to work. |
---|
| 13 | |
---|
| 14 | * clients/jwgc/jwgc.desc: |
---|
| 15 | Added composing pieces. |
---|
| 16 | |
---|
| 17 | 2004-08-20 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 18 | |
---|
| 19 | * lib/libjwgc/JHashTable.c: |
---|
| 20 | Fixed ordering of header file that I thought caused digest not to work. |
---|
| 21 | Was wrong. ;) |
---|
| 22 | |
---|
| 23 | * clients/jwwgc/jabber_handler.c: |
---|
| 24 | Convert incoming messages from unicode to localized. |
---|
| 25 | |
---|
| 26 | * clients/jwwgc/notice.c: |
---|
| 27 | Convert presence status from unicode to localized. |
---|
| 28 | |
---|
| 29 | * clients/jwrite/jwrite.c: |
---|
| 30 | Fixed bug with -m msg arg pinging. |
---|
| 31 | Fixed bugs with multiple recipients. |
---|
| 32 | |
---|
| 33 | * lib/libjwgc/JStr.c: |
---|
| 34 | Added debugging statements. |
---|
| 35 | Fixed (albeit haphazardly) unicode conversions. |
---|
| 36 | |
---|
| 37 | 2004-08-17 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 38 | |
---|
| 39 | * lib/libjwgc/JStr.c: |
---|
| 40 | * lib/libjwgc/include/libjwgc.h: |
---|
| 41 | More work on redoing unicode convert functions to work correctly. |
---|
| 42 | |
---|
| 43 | 2004-08-17 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 44 | |
---|
| 45 | * lib/libjwgc/JStr.c: |
---|
| 46 | Added EINVAL check, though didn't fix anything and not necessary right. |
---|
| 47 | |
---|
| 48 | 2004-08-15 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 49 | |
---|
| 50 | * lib/libjabber/jutil.c: |
---|
| 51 | Added request for composing events. |
---|
| 52 | Added function for composing packet. |
---|
| 53 | |
---|
| 54 | * lib/libjabber/include/libjabber.h: |
---|
| 55 | Added function for composing packet. |
---|
| 56 | |
---|
| 57 | * clients/jwgc/jwgc_handler.c: |
---|
| 58 | Added ping functionality. |
---|
| 59 | |
---|
| 60 | * clients/jwrite/jwrite.c: |
---|
| 61 | Added preemptive ping. |
---|
| 62 | |
---|
| 63 | * lib/libjwgc/include/libjwgc_types.h: |
---|
| 64 | Added JWGPACKET_PING. |
---|
| 65 | |
---|
| 66 | * clients/jwgc/main.c: |
---|
| 67 | Fixed bug with live jwgc test. |
---|
| 68 | |
---|
| 69 | * lib/libjwgc/JFile.c: |
---|
| 70 | Added functionality for env variable JWGCSCK. |
---|
| 71 | |
---|
| 72 | 2004-08-11 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 73 | |
---|
| 74 | * lib/libxode/xmlparse.c: |
---|
| 75 | Removed comment that was causing cc not to compile it. |
---|
| 76 | |
---|
| 77 | 2004-08-10 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 78 | |
---|
| 79 | * clients/jwgc/jwgc_variables.c: |
---|
| 80 | * clients/jwgc/main.c: |
---|
| 81 | Applied patch to fix inability to compile w/o SSL support. |
---|
| 82 | |
---|
| 83 | * clients/jwgc/main.c: |
---|
| 84 | * config.h.in: |
---|
| 85 | * config.h: |
---|
| 86 | * configure.in: |
---|
| 87 | * configure: |
---|
| 88 | Applied patch to use getpassphrase instead of getpass, if available. |
---|
| 89 | |
---|
| 90 | 2004-04-13 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 91 | |
---|
| 92 | * clients/jwgc/jwgc_handler.c: |
---|
| 93 | * clients/jwrite/jwrite.c: |
---|
| 94 | Added ability to specify message type. |
---|
| 95 | |
---|
| 96 | * configure.in: |
---|
| 97 | Changed to 1.0. |
---|
| 98 | |
---|
| 99 | * BUILDINFO: |
---|
| 100 | Added comment about fink. |
---|
| 101 | |
---|
| 102 | * clients/jctl/jctl.1: |
---|
| 103 | * clients/jwrite/jwrite.1: |
---|
| 104 | * clients/jwgc/jwgc.1: |
---|
| 105 | Updated documentation. |
---|
| 106 | |
---|
| 107 | * clients/jctl/jctl.c: |
---|
| 108 | Fixed bug with checking results. |
---|
| 109 | |
---|
| 110 | * lib/libjwgc/JForm.c: |
---|
| 111 | Finished functionality for list-single and boolean types. |
---|
| 112 | Others I can not test so I'm not implementing them officially yet. |
---|
| 113 | |
---|
| 114 | * lib/libjwgc/JVariables.c: |
---|
| 115 | Got rid of the line that adds homedir to varfilepersonal somehow.. |
---|
| 116 | it's back now. |
---|
| 117 | |
---|
| 118 | 2004-04-04 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 119 | |
---|
| 120 | * lib/libjwgc/JXMLComm.c: |
---|
| 121 | More work on weird socket issues. |
---|
| 122 | |
---|
| 123 | * clients/jlocate/jlocate.c: |
---|
| 124 | * clients/jstat/jstat.c: |
---|
| 125 | * clients/jctl/jctl.c: |
---|
| 126 | * clients/jwrite/jwrite.c: |
---|
| 127 | Switched from jwg_recv to jwg_poll to resolve some issues. |
---|
| 128 | |
---|
| 129 | 2004-04-03 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 130 | |
---|
| 131 | * lib/libjwgc/JXMLComm.c: |
---|
| 132 | * lib/libjwgc/JFile.c: |
---|
| 133 | * clients/jlocate/jlocate.c: |
---|
| 134 | More attempts to get my local socket issues worked out. |
---|
| 135 | |
---|
| 136 | 2004-03-08 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 137 | |
---|
| 138 | * client/jwgc/jabber_handler.c: |
---|
| 139 | "disable" digest auth as it is currently broken. |
---|
| 140 | |
---|
| 141 | 2004-03-07 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 142 | |
---|
| 143 | * client/jwgc/jabber_handler.c: |
---|
| 144 | Store auth capabilities. |
---|
| 145 | |
---|
| 146 | * client/jwgc/main.c: |
---|
| 147 | * lib/libjabber/jconn.c: |
---|
| 148 | * lib/libjabber/include/libjabber.h: |
---|
| 149 | Restructuring of startup procedures. |
---|
| 150 | |
---|
| 151 | 2004-02-29 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 152 | |
---|
| 153 | * client/jwgc/main.c: |
---|
| 154 | Was calling jwg_recv instead of jwg_servrecv. |
---|
| 155 | |
---|
| 156 | * lib/libjwgc/JDebug.c: |
---|
| 157 | * lib/libjwgc/include/libjwgc_debug.h: |
---|
| 158 | * lib/libjwgc/JXMLComm.c: |
---|
| 159 | * lib/libjabber/jconn.c: |
---|
| 160 | Renamed a couple of debug variables. |
---|
| 161 | |
---|
| 162 | * lib/libjwgc/JXMLComm.c: |
---|
| 163 | Attempts to make socket communication work better. |
---|
| 164 | |
---|
| 165 | 2004-02-27 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 166 | |
---|
| 167 | * clients/jwgc/main.c: |
---|
| 168 | FINALLY fixed bug under Solaris. |
---|
| 169 | |
---|
| 170 | 2004-02-23 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 171 | |
---|
| 172 | * lib/libjwgc/JVariables.c: |
---|
| 173 | Fixed USRVARS size check. |
---|
| 174 | |
---|
| 175 | * lib/libjwgc/JVariables.c: |
---|
| 176 | * lib/libjwgc/JEncryption.c: |
---|
| 177 | * lib/libjwgc/JContact.c: |
---|
| 178 | * lib/libjwgc/JStr.c: |
---|
| 179 | * lib/libjwgc/JXMLComm.c: |
---|
| 180 | Lots of realloc code cleanup. |
---|
| 181 | |
---|
| 182 | 2004-02-03 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 183 | |
---|
| 184 | * clients/jwgc/main.c: |
---|
| 185 | Smaller/better keepalive. |
---|
| 186 | |
---|
| 187 | 2004-02-02 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 188 | |
---|
| 189 | * lib/libjwgc/JXMLComm.c: |
---|
| 190 | Made recv/select code more robust. |
---|
| 191 | |
---|
| 192 | 2004-02-01 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 193 | |
---|
| 194 | * clients/jctl/jctl.c: |
---|
| 195 | Cleanup and form fixes. |
---|
| 196 | |
---|
| 197 | * lib/libjwgc/JForm.c: |
---|
| 198 | Fixed form support up. |
---|
| 199 | |
---|
| 200 | * clients/jwgc/main.h: |
---|
| 201 | Removed query strings. |
---|
| 202 | |
---|
| 203 | * clients/jwgc/jabber_handler.c: |
---|
| 204 | Removed query strings. |
---|
| 205 | Added 'dump results' handling. |
---|
| 206 | |
---|
| 207 | * lib/libjabber/include/libjabber_types.h: |
---|
| 208 | * lib/libjabber/jconn.c: |
---|
| 209 | Added new dump file descriptor. |
---|
| 210 | |
---|
| 211 | * clients/*/*.c: |
---|
| 212 | Cleaned up old authdata stuff. |
---|
| 213 | |
---|
| 214 | * lib/libjwgc/JXMLComm.c: |
---|
| 215 | Cleaned up things we don't use anymore. |
---|
| 216 | |
---|
| 217 | * lib/libjwgc/Makefile.am: |
---|
| 218 | Don't compile JAuth.c anymore. |
---|
| 219 | |
---|
| 220 | * lib/libjwgc/JAuth.c: |
---|
| 221 | Don't need this at all anymore. |
---|
| 222 | |
---|
| 223 | * lib/libjwgc/JFile.c: |
---|
| 224 | Cleaned up things we don't use anymore. |
---|
| 225 | |
---|
| 226 | * lib/libjwgc/include/libjwgc.h: |
---|
| 227 | Cleaned up things we don't use anymore. |
---|
| 228 | |
---|
| 229 | * clients/jwgc/jwgc_handler.c: |
---|
| 230 | Typo fix. |
---|
| 231 | Changed mktemp to mkstemp. |
---|
| 232 | |
---|
| 233 | 2004-01-31 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 234 | |
---|
| 235 | * clients/jwgc/main.c: |
---|
| 236 | * clients/jlocate/jlocate.c: |
---|
| 237 | * clients/jstat/jstat.c: |
---|
| 238 | * clients/jwrite/jwrite.c: |
---|
| 239 | * clients/jctl/jctl.c: |
---|
| 240 | * lib/libjwgc/JXMLComm.c: |
---|
| 241 | * lib/libjwgc/JFile.c: |
---|
| 242 | Changed to using filesystem socket. |
---|
| 243 | |
---|
| 244 | 2004-01-29 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 245 | |
---|
| 246 | * clients/jwgc/main.c: |
---|
| 247 | Added many "long" options, and -gpgpass. |
---|
| 248 | |
---|
| 249 | * clients/jwgc/text_operations.c: |
---|
| 250 | Fixed up paragraph to handle long lines that are last. |
---|
| 251 | |
---|
| 252 | 2004-01-25 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 253 | |
---|
| 254 | * *: |
---|
| 255 | Lots of code cleanup. |
---|
| 256 | |
---|
| 257 | * lib/libjwgc/JContact.c: |
---|
| 258 | Moved from jwgc to libjwgc. |
---|
| 259 | |
---|
| 260 | 2004-01-24 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 261 | |
---|
| 262 | * clients/jwgc/jabber_handler.c: |
---|
| 263 | * lib/libjwgc/JEncryption.c: |
---|
| 264 | * lib/libjabber/jutil.c: |
---|
| 265 | Some code cleanup. |
---|
| 266 | |
---|
| 267 | 2004-01-20 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 268 | |
---|
| 269 | * lib/libjwgc/JVariables.c: |
---|
| 270 | Fixed bad init of usegpg variable. |
---|
| 271 | |
---|
| 272 | 2004-01-17 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 273 | |
---|
| 274 | * configure.in: |
---|
| 275 | Added ability to specify just include or lib paths. |
---|
| 276 | |
---|
| 277 | * clients/jwrite/jwrite.c: |
---|
| 278 | Moving encoding functions to JStr.c in libjwgc. |
---|
| 279 | |
---|
| 280 | * clients/jwgc/jabber_handler.c: |
---|
| 281 | Converting messages to local charset. |
---|
| 282 | |
---|
| 283 | * lib/libjwgc/JStr.c: |
---|
| 284 | Added encoding/decoding functions. |
---|
| 285 | |
---|
| 286 | * clients/jwgc/jwgc_handler.c: |
---|
| 287 | * lib/libjwgc/JEncryption.c: |
---|
| 288 | * lib/libjabber/jutil.c: |
---|
| 289 | More work on GPG support. |
---|
| 290 | |
---|
| 291 | 2004-01-14 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 292 | |
---|
| 293 | * configure.in: |
---|
| 294 | Man, dumb mistake.. CFLAGS/LDFLAGS were overwriting themselves. |
---|
| 295 | |
---|
| 296 | 2004-01-13 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 297 | |
---|
| 298 | * configure.in: |
---|
| 299 | Started adding libiconv specification. |
---|
| 300 | |
---|
| 301 | * clients/jwrite/jwrite.c: |
---|
| 302 | Using iconv to encode strings into unicode. |
---|
| 303 | Beginnings of real support for non-english characters. |
---|
| 304 | |
---|
| 305 | * clients/jwgc/jctl.c: |
---|
| 306 | More modifications to work with new form. |
---|
| 307 | |
---|
| 308 | * lib/libjwgc/JForm.c: |
---|
| 309 | Finishing up form support. |
---|
| 310 | |
---|
| 311 | * lib/libjabber/include/libjabber.h: |
---|
| 312 | Added NS_DATA. |
---|
| 313 | |
---|
| 314 | * lib/libjwgc/Makefile.am: |
---|
| 315 | Added path to libjabber include. |
---|
| 316 | |
---|
| 317 | 2004-01-12 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 318 | |
---|
| 319 | * clients/jwgc/encryption.c: |
---|
| 320 | * clients/jwgc/main.h: |
---|
| 321 | Moved all into libjwgc. |
---|
| 322 | Change update_key_list to JUpdateKeyList. |
---|
| 323 | |
---|
| 324 | * lib/libjwgc/JEncryption.c: |
---|
| 325 | * clients/jwgc/main.c: |
---|
| 326 | * clients/jwgc/jwgc_variables.c: |
---|
| 327 | Fixed a GPGME reference outside the scope of the define. |
---|
| 328 | |
---|
| 329 | * lib/libjwgc/include/libjwgc.h: |
---|
| 330 | Added JUpdateKeyList. |
---|
| 331 | JForm.c added. |
---|
| 332 | |
---|
| 333 | * lib/libjwgc/JForm.c: |
---|
| 334 | Form handler routines. |
---|
| 335 | |
---|
| 336 | * clients/jctl/jctl.c: |
---|
| 337 | Modified to use form handler. |
---|
| 338 | |
---|
| 339 | 2004-01-11 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 340 | |
---|
| 341 | * lib/libjwgc/JVariables.c: |
---|
| 342 | * lib/libjwgc/include/libjwgc.h: |
---|
| 343 | * clients/jwgc/jwgc_variables.c: |
---|
| 344 | * clients/jwgc/main.h: |
---|
| 345 | * clients/jwgc/main.c: |
---|
| 346 | * configure.in: |
---|
| 347 | Added usegpg flag. |
---|
| 348 | |
---|
| 349 | * clients/jwgc/jabber_handler.c: |
---|
| 350 | Added decryption handling. |
---|
| 351 | |
---|
| 352 | * lib/libjabber/jutil.c: |
---|
| 353 | Added signing on presence packets. |
---|
| 354 | Began adding encryption. |
---|
| 355 | |
---|
| 356 | * lib/libjabber/include/libjabber.h: |
---|
| 357 | Modified msgnew. |
---|
| 358 | |
---|
| 359 | * lib/libjwgc/JEncryption.c: |
---|
| 360 | Added signing. |
---|
| 361 | Added trimming. |
---|
| 362 | Added decryption. |
---|
| 363 | Added encryption, untested. |
---|
| 364 | Added verification, probably incomplete. |
---|
| 365 | |
---|
| 366 | * lib/libjwgc/JDebug.c: |
---|
| 367 | Added GPG debug flag. |
---|
| 368 | |
---|
| 369 | * sysdep.h: |
---|
| 370 | Added LIBGPGME check. |
---|
| 371 | |
---|
| 372 | 2004-01-10 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 373 | |
---|
| 374 | * configure.in: |
---|
| 375 | Added gpgme check. |
---|
| 376 | |
---|
| 377 | * lib/libjwgc/JEncryption.c: |
---|
| 378 | Decided to go with gpgme, started work on detached sig. |
---|
| 379 | |
---|
| 380 | * lib/libjwgc/JVariables.c: |
---|
| 381 | * lib/libjwgc/include/libjwgc.h: |
---|
| 382 | Added GPG variables. |
---|
| 383 | |
---|
| 384 | 2004-01-09 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 385 | |
---|
| 386 | * clients/jwgc/jwgc.desc: |
---|
| 387 | Check for error message, and check up output a bit. |
---|
| 388 | |
---|
| 389 | * lib/libjwgc/JForm.c: |
---|
| 390 | Stub for form handling. |
---|
| 391 | |
---|
| 392 | * lib/libjwgc/JEncryption.c: |
---|
| 393 | Added interface with gpg pieces. |
---|
| 394 | |
---|
| 395 | * lib/libjwgc/Makefile.am: |
---|
| 396 | Added JEncryption.c and JForm.c. |
---|
| 397 | |
---|
| 398 | 2004-01-05 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 399 | |
---|
| 400 | * clients/jwgc/encryption.c: |
---|
| 401 | Added new encryption pieces. |
---|
| 402 | |
---|
| 403 | * clients/jwgc/jabber_handler.c: |
---|
| 404 | Added encryption handling to presence handling. |
---|
| 405 | |
---|
| 406 | * clients/jwgc/main.h: |
---|
| 407 | Cleaned up code. |
---|
| 408 | |
---|
| 409 | 2003-12-19 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 410 | |
---|
| 411 | * clients/jwgc/jwgc_handler.c: |
---|
| 412 | Fixed issue with jlocate not finding anything with "all" search. |
---|
| 413 | |
---|
| 414 | 2003-12-16 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 415 | |
---|
| 416 | * clients/jwgc/text_operations.c: |
---|
| 417 | Fixed bug with paragraph and over width length line. |
---|
| 418 | |
---|
| 419 | 2003-11-22 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 420 | |
---|
| 421 | * configure.in: |
---|
| 422 | Added --enable-nodebug. |
---|
| 423 | |
---|
| 424 | * lib/libjwgc/JDebug.c: |
---|
| 425 | * lib/libjwgc/include/libjwgc.h: |
---|
| 426 | * clients/jwgc/main.c: |
---|
| 427 | * clients/jstat/jstat.c: |
---|
| 428 | * clients/jlocate/jlocate.c: |
---|
| 429 | * clients/jwrite/jwrite.c: |
---|
| 430 | * clients/jctl/jctl.c: |
---|
| 431 | Added support for leaving out debugging. |
---|
| 432 | |
---|
| 433 | 2003-11-10 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 434 | |
---|
| 435 | * clients/jwgc/jwgc_handler.c: |
---|
| 436 | Checks added to make sure all required fields are set. |
---|
| 437 | |
---|
| 438 | * clients/jctl/jctl.c: |
---|
| 439 | Proper arg count checks. |
---|
| 440 | |
---|
| 441 | 2003-10-26 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 442 | |
---|
| 443 | * lib/libjabber/jconn.c: |
---|
| 444 | * lib/libjabber/include/libjabber.h: |
---|
| 445 | Compatibility fixes for SSL support. |
---|
| 446 | |
---|
| 447 | * lib/libjwgc/include/libjwgc.h: |
---|
| 448 | * lib/libjwgc/JInternal.c: |
---|
| 449 | * lib/libjwgc/JStr.c: |
---|
| 450 | * lib/libjabber/include/libjabber.h: |
---|
| 451 | Cleanup. |
---|
| 452 | |
---|
| 453 | * lib/libjwgc/JGenHash.c: |
---|
| 454 | * lib/libjwgc/JXHash.c: |
---|
| 455 | * lib/libjabber/pproxy.c: |
---|
| 456 | * lib/libjabber/rate.c: |
---|
| 457 | Removed unnecessary/depricated functions. |
---|
| 458 | |
---|
| 459 | 2003-10-24 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 460 | |
---|
| 461 | * configure,in: |
---|
| 462 | Added usleep check. |
---|
| 463 | |
---|
| 464 | * BUILDINFO: |
---|
| 465 | Updated to indicate I'm using Panther now. |
---|
| 466 | |
---|
| 467 | * clients/jwgc/jabber_handler.c: |
---|
| 468 | Moved roster retrieval and such where it should be. |
---|
| 469 | Fixed resource handling off of jid from roster. |
---|
| 470 | Moved trim_message. |
---|
| 471 | |
---|
| 472 | * clients/jwgc/jwgc_handler.c: |
---|
| 473 | Fixed register and search to work correctly. |
---|
| 474 | Added trim to outgoing messages too. |
---|
| 475 | |
---|
| 476 | * lib/libjabber/jconn.c: |
---|
| 477 | Removed OpenSSL_add_all_algoriths, not compatible with newer OpenSSL. |
---|
| 478 | |
---|
| 479 | * lib/libjwgc/JStr.c: |
---|
| 480 | * lib/libjwgc/include/libjwgc.h: |
---|
| 481 | Moved trim_message. |
---|
| 482 | |
---|
| 483 | * clients/jctl/jctl.c: |
---|
| 484 | Changed sleep to usleep (if possible). |
---|
| 485 | |
---|
| 486 | 2003-10-15 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 487 | |
---|
| 488 | * clients/jwgc/lexer.c: |
---|
| 489 | * clients/jwgc/parser.y: |
---|
| 490 | Added support for opening a buffer instead of only a file. |
---|
| 491 | |
---|
| 492 | * clients/jwgc/main.c: |
---|
| 493 | * clients/jwgc/main.h: |
---|
| 494 | Added punt to "bare bones" desc file if main desc file fails. |
---|
| 495 | Added trim_message to chop off whitespace from end. |
---|
| 496 | |
---|
| 497 | * clients/jctl/jctl.c: |
---|
| 498 | Did bulk of support for "forms". |
---|
| 499 | |
---|
| 500 | * lib/libxode/xode_from.c: |
---|
| 501 | Added debugging output. |
---|
| 502 | |
---|
| 503 | * lib/libxode/include/libxode.h: |
---|
| 504 | Added libjwgc.h. |
---|
| 505 | |
---|
| 506 | * lib/libxode/Makefile.am: |
---|
| 507 | Added libjwgc include. |
---|
| 508 | |
---|
| 509 | * clients/jwgc/jwgc_handler.c: |
---|
| 510 | * clients/jwgc/jabber_handler.c: |
---|
| 511 | Working on register/search support. |
---|
| 512 | |
---|
| 513 | 2003-10-14 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 514 | |
---|
| 515 | * clients/jctl/jctl.c: |
---|
| 516 | Modified register for new style, added search. |
---|
| 517 | |
---|
| 518 | * clients/jwgc/jwgc.desc: |
---|
| 519 | Handling of presence resources. |
---|
| 520 | |
---|
| 521 | * clients/jwgc/contact.c: |
---|
| 522 | Yikes, nasty typo trying to free illegal memory. |
---|
| 523 | |
---|
| 524 | * clients/jwgc/notice.c: |
---|
| 525 | Fixed parse of from to be a jabber packet jid parse, not just |
---|
| 526 | what's in the from attribute. |
---|
| 527 | |
---|
| 528 | * clients/jlocate/jlocate.c: |
---|
| 529 | Fixed crash bug. |
---|
| 530 | Fixed output bug. |
---|
| 531 | |
---|
| 532 | * lib/libjwgc/JXMLComm.c: |
---|
| 533 | Fixed a typo. |
---|
| 534 | |
---|
| 535 | * clients/jwgc/jwgc.c: |
---|
| 536 | Fixed grouplist to add unknown flag to non-grouped groups. |
---|
| 537 | Register modified, search added. |
---|
| 538 | |
---|
| 539 | 2003-10-13 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 540 | |
---|
| 541 | * clients/jwgc/jabber_handler.c: |
---|
| 542 | Handle "error" presence. Currently, just hide and debug output it. |
---|
| 543 | Fixed call to update_contact_status to incorporate new arg. |
---|
| 544 | |
---|
| 545 | * clients/jwgc/contact.c: |
---|
| 546 | Moved around resource handling to function more correctly. |
---|
| 547 | |
---|
| 548 | * clients/jwgc/notice.c: |
---|
| 549 | * clients/jwgc/jwgc.desc: |
---|
| 550 | Added handling for composing events. |
---|
| 551 | |
---|
| 552 | * clients/jwgc/jwgc_handler: |
---|
| 553 | * lib/libjwgc/JXMLComm.c: |
---|
| 554 | * lib/libjwgc/include/libjwgc.h: |
---|
| 555 | * clients/jctl/jctl.c: |
---|
| 556 | Added support for adjusting debugging on the fly. |
---|
| 557 | |
---|
| 558 | * clients/jwgc/jwgc.pod: |
---|
| 559 | * clients/jctl/jctl.pod: |
---|
| 560 | Fixed up documentation. |
---|
| 561 | |
---|
| 562 | * lib/libjabber/include/libjabber.h: |
---|
| 563 | Changed type to int instead of unsigned char. |
---|
| 564 | |
---|
| 565 | 2003-10-12 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 566 | |
---|
| 567 | * clients/jwgc/contact.c: |
---|
| 568 | Status is now no longer automatically set. |
---|
| 569 | Cleaned up functions some. |
---|
| 570 | |
---|
| 571 | * clients/jwgc/jabber_handler.c: |
---|
| 572 | Status is now no longer automatically set. |
---|
| 573 | Cleaned up functions some. |
---|
| 574 | |
---|
| 575 | * clients/jwgc/status.c: |
---|
| 576 | Cleaned up functions some. |
---|
| 577 | |
---|
| 578 | * clients/jlocate/jlocate.c: |
---|
| 579 | Updated to handle new contact list methods. |
---|
| 580 | |
---|
| 581 | * clients/jstat/jstat.c: |
---|
| 582 | Updated to handle new contact list methods. |
---|
| 583 | |
---|
| 584 | 2003-10-10 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 585 | |
---|
| 586 | * clients/jlocate/jlocate.c: |
---|
| 587 | Fixed jlocate to handle resources. |
---|
| 588 | |
---|
| 589 | * clients/jwgc/contact.c: |
---|
| 590 | Adjusted contact lists to be xode-ish. Help prevent a lot of |
---|
| 591 | issues I kept running into. |
---|
| 592 | |
---|
| 593 | 2003-10-09 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 594 | |
---|
| 595 | * clients/jwgc/contact.c: |
---|
| 596 | Removed removal of resource from jid. |
---|
| 597 | Complete revamp of the way the contacts allocate memory and such. |
---|
| 598 | Separate tracking for different resources. |
---|
| 599 | Something is horribly broken. |
---|
| 600 | |
---|
| 601 | * clients/jwgc/jabber_handler.c: |
---|
| 602 | Return if no from. |
---|
| 603 | |
---|
| 604 | 2003-10-08 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 605 | |
---|
| 606 | * clients/jwgc/eval.c: |
---|
| 607 | Fixed jvar command to do what it's supposed to. |
---|
| 608 | |
---|
| 609 | * clients/jwgc/jwgc.desc: |
---|
| 610 | Cleaned up default config file, added groupchat and such. |
---|
| 611 | |
---|
| 612 | * clients/jwgc/jwgc_resources: |
---|
| 613 | Adjusted positions of other types of messages. |
---|
| 614 | |
---|
| 615 | * lib/libjwgc/JVariables.c: |
---|
| 616 | Fixed issue with keeping newline attached to read-in variables. |
---|
| 617 | |
---|
| 618 | * clients/jwgc/contact.c: |
---|
| 619 | Placing "matching" output in it's own debug class. |
---|
| 620 | |
---|
| 621 | * clients/jwgc/notice.c: |
---|
| 622 | * clients/jwgc/jabber_handler.c: |
---|
| 623 | * lib/libjabber/jpacket.c: |
---|
| 624 | Removed S10N weirdness... consolidated back into presence. |
---|
| 625 | |
---|
| 626 | * lib/libjabber/include/libjabber.h: |
---|
| 627 | * lib/libjabber/jpacket.c: |
---|
| 628 | Added "internal" processing. |
---|
| 629 | |
---|
| 630 | * clients/jwgc/main.c: |
---|
| 631 | * clients/jwgc/jwgc_handler.c: |
---|
| 632 | Checks for actual success of description file load. |
---|
| 633 | |
---|
| 634 | 2003-10-07 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 635 | |
---|
| 636 | * clients/jwgc/eval.c: |
---|
| 637 | Using evaluation debug flag. |
---|
| 638 | |
---|
| 639 | * clients/jwgc/jabber_handler.c: |
---|
| 640 | Cleaned up code. |
---|
| 641 | |
---|
| 642 | * clients/jwgc/jwgc_handler.c: |
---|
| 643 | * clients/jctl/jctl.c: |
---|
| 644 | * lib/libjwgc/JXMLComm.c: |
---|
| 645 | * lib/libjwgc/include/libjwgc.h: |
---|
| 646 | Added conference/groupchat support! =) |
---|
| 647 | |
---|
| 648 | 2003-10-06 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 649 | |
---|
| 650 | * clients/jwgc/notice.c: |
---|
| 651 | Fixed resources -> resource. |
---|
| 652 | |
---|
| 653 | * clients/jwgc/main,c: |
---|
| 654 | Removed -subfile from usage output. |
---|
| 655 | Added -nossl to usage output. |
---|
| 656 | |
---|
| 657 | * clients/jwgc/jwgc.pod: |
---|
| 658 | * clients/jwgc/jwgc.1: |
---|
| 659 | Fixed up docs to have real information in them. |
---|
| 660 | |
---|
| 661 | * clients/jctl/jctl.pod: |
---|
| 662 | * clients/jstat/jstat.pod: |
---|
| 663 | * clients/jlocate/jlocate.pod: |
---|
| 664 | * clients/jwrite/jwrite.pod: |
---|
| 665 | Removed references to non-existant documentation. |
---|
| 666 | |
---|
| 667 | 2003-10-05 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 668 | |
---|
| 669 | * clients/jwgc/main.c: |
---|
| 670 | Added -j (jid) option. |
---|
| 671 | |
---|
| 672 | 2003-10-03 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 673 | |
---|
| 674 | * clients/jlocate/jlocate.c: |
---|
| 675 | Forced specified username to be displayed even if unavailable. |
---|
| 676 | |
---|
| 677 | * clients/jwgc/main.c: |
---|
| 678 | Fixed and re-enabled check_live_jwgc. |
---|
| 679 | Added fix to run jab_delete at a more appropriate time. (prevent crash) |
---|
| 680 | Switched to new variable style. |
---|
| 681 | |
---|
| 682 | * clients/jwgc/jwgc_variables.c: |
---|
| 683 | Removed variable free that was causing a crash. |
---|
| 684 | Switched to new variable style. |
---|
| 685 | |
---|
| 686 | * clients/jwgc/jabber_handler.c: |
---|
| 687 | Removed jab_delete after disconnect. (prevent crash) |
---|
| 688 | Switched to new variable style. |
---|
| 689 | |
---|
| 690 | * clients/jwgc/jwgc_handler.c: |
---|
| 691 | Switched to new variable style. |
---|
| 692 | |
---|
| 693 | * clients/jctl/jctl.c: |
---|
| 694 | Variable settings and such now interact more with jwgc. |
---|
| 695 | |
---|
| 696 | * lib/libjwgc/JVariables.c: |
---|
| 697 | * lib/libjwgc/include/libjwgc.h: |
---|
| 698 | Continued work on new variable methods. |
---|
| 699 | |
---|
| 700 | * lib/libjabber/jutil.c: |
---|
| 701 | Fixed bug in priority (%s instead of %d). |
---|
| 702 | |
---|
| 703 | * lib/libjwgc/XMLComm.c: |
---|
| 704 | * lib/libjwgc/include/libjwgc.h: |
---|
| 705 | Removed scanvars, added showvar, setvar, and unsetvar. |
---|
| 706 | |
---|
| 707 | * lib/libjwgc/Makefile.am: |
---|
| 708 | Removed unnecessary files. |
---|
| 709 | |
---|
| 710 | * configure.in: |
---|
| 711 | Changed openssl fix to use define instead of include paths. |
---|
| 712 | Added many new compile-time options. |
---|
| 713 | |
---|
| 714 | 2003-10-01 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 715 | |
---|
| 716 | * lib/libjwgc/JVariables.c: |
---|
| 717 | Continued work on new variable methods. |
---|
| 718 | |
---|
| 719 | 2003-09-30 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 720 | |
---|
| 721 | * README: |
---|
| 722 | Created a -real- readme for once. |
---|
| 723 | |
---|
| 724 | * NEWS: |
---|
| 725 | Added some info about beta4. |
---|
| 726 | |
---|
| 727 | * AUTHORS: |
---|
| 728 | Added comments about myself and various other author info. |
---|
| 729 | |
---|
| 730 | * lib/libjwgc/include/libjwgc.h: |
---|
| 731 | * lib/libjwgc/JVariables.c: |
---|
| 732 | More adjustments to variable handling. |
---|
| 733 | |
---|
| 734 | * lib/libjwgc/mit-copyright.h: |
---|
| 735 | Being that I've basically rewritten all of the code I originally |
---|
| 736 | got from the Zephyr source, I don't see the need to have this |
---|
| 737 | include anymore. Besides, I credit them heavily elsewhere. |
---|
| 738 | |
---|
| 739 | * configure.in: |
---|
| 740 | Updated to version beta4. |
---|
| 741 | |
---|
| 742 | 2003-09-29 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 743 | |
---|
| 744 | * clients/jwgc/main.c: |
---|
| 745 | Ability to set priority added. |
---|
| 746 | Minor cosmetic fixes. |
---|
| 747 | |
---|
| 748 | * clients/jctl/jctl.c: |
---|
| 749 | Password not permitted to be displayed. |
---|
| 750 | |
---|
| 751 | * clients/jwgc/jabber_handler.c: |
---|
| 752 | Fixed potential debugging crashes. |
---|
| 753 | Priority handling. |
---|
| 754 | |
---|
| 755 | * lib/libjwgc/JVariables.c.c: |
---|
| 756 | Patches to allow for "jwgc.vars.fixed" (system-level fixed variables). |
---|
| 757 | Added resources of HOSTNAME and HOSTNAMETRIMMED. |
---|
| 758 | Added priority. |
---|
| 759 | Revamped entirely to handle variables differently. |
---|
| 760 | |
---|
| 761 | 2003-09-28 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 762 | |
---|
| 763 | * clients/jctl/jctl.c: |
---|
| 764 | Fixed bad arg check for register. |
---|
| 765 | |
---|
| 766 | 2003-09-27 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 767 | |
---|
| 768 | * lib/libjwgc/JXMLComm.c: |
---|
| 769 | Fixed send/recv issues, as well as sending too large of a length to |
---|
| 770 | the parser. |
---|
| 771 | |
---|
| 772 | * clients/jctl/jctl.c: |
---|
| 773 | * clients/jlocate/jlocate.c: |
---|
| 774 | * clients/jwrite/jwrite.c: |
---|
| 775 | Added debugging flags. |
---|
| 776 | |
---|
| 777 | * clients/jctl/jctl.pod: |
---|
| 778 | * clients/jctl/jctl.1: |
---|
| 779 | * clients/jstat/jstat.pod: |
---|
| 780 | * clients/jstat/jstat.1: |
---|
| 781 | * clients/jwrite/jwrite.pod: |
---|
| 782 | * clients/jwrite/jwrite.1: |
---|
| 783 | * clients/jlocate/jlocate.pod: |
---|
| 784 | * clients/jlocate/jlocate.1: |
---|
| 785 | Updated docs. |
---|
| 786 | |
---|
| 787 | * clients/jctl/Makefile.am: |
---|
| 788 | * clients/jstat/Makefile.am: |
---|
| 789 | * clients/jlocate/Makefile.am: |
---|
| 790 | * clients/jwrite/Makefile.am: |
---|
| 791 | * clients/jwgc/Makefile.am: |
---|
| 792 | Fixed man page creation command. |
---|
| 793 | |
---|
| 794 | * clients/jlocate/jlocate.c: |
---|
| 795 | Added -e option to usage. |
---|
| 796 | |
---|
| 797 | * clients/jwgc/error.h: |
---|
| 798 | Removed useless TRAP and com_err stuff that conflicts with kerberos. |
---|
| 799 | |
---|
| 800 | * configure.in: |
---|
| 801 | Added check for odd requirement on Redhat. (kerberos with ssl?) |
---|
| 802 | |
---|
| 803 | 2003-09-26 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 804 | |
---|
| 805 | * *: |
---|
| 806 | Have not done a good job of keeping this up to date amongst |
---|
| 807 | the move to XML based communication between jwgc and it's clients. |
---|
| 808 | Debugging has been revamped and the code has been cleaned up |
---|
| 809 | quite a bit. |
---|
| 810 | |
---|
| 811 | 2003-01-21 William Uther <willu@cse.unsw.edu.au> |
---|
| 812 | |
---|
| 813 | * clients/jwgc/main.h: |
---|
| 814 | * clients/jwgc/main.c: |
---|
| 815 | * clients/jwgc/jwgc_variables.c: |
---|
| 816 | Added support for ssl and port specification in .jwgc.vars. |
---|
| 817 | |
---|
| 818 | 2003-01-19 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 819 | |
---|
| 820 | * clients/jwgc/main.c: |
---|
| 821 | * lib/libjabber/jconn.c: |
---|
| 822 | * lib/libjabber/include/jabber/jabber.h: |
---|
| 823 | SSL patches are functional now. |
---|
| 824 | |
---|
| 825 | * lib/libjabber/jutil.c: |
---|
| 826 | * lib/libxode/sha.c: |
---|
| 827 | * lib/libxode/include/lib.h: |
---|
| 828 | * lib/libxode/include/libxode.h: |
---|
| 829 | Renamed sha functions so they don't conflict with OpenSSL's. |
---|
| 830 | |
---|
| 831 | 2003-01-13 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 832 | |
---|
| 833 | * clients/jwgc/main.c: |
---|
| 834 | * lib/libjabber/jconn.c: |
---|
| 835 | * lib/libjabber/include/jabber/jabber.h: |
---|
| 836 | Patches to add SSL functionality. |
---|
| 837 | |
---|
| 838 | 2003-01-10 Mark Eichin <eichin@thok.org> |
---|
| 839 | |
---|
| 840 | * clients/jctl/jctl.c: |
---|
| 841 | Patch to fix segv when no args were passed. |
---|
| 842 | |
---|
| 843 | 2002-12-31 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 844 | |
---|
| 845 | * lib/libxode/include/lib.h: |
---|
| 846 | Fixed a silly comment issue that prevented compiling with non-gcc |
---|
| 847 | compilers. |
---|
| 848 | |
---|
| 849 | 2002-12-30 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 850 | |
---|
| 851 | * clients/jwgc/incoming.c: |
---|
| 852 | * clients/jwgc/notice.c: |
---|
| 853 | * clients/jwgc/jwgc_variables.c: |
---|
| 854 | * clients/jwgc/jabber_handler.c: |
---|
| 855 | * clients/jwgc/main.c: |
---|
| 856 | Cleaned up some unfree variables here and there. |
---|
| 857 | |
---|
| 858 | * lib/libjwgc/JInternal.c: |
---|
| 859 | * lib/libjwgc/include/libjwgc.h: |
---|
| 860 | Added JServInit command to auto-free cmd, arg1, and arg2. |
---|
| 861 | |
---|
| 862 | * clients/jwgc/Makefile.am: |
---|
| 863 | Fixed double-inclusion of *_dictionary.o. |
---|
| 864 | |
---|
| 865 | * clients/jwgc/main.c: |
---|
| 866 | Trying to figure out bizarre crashing-under-Solaris issues. One |
---|
| 867 | specific one is when a jwg.{uid} exists it doesn't pass the jid to |
---|
| 868 | jabber_init right?? |
---|
| 869 | |
---|
| 870 | 2002-12-23 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 871 | |
---|
| 872 | * *: |
---|
| 873 | Not keeping this changelog up to date very well yet until we're more |
---|
| 874 | towards a real release. Overall, all requirements from TODO list |
---|
| 875 | for beta2 release have been met. |
---|
| 876 | |
---|
| 877 | 2002-12-01 Daniel Henninger <jadestorm@users.sourceforge.net> |
---|
| 878 | |
---|
| 879 | * *: |
---|
| 880 | Initial modifications to move towards more professional feel for |
---|
| 881 | the distribution. |
---|