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

📄 changelog-1.1.4

📁 The Kannel Open Source WAP and SMS gateway works as both an SMS gateway, for implementing keyword b
💻 4
📖 第 1 页 / 共 2 页
字号:
2001-05-07  Richard Braakman  <dark@wapit.com>	* Making release 1.1.4.2001-05-07  Richard Braakman  <dark@wapit.com>	* gwlib/list.h: list_len(NULL) returns 0.  This has been true	for some time now.  Make it part of the documented interface.2001-05-07  Richard Braakman  <dark@wapit.com>	* gwlib/octstr.[ch]: Added octstr_dump_short() for dumping octstrs	that are expected to be short printable strings.  The output is	much shorter for such strings, but the function can still handle	any kind of octstr.	* gwlib/smpp_pdu.c: Made smpp_pdu_dump() use octstr_dump_short().2001-05-07  Richard Braakman  <dark@wapit.com>	* Updated NEWS file.2001-05-07  Uoti Urpala  <uau@wapit.com>	* gw/smsc_emi2.c: Changed error handling for (re)opening	connections, reorganized some code.2001-05-07  Richard Braakman  <dark@wapit.com>	* gw/smsc_smpp.c: Use system-type for receiver as well as transmitter.2001-05-06  Richard Braakman  <dark@wapit.com>	* gwlib/octstr.c: Fix edge cases in octstr_get_bits and	octstr_set_bits.2001-05-04  Richard Braakman  <dark@wapit.com>	* gw/smsc_cimd2.c: Made packet_encode_message() cope if the        sender field is not set.2001-05-04  Richard Braakman  <dark@wapit.com>	* configure.in, configure: Made libxml version check require	2.2.5 again, and added some output about the check.2001-05-04  Aarno Syv鋘en <syvanen@wapit.com>	* gw/wap_push_pap_compiler.c: Fixed an uninitialised variable2001-05-03  Tuomas Luttinen  <tuo@wapit.com>	* gw/wml_compiler.c (parse_text): A bug fix: added a check that around 	text emphasis the white space is not removed.2001-05-03  Lars Wirzenius  <liw@iki.fi>	* Makefile.in, configure.in: applied patch from Craig Emery to	slightly improve (and simplify!) building and configuring.2001-05-03  Lars Wirzenius  <liw@iki.fi>	* gw/smsbox.c: Log username (at info level) whenever someone	uses the sendsms service. Based on request from Johan du Buson.		* gw/smsc_smpp.c: The transmitter thread is woken up as soon as	there is something to send. Previously it woke up only when it	was time to send the next enquire_link PDU. This was slighly slow.		* test/drive_smpp.c: Deal with enquire_link PDUs.2001-05-03  Lars Wirzenius  <liw@iki.fi>	* gw/smsc_smpp.c: Implemented system-type and address-range	variables from the config file. In the I/O thread, timeouts	are calculated to the next time when enquire_link needs to be	sent, instead of using 1.0 seconds always. Configuration file	is checked that it specifies smsc-username and smsc-password.		* test/drive_smpp.conf: Added missing smsc-username and	smsc-password.2001-05-03  Lars Wirzenius  <liw@iki.fi>	* gw/smsc_smpp.c: Partly rewritten to use a simpler thread	structure and to deal with I/O errors (such as broken	connections). Most of the code is the same, but it has been	rearranged.		* test/test_smsc.c, gwlib/date.[ch]: Moved function	date_universal_now from test_smsc.c to date.c.	2001-05-03  Aarno Syv鋘en <syvanen@wapit.com>	* gw/wap_push_pap_compiler.[ch]: A compiler for compiling pap control	messages to wap events.	* gw/wap_push_ppg.c: Do not panic, when pi message does not not have	any headers (a warning instead). Corrected a misspelling. Use prefix	PAP in all enumerations defined by pap protocol.	* gw/wap_push_ppg.h: Another misspelling corrected. Hnadle default 	values of pap attributes (by reordering, so that the numeric equi-	valent of an attribute has value 0).	* gw/wap_push_pap.c: A new test version of pap module.	*wap/wap_events.def: Corrected a typo.2001-05-03  Nick Clarey  <nclarey@3glab.com>	* gw/smsc_at.c: Applied patch from Alex Judd (ajudd@snaz.com),	adding an automatic retry to message sending should it fail.2001-05-02  Richard Braakman  <dark@wapit.com>	* gw/smsc_cimd2.c: Fix encoding of text messages that have UDH.	(It got the length wrong due to a _probable_ misreading of the	spec.  If SMSCs implement what we thought it had said, then we        have a problem.)2001-05-02  Richard Braakman  <dark@wapit.com>	* gwlib/octstr.c: Made octstr_get_char() not crash if pos < 0.	It now returns -1 instead.2001-05-02  Richard Braakman  <dark@wapit.com>	* gw/wap_push_ppg.h, wap_push_pap.c: Renamed TRUE and FALSE	to PAP_TRUE and PAP_FALSE.  (These are enumerated protocol	values.)  Needed for portability to systems that predefine	TRUE and FALSE macros.2001-04-30  Richard Braakman  <dark@wapit.com>	* gw/smsc_{at,cimd2,ois,smpp}.c, gw/sms.h, gw/smpp_pdu.h:        Standardized on two data coding scheme values, called DCS_GSM_TEXT        and DCS_OCTET_DATA.  Not all protocols can use these, but at least	the ones that do will all use the same values.  Both have now been        chosen to set only the alphabet, and leave message class alone.2001-04-29  Derry Hamilton <rasilon@tardis.ed.ac.uk>	* configure.in,configure: Allow libxml versions between	2.2.10 and 2.2.19.2001-04-26  Lars Wirzenius  <liw@iki.fi>	* gw/smsc.c, gw/smsc_p.h, gw/smsc_smpp.c, gw/smscconn.c,	gw/smscconn_p.h: Converted SMPP driver to use the SMSCConn	interface. This is needed to improve reliablity of the driver,	which will happen next.2001-04-26  Richard Braakman  <dark@wapit.com>        * gw/smsc_cimd2.c: Reopen connection if SMSC does not respond        to "alive" request.2001-04-26  Richard Braakman  <dark@wapit.com>	* gwlib/http.c: Handle 100-Continue responses.2001-04-26  Richard Braakman  <dark@wapit.com>	* gw/smsc_cimd2.c: Stopped sending "delivery request" when        logging in.  It is not needed in the normal configuration, and        it confuses some SMSCs.  Thanks to Antti Valtokari for tracking	this down.  (If it _is_ needed in your configuration, then you        will not get messages that arrived while Kannel wasn't connected.)	* doc/userguide/userguide.xml: Explain what configuration the	cimd2 driver expects from the SMSC.	2001-04-25  Tuomas Luttinen  <tuo@wapit.com>	* configure[.in] : Kannel now requires libxml 2.2.5 or newer. Reasons 	for this are: *encondingAliases functions that were included in 2.2.3	              *a bug that affects XML attributes in 2.2.3 and 2.2.42001-04-25  Uoti Urpala  <uau@wapit.com>	* gw/smsc_emi2.c, gw/emimsg.c: Changed debugging output, made	reconnections more robust.2001-04-25  Richard Braakman  <dark@wapit.com>	* gw/smsc_at.c: In pdu_encode(), revert to using a Protocol-ID        of 0 (implicit) rather than 0x1F (which doesn't seem to be        defined).  This might be the key to the problems people have        had with this module.  Please let us know.2001-04-25  Richard Braakman  <dark@wapit.com>	* doc/TESTCASES: Removed, we have "make check" now.2001-04-24  Uoti Urpala  <uau@wapit.com>	* doc/userguide/userguide.xml: Added information about emi2.2001-04-24  Lars Wirzenius  <liw@iki.fi>	* gw/smsc_smpp.c, test/test_smsc.c: Implemented sending of	enquire_link packets and handling of their responses. This is	very simplistic, still: It doesn't check that the responses	are actually received. That will have to be implemented later.2001-04-24  Richard Braakman  <dark@wapit.com>	* gw/smsc_wrapper.c: Produce an info log when a reconnection	attempt succeeds.2001-04-23  Lars Wirzenius  <liw@iki.fi>	* gwlib/octstr.c, test/fakesmsc.c, utils/start-stop-daemon.c,	wap/wsp_push_client_machine.def, wap/wsp_session.c: Applied	manually parts of patch send by Dirk-Willem van Gulik as	improvements for MacOS X. Mainly this included renaming of some	local variables (uint -> ui), presumably because MacOS X defines	uint as a macro. Also reformatted fakesmsc and start-stop-daemon	output and corrected preprocessor syntax.	2001-04-23  Richard Braakman  <dark@wapit.com>	* gwlib/http.[ch]: Added support for HEAD method, supplied	by Jarkko Kovala.2001-04-23  Richard Braakman  <dark@wapit.com>	* gwlib/socket.c: Clear sockaddr_in structure before using it,	to make FreeBSD happier.2001-04-21  Uoti Urpala  <uau@wapit.com>	* gw/smsc_emi2.c: Fixed a stupid bug in the previous fix.2001-04-20  Uoti Urpala  <uau@wapit.com>	* gw/smsc_emi2.c: Fixed a bug in SMSC time stamp parsing.2001-04-19  Richard Braakman  <dark@wapit.com>	* gw/smsbox.c: Fixed bad assertion in prepend_catenation_udh().2001-04-18  Richard Braakman  <dark@wapit.com>	* gwlib/gwthread-pthread.c: Made gwthread_join safe.2001-04-18  Kalle Marjola  <rpr@wapit.com>	* gw/bb_store.c: updated writing to file a bit. Still problem if	messages arrive faster than store_cleanup works, needs to modify	to use hash at some point	* gw/bb_smscconn.c: changed so that when shutting down, ignores	messages that cannot be routed. So if you have not enabled	SMS-store, some messages can be lost.	2001-04-18  Kalle Marjola  <rpr@wapit.com>	* doc/userguide/userguide.xml: fixed some typos 2001-04-17  Uoti Urpala  <uau@wapit.com>	* gw/smsc_emi2.c, gw/emimsg.[ch]: Added support for operation type	01, other changes to work with different SMSC setups.2001-04-17  Richard Braakman  <dark@wapit.com>	* gw/urltrans.c: In strip_keyword(), use the right test for	end of octstr.  This fixes handling of messages that only	have the keyword.2001-04-17  Lars Wirzenius  <liw@iki.fi>	* gwlib/http.c: When the http module is shut down, set run_status	to limbo so it can be restarted. Paul Keogh wanted this so that	(parts of) Kannel can run as a COM object.2001-04-17  Lars Wirzenius  <liw@iki.fi>	* doc/CodingStyle: Added a paragraph about CVS tags.2001-04-16  Richard Braakman  <dark@wapit.com>	* gw/wap_push_ota.c: Removed <arpa/inet.h> and <netinet/in.h>	includes.  They are not used by anything and cause portability	problems.2001-04-13  Uoti Urpala  <uau@wapit.com>	* gw/smsbox.c: Bugfix, messages sent with sendsms GET requests	were always marked as binary (this bug was created when sendsms	POST was added).2001-04-12  Lars Wirzenius  <liw@iki.fi>	* gw/smsc_smpp.c: Make it optional to dump or not dump SMPP pdus	that are received or sent. Not dumping them reduces "make bench"	log file sizes by about half a gigabyte.2001-04-12  Kalle Marjola  <rpr@wapit.com>	* gw/urltrans.c (urltrans_get_pattern): fixed that %s cannot cause	overflow if there is catch-all argument

⌨️ 快捷键说明

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