⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog-1.1.6

📁 The Kannel Open Source WAP and SMS gateway works as both an SMS gateway, for implementing keyword b
💻 6
📖 第 1 页 / 共 5 页
字号:
2002-03-28  Stipe Tolj  <tolj@wapme-systems.de>    * Re-Making release 1.1.6.2002-03-27  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * gw/smsc_at2.c: small fix2002-03-27  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * doc/userguide/userguide.xml: changed at2 speed information2002-03-27  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * test/test_http_server.c: Disable SSL checking if #SSL is disabled in       configure    * NEWS, Changelog: some minor fixes ;)    * gw/smsc_at2.[ch]: changed speed behaviour. If speed is unset in smsc       group, kannel try to use modem->speed and if it fails, autodetects2002-03-27  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * gwlib/http.c: Disabled keepalive until someone fixes it for good2002-03-27  Stipe Tolj  <tolj@wapme-systems.de>    * test/test_http_server.c: included SSL support for HTTP test server2002-03-27  Stipe Tolj  <tolj@wapme-systems.de>    * config*, wap/cookies.[ch], gw/wap-appl.c: revised the cookie support for      WSP and added --enable-cookies configure option.2002-03-27  Stipe Tolj  <tolj@wapme-systems.de>    * gwlib/cfg.c: fixed release showstopper from previous multiple include      fix from Bruno.2002-03-26  Stipe Tolj  <tolj@wapme-systems.de>    * Making release 1.1.6.2002-03-26  Stipe Tolj  <tolj@wapme-systems.de>    * Updated NEWS to prepare for 1.1.6.2002-03-26  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * gwlib/cfg.c: fixed bug when including several include files    * gw/urltrans.c: added seconds to "%t"2002-03-26  Stipe Tolj  <tolj@wapme-systems.de>    * checks/check_ppg.sh: checking test_http_server output seems not necessary      in this case and more verbose error output2002-03-26  Stipe Tolj  <tolj@wapme-systems.de>    * gw/smsc_emi2.c: fixing timestamp issue for the 0-based months,      now conversion function gets the right value2002-03-26  Stipe Tolj  <tolj@wapme-systems.de>    * checks/check_[fakesmsc|pph].sh: need some time before trying to grep       around in the logs and decide if things are doing well2002-03-26  Stipe Tolj  <tolj@wapme-systems.de>    * gw/pushkannel.conf: adjusted log-file entries for make checking2002-03-26  Stipe Tolj  <tolj@wapme-systems.de>    * gwlib/date.c: bounced back to rev 1.8 to satisfy "make -s check" run      in preparation of new release2002-03-26  Stipe Tolj  <tolj@wapme-systems.de>    * gw/dlr.c: fixed another kannel-nag warning about unused vars      in dlr_find_mysql()2002-03-25  Stipe Tolj  <tolj@wapme-systems.de>    * gwlib/octstr.c: added support for Linux on PowerPC and S390      architectures, patch submitted by "Jacob Vennervald Madsen"       <jvm@gopinocchio.com>      [Msg-ID: <EB0B5D39043C344BA53B0F4AB15AE6330299B4@gop-server.GOP-server.local>]2002-03-25  Stipe Tolj  <tolj@wapme-systems.de>    * gw/dlr.c: fixed kannel-nag compile warning in dlr_find_mysql()2002-03-24  Stipe Tolj  <tolj@wapme-systems.de>    * gw/dlr.c: fixed SQL statement in dlr_flush() for MySQL storage2002-03-24  Stipe Tolj  <tolj@wapme-systems.de>    * gw/bearerbox.[ch], gw/dlr.c: fixed the way mutex are locked for       flushing the DLR queue2002-03-24  Stipe Tolj  <tolj@wapme-systems.de>    * gw/bb_http.c, gw/bearerbox.c, gw/dlr.[ch], doc/userguide/userguide.xml:       added '/flush-dlr' HTTP administration command to flush the DLR queue 2002-03-24  Stipe Tolj  <tolj@wapme-systems.de>    * gw/bearerbox.c, gw/dlr.[ch]: added DLR information to the status page2002-03-24  Stipe Tolj  <tolj@wapme-systems.de>    * gw/dlr.c: added octstr_get_cstr() wrapping for global Octstr* of      the SQL statements2002-03-24  Stipe Tolj  <tolj@wapme-systems.de>    * gw/dlr.c: removed call to mysql_get_proto_info()2002-03-24  Stipe Tolj  <tolj@wapme-systems.de>    * gw/dlr.c: fixed a typo in dlr_init() from the previous commit.2002-03-24  Stipe Tolj  <tolj@wapme-systems.de>    * gw/dlr.[ch]: restructuring the DLR MySQL support to fit the new general      MySQL connection configuration sections.    * gwlib/cfg.def: changed config directives to support general MySQL       connections using 'mysql-connection' groups and added 'dlr-storage' type       indicator to core group.    * configure[.in], aclocal.m4: added mysql-4.x detection routine, changed       --enable-mysql-dlr to --with-dlr[=TYPE] to support general DLR storage      types, re-arranged configure groups, beautified configure ouput    * doc/userguide/userguide.xml, doc/dlr-mysql.conf: added documentation about      the new general MySQL connection groups and the specific definitions for      external DLR storage support.2002-03-22  Stipe Tolj  <tolj@wapme-systems.de>    * gw/smsc_at2.[ch]: splitted .c to header and source file, run       through astyle and edited both by hand.2002-03-22  Stipe Tolj  <tolj@wapme-systems.de>    * gwlib/cfg.def, gw/smsc_smpp.c: added manual NPI and TON defining support      via configuration directives, patch by Alex Judd <ajudd@skywire.co.uk>      [Msg-ID: <Pine.LNX.4.44.0203210918030.7205-101000@samsara.kgbinternet.com>]2002-03-22  Stipe Tolj  <tolj@wapme-systems.de>    * doc/modems.conf, doc/userguide/userguide.xml, gw/smsc_at2.c,      gwlib/cfg.def: added SIM buffering pool patch,       contributed by Oded Arbel <oded@m-wise.com>, forwarded by Andrea      [Msg-ID: <20020321103746.QED1149.fep31-svc.tin.it@[127.0.0.1]>]2002-03-22  Stipe Tolj  <tolj@wapme-systems.de>    * gw/smsc_at2.c: fixed timestamp issue in at2, patch contributed by       Oded Arbel <oded@m-wise.com>      [Msg-ID: <2CFC21DAF860CC49AF57333C4459DD4B166E88@exchange.m-wise.com>]2002-03-22  Stipe Tolj  <tolj@wapme-systems.de>    * doc/userguide/userguide.xml, gw/smsc_smpp.c, gwlib/socket.c: added      support for multi-homed bearerbox machines to select outgoing      ethernet device, patch contributed by Simon Beale <simon.beale@ngame.com>      [Msg-ID: <006801c1d101$86f525f0$c80a0a0a@ngame.com>]2002-03-21  Stipe Tolj  <tolj@wapme-systems.de>    * gw/smsc_cgw.c: bug and stability fixes, patch contributed by      "Anders Lindh" <alindh@flyerone.com>      [Msg-ID: <002401c1d039$7a92f850$8078a8c0@alindh>]      2002-03-21  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * gw/smsbox.c: Fixed sms.service display in bearerbox_access.log: it were      only displayed in get/post url, not in text    * gw/urltrans.[ch], gwlib/cfg.def: added default-sender to sendsms-user to      be used if from field is unset and per-user    * doc/userguide/userguide.xml: added default-sender information    * doc/userguide/userguide.xml: Added an id parameter to a section title, to      fix the link warning    * gw/smsbox.c: Added X-Kannel-SMSC to smsbox -> appl HTTP POST2002-03-20  Stipe Tolj  <tolj@wapme-systems.de>    * gw/smsc_at2.c: fixed compiler warning2002-03-19  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * gw/smsc_at2.c: fix warning 2002-03-17  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * doc/modems.cfg: Changed T68 initstring    * doc/modems.cfg, gw/smsc_at2.c: Added broken boolean value to handle       Ericsson T68 brokenness. Probably will be removed when I or somebody else      talk with Ericsson and understand what happened with that phone.      Behaviour: accept +CMT: without ","; compare the +CMT value with the       the full string length, instead of ony the PDU part. (There's still       missing the +CNMA response that I cannot send to this mobile)    * doc/userguide/userguide.xml, gw/smsc_at2.c: changed alt-dcs to boolean    * gw/smsc_at2.c: reset keepalive time when sending a message    * gw/smsc_at2.c: fix keepalive initialization when keepalive is not defined      in configuration    * gw/smsc_at2.c: fix panic when not autodetecting. I really thought that      octstr_destroy would set the octstr to null    * gw/smsc_at2.c: fix autodetect_modem to read every modem group (i=1)    * gw/smsc_at2.c: at2_read_modems won't output some debugs when using       idnumber (autodetect), because at2_detect_modem do the output     * gwlib/cfg.def: fix a small memory leak    * gw/smsc_at2.c: removed checks from cfg_get_bool, because it always sets       the value to 0 or 1     * gw/smsc_at2.c: fix parsing alphanumeric sender when receiving message    * gw/smsc_at2.c: activate +MMS (More Message to Send) when there's more      than one message to send2002-03-14  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * gwlib/cfg.[ch]: added cfg_get_configfile to return the config filename of      the Cfg grp we are using; fixed a small glitch    * gwlib/cfg.def: added modems multi-group variables    * doc/modems.conf: added a default configuration with modem definitions, the      same values that were hard-coded in smsc_at2. Should be included in main      kannel.conf, using include = "modems.conf"    * gw/smsc_at2.c: removed hard-coded modem definitions and added reading the      modems.conf groups included in kannel.conf     * doc/userguide/userguide.xml: added information for modems group 2002-03-14  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * gw/smsc_emi2.c: force sending a UCP-31 after login (thus reseting the      last_activity_time) - sometimes emi2 login and don't send keepalives,      specially if it can't connect at the first time2002-03-14  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * gw/smsc_emi2.c: added a missing octdestroy and changed dcs encoding      behaviour: if dcs equals to default + 8bit, we don't need to add a       DCS in XSER, the MCLs=1 is enough (Should fix complaint from       Avner Sternheim <AvnerS@outlook.co.il>)2002-03-13  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * gw/smsc_at2.c: fixed a bug when keepalive field is undefined2002-03-13 J鰎g Pommnitz <jpo@condat.de>    * fix AT2 to work with Wavecom modem again. This should not hurt       anything else.2002-03-12  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * gw/smsc_at2.c: fixed a typo, removed ceil function and fixed len in       alphanumeric text2002-03-12  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * gw/smsc_at2.c: increased timeout when sending the +CPIN? command; added      a colon to +CMT so kannel doesn't interpret +CMTI; added alphanumeric      sender interpretation to received messages; added interpretation of      international sender to received messages, adding a '+' on it; added      setting pid field in message received; 2002-03-09  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * gw/smsc_emi2.c, gwlib/cfg.h: fixed some compilation warnings2002-03-08 Andreas Fink <andreas@fink.org>    * gw/smsc_at2.c: fixed a bug for +CPIN which wasnt waiting for OK after    +CPIN answer. This was screwing up AT command answers and Siemens TC35    couldnt get initialized anymore.2002-03-08  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * doc/userguide/userguide.xml: added mysql config information from Oded       Arbel patch       [Msg-ID: <2CFC21DAF860CC49AF57333C4459DD4B166DF5@exchange.m-wise.com>]2002-03-08  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * gwlib/cfg.h: removed two warnings2002-03-08  Bruno Rodrigues  <bruno.rodrigues@litux.org>    * gw/bearerbox.c, gwlib/cfg.def: Added mysql-* configuration variables to       define the hostname, user, password and database name (It's still missing      documentation about mysql) - Oded Arbel Patch    * gw/emimsg.c, gw/emimsg.h, gw/smsc_at2.c, gw/smsc_emi2.c: Uniformization      of log files: now AT2 and EMI2 always say "AT2[name]: something" and       "EMI2[name]: something".     * gw/smsc_emi2.c: Added name to privdata. Name is equal to smsc-id or, if       undefined, is [[our-host|kannel]:[our-port|*]->]host:port. (Sorry for       passing "whoami" Octstr through some functions, but later we should remove      all debug() from them and only debug() at the parent and make all function      "childs" return -1 or something)    * gw/smsc_at2.c: Added name to privdata. Name is equal to smsc-id or, if       undefined, is device-name as before    * gw/smsc_emi2.c, gwlib/cfg.def: Added our-host configuration value to define       kannel local ip    * gw/smsc_emi2.c, gwlib/cfg.def: Added alt-host and alt-port configuration       value. If main connection fails, emi2 switch to a alternate connection.       Both are optional and emi2 defaults to original host/port. (ex: if       our_port is undef, emi2 switches to alt-host:port) (should be used with       retry = true)    * gw/smsc_emi2.c: Always set status=RECONNECTING on entering       open_send_connection and status=ACTIVE on successful connection    * gw/smsc_emi2.c: Don't set why_killed=SMSC_KILLED_PASSWORD when retry is       true, because emi2 won't be really killed    * gw/smsbox.c: Added octstr_destroy to sendsms_url and sendota_url    * gw/urltrans.c: Added %u value to sms-service, dumping UDH     * gwlib/cfg.def: Fixed a bug in Stipe Tolj patch that were creating a new       Octstr for each config line read    * gw/http.c: Added a new header to kannel "httpd": "Server: Kannel-VERSION"    * doc/userguide/userguide.xml: added a missing <para>2002-03-07 Andreas Fink <andreas@fink.org>    * gw/smsc_http.c: Made kannel accept a more structured reply      besides "Sent". Used by some sms aggregators.2002-03-07  Stipe Tolj  <tolj@wapme-systems.de>    * gw/wap_push_ppg.c, test/test_ppg.c, wap/wsp_strings.def: corrected

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -