forked from ppizarro/luasofia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
185 lines (140 loc) · 7.24 KB
/
ChangeLog
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
2012-08-03 Tiago Katcippis <[email protected]>
* changing the sofia-sip dependency to version 1.12.11
* everything that was optional via the --enable-sofia-devel option
is now enabled as default.
* removing the --enable-sofia-devel option from configure.ac
2011-02-23 Paulo Pizarro <[email protected]>
* configure.ac: Version 0.1.8devel
* fixed rockspec for the 0.1.7 release
2011-02-23 Paulo Pizarro <[email protected]>
* configure.ac: Version 0.1.7
* adding rockspec for the 0.1.7 release
2011-02-21 Tiago Katcipis <[email protected]>
* not linking lua core anymore (potential source of bugs).
2010-10-06 Paulo Pizarro <[email protected]>
* changed configure.ac to use LUA_CMODULE defined.
2010-08-26 Paulo Pizarro <[email protected]>
* implemented function 'get_tags' on the module 'su'.
2010-08-25 Paulo Pizarro <[email protected]>
* implemented method 'set_hparams' to NuaHandle class.
* implemented method 'get_hparams' to NuaHandle class.
* implemented method 'get_params' to Nua class.
* implemented function create on the module 'soa'
2010-08-19 Paulo Pizarro <[email protected]>
* added media states constants on the module 'soa'.
* fixed attribute_find function on the module 'sdp' to return nil if not found.
2010-08-17 Paulo Pizarro <[email protected]>
* implemented access to 'rm_predef', 'rm_pt' and 'rm_any' fields of the sdp_rtpmap_t struct.
2010-07-17 Tiago Katcipis <[email protected]>
* adding sdp_attribute tests.
* adding tests for the sdp_rtpmap proxy.
* adding tests to the sdp_attribute_find function.
2010-07-16 Tiago Katcipis <[email protected]>
* adding the new function sdp_attribute_find
2010-08-12 Paulo Pizarro <[email protected]>
* calls nua event callbacks in protected mode.
* calls nta agent message callback in protected mode.
* calls timer callback in protected mode.
* created the LUASOFIA_DEBUG environment variable is used to determine the debug logging
level. The default level is 3.
* now logging nua_event_callback
* renamed luasofia_utils.* to luasofia_log.*
2010-08-05 Paulo Pizarro <[email protected]>
* implemented function nua_callstate_name on the module 'nua'
2010-08-04 Paulo Pizarro <[email protected]>
* added more soa tags: SOATAG_DELAYED_OFFER_ENABLE (configure --enable-sofia-devel)
2010-08-03 Paulo Pizarro <[email protected]>
* configure.ac: Version 0.1.7devel
* fixed nua_callstate_received constant name
2010-08-03 Paulo Pizarro <[email protected]>
* configure.ac: Version 0.1.6
* implemented function status_phrase on the module 'sip'
2010-07-22 Tiago Katcipis <[email protected]>
* added luarocks support
2010-07-15 Paulo Pizarro <[email protected]>
* refactory on load module glib, requiring 'sofia.glib' doesn't load the 'sofia.su' module anymore
2010-07-14 Tiago Katcipis <[email protected]>
* fixing bug when loading sofia.glib after loading sofia.su
2010-07-13 Guilherme Silveira <[email protected]>
* implemented function get_proxy_subscription_state on the module 'sip'
* implemented function get_proxy_msg_payload on the module 'sip'
2010-07-10 Paulo Pizarro <[email protected]>
* changed sdp module to use negative numbers on the access to the stack
* changed glib module to use negative numbers on the access to the stack
* changed sdp module to use negative numbers on the access to the stack
* changed utils to use negative numbers on the access to the stack
2010-07-09 Paulo Pizarro <[email protected]>
* changed LUA_CMODULE default value on the configure.ac
2010-07-08 Paulo Pizarro <[email protected]>
* changed to use negative numbers on the access to the stack
2010-07-02 Paulo Pizarro <[email protected]>
* configure.ac: Version 0.1.6devel
* implemented threading method on the root class
* fixed bind method of the NuaHandle class
to accept nil or none values (unbind)
2010-07-01 Paulo Pizarro <[email protected]>
* implemented destroy method on the nua class
* nua only will be collected after calling destroy method
* fixed nua.lua test to call nua_destroy and nh_destroy
2010-06-28 Paulo Pizarro <[email protected]>
* configure.ac: Version 0.1.5
2010-06-24 Paulo Pizarro <[email protected]>
* refactory of the su_timer module
* nua only will be collected after shutdown complete
2010-06-23 Tiago Katcipis <[email protected]>
* created msg module with params_find function
2010-06-23 Paulo Pizarro <[email protected]>
* implemented function get_proxy_authenticate on the module 'sip'
2010-06-22 Paulo Pizarro <[email protected]>
* support to sofia devel (1.12.11) library (configure --enable-sofia-devel)
* added more tport tags: TPTAG_TLS_VERIFY_POLICY, TPTAG_TLS_VERIFY_DEPTH,
TPTAG_TLS_VERIFY_DATE, TPTAG_TLS_VERIFY_SUBJECT. (only 1.12.11)
* implemented su_timer_is_set (only 1.12.11)
2010-06-21 Tiago Katcipis <[email protected]>
* fixed possible segfault on su_timer callback.
2010-06-17 Paulo Pizarro <[email protected]>
* configure.ac: Version 0.1.5devel
* luasofia_tags: if 'value' is nil not use this tag.
* fixed glib module name (sofia.glib).
* fixed configure.ac to default lua paths
2010-06-16 Paulo Pizarro <[email protected]>
* configure.ac: Version 0.1.4
* Changed module's name from 'luasofia' to 'sofia'
* Changed library's name from 'libluasofia.so' to 'liblua5.1-sofia.so'
* Changed library's name from 'libluasofia-glib.so' to 'liblua5.1-sofia-glib.so'
2010-06-09 Paulo Pizarro <[email protected]>
* configure.ac: Version 0.1.4devel
* Fixed core on luasofia.nua.__gc
* Fixed core on callback where trying to access an already colleted nua userdata.
2010-06-07 Paulo Pizarro <[email protected]>
* configure.ac: Version 0.1.3
* Changed luasofia.nua.create function to receive a magic param.
* Callback function return magic value.
2010-06-04 Paulo Pizarro <[email protected]>
* Implemented nua_handle_bind to bind nua handle with hmagic param.
* Callback functions returns hmagic value.
2010-03-30 Paulo Pizarro <[email protected]>
* Changed Makefile.am to create luasofia-glib.so.
2010-03-25 Paulo Pizarro <[email protected]>
* configure.ac: Version 0.1.3devel
* Check if installed lua5.1 package or lua package.
* Changed Makefile to fix errors on include paths and install path.
2010-03-08 Paulo Pizarro <[email protected]>
* configure.ac: Version 0.1.2
* Fixing the error msg when no tag is found.
2010-02-26 Tiago Katcipis <[email protected]>
* If a tag does not exist we get an error.
* Fixing wrong order when calling luasofia_open.
2010-02-26 Tiago Katcipis <[email protected]>
* Create NtaAgent class.
2010-02-12 Paulo Pizarro <[email protected]>
* configure.ac: Version 0.1.2devel
* Create TPORT module and registered TPORT tags
2010-01-29 Paulo Pizarro <[email protected]>
* configure.ac: Version 0.1.1
* Create NTA module and registered NTA tags.
* Add destroy method to NuaHandle class.
2009-12-29 Paulo Pizarro <[email protected]>, Tiago Katcipis <[email protected]>
* Glib module added (bind to su_glib.h functions).
2009-12-23 Paulo Pizarro <[email protected]>, Tiago Katcipis <[email protected]>
* luasofia created.