Commit Graph

60 Commits (1f62b98d45c38e1185dbb9d51a0343972f4cbfe0)

Author SHA1 Message Date
Tilghman Lesher 34ee6b0df8 Fix 1.4 breakage
18 years ago
Olle Johansson 64b3683dbe Adding a few Todo's to res_jabber so we don't forget.
18 years ago
Olle Johansson b857aed39e Ok, we found out that this is not about if you have any *active* clients using TLS, but
18 years ago
Olle Johansson dd7f6f8e21 If you have a jabber client that uses TLS, refuse unload. Bad fix, but will prevent
18 years ago
Olle Johansson ff2943dd59 Issue #9738 - Make sure we can unload res_jabber. Patch by phsultan - thanks!
18 years ago
Tilghman Lesher c314f35ac2 Issue 9739 - Malformed jid causes a crash
18 years ago
Kevin P. Fleming 5f9897ba56 handle the GNUTLS library properly in the configure script and build system
18 years ago
Olle Johansson 6cfe6a550e Issue 8409 - phsultan - Fix "login" as component to jabber server.
18 years ago
Jason Parker 9ad1e5d09c Fix a crash when checking version attribute in an incoming XML caps element.
18 years ago
Olle Johansson a1bdbc0289 Add final new line after JabberEvent
18 years ago
Russell Bryant 0cb0e410ba When building a response to a subscription, the "from" must be the full Jabber
18 years ago
Joshua Colp a00f75604b Don't reference a potentially NULL pointer. (issue #9199 reported by klolik)
18 years ago
Jason Parker e0b88aba12 No need to cast nor free with strdupa (thanks file)
19 years ago
Olle Johansson 920f332399 - Not sending arguments to an application is not "out of memory"
19 years ago
Tilghman Lesher 27475a306d Text fix for jabber reload command (reported by bkruse via IRC)
19 years ago
Kevin P. Fleming 444adcb477 reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most cases
19 years ago
Tilghman Lesher 56a1e60c54 More changes making the CLI more consistent with "category verb arguments" (continuation of issue 8236)
19 years ago
Russell Bryant edb73def8e don't crash when an incoming message has no "from" (issue #8205, jmls)
19 years ago
Joshua Colp 9ab793dcf8 Let's remember to unregister JabberStatus too (issue #8184 reported by jmls)
19 years ago
Russell Bryant fecc14cd0f change some debug output to use LOG_DEBUG instead of verbose output
19 years ago
Kevin P. Fleming ff05bf15c8 update thread creation code a bit
19 years ago
Matt O'Gorman 592cbc0452 fix issue with dialing client without resource.
19 years ago
Matt O'Gorman 5058b9e13f updated res_jabber for even better component support, soon will be jep-0100 compliant.
19 years ago
Matt O'Gorman ff11e64e67 updates for better compontent support
19 years ago
Matt O'Gorman 02868b1723 thats odd, but just in case it happens again i want to see it.
19 years ago
Matt O'Gorman f6f7e134be fixed timeout issue as well as some other minor issues
19 years ago
Kevin P. Fleming fcb999c01c merge qwell's CLI verbification work
19 years ago
Russell Bryant cf5a226c4b remove leading space in Packet manager event header
19 years ago
Matt O'Gorman 05a695af72 everything that loads a config that needs a config file to run
19 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
19 years ago
Matt O'Gorman 1ef09ebfed some code clean up and catch for a act_hook being called
19 years ago
Matt O'Gorman 33f0232f07 This patch allows for a user to send messages and
19 years ago
Matt O'Gorman 3f115f8c31 Many many code cleanup changes given to me by Oej
19 years ago
Russell Bryant a0f151db99 eliminate a pointer signedness warning
19 years ago
Matt O'Gorman 5c30f76ba3 solves issue with bug 7468. but with a patch that works
19 years ago
Tilghman Lesher b43f5638ef Missing parenthesis
19 years ago
Matt O'Gorman ccc7f662d8 dont copy an id or a message if they dont exist.
19 years ago
Russell Bryant 5288621ed4 handle ast_calloc failure and tweak some formatting to comply with coding
19 years ago
Matt O'Gorman 76fae31988 oops moved block without renaming a variable correctly.
19 years ago
Matt O'Gorman 124357f300 convert one of my linked lists to ast_linklist
19 years ago
Matt O'Gorman 1e530787f3 solves some bugs with memory allocation, and adds
19 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
19 years ago
Matt O'Gorman 6c0155e6cb fixes some issues with description loggin on presence
19 years ago
Matt O'Gorman 835c77ccfa fix a potential segfault
19 years ago
Matt O'Gorman c04e4bd380 allow presence events to be handled before the
19 years ago
Matt O'Gorman c7dbc3c166 fixed autoregister bug.
19 years ago
Matt O'Gorman 4e9549c361 oops
19 years ago
Matt O'Gorman 24ed170273 solves some issues with jabberstatus app
19 years ago
Matt O'Gorman fa339925dc more minor fixes thanks Julian on pointing out
19 years ago
Matt O'Gorman 073e346f4e solves bug where reload deleted things it shouldnt have
19 years ago