aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_jabber.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-07Doxygenify a lot of the functions in res_jabberrussell1-51/+145
2007-06-07Minor formatting change ... testing mantis stuff to see if we're donerussell1-1/+1
2007-06-07Merged revisions 68030 via svnmerge from oej1-0/+5
2007-06-07Merged revisions 68028 via svnmerge from oej1-13/+7
2007-06-07Merged revisions 68027 via svnmerge from oej1-0/+28
2007-06-07Merged revisions 67993 via svnmerge from oej1-7/+17
2007-06-07Simplification of res_jabber code (done at Inria, Paris with Philippe)oej1-32/+6
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-31/+26
2007-06-04Merged revisions 67021 via svnmerge from tilghman1-0/+4
2007-05-31Issue #9842 - Doxygen updates by snuffy. Thanks!oej1-1/+1
2007-05-25Merged revisions 66157 via svnmerge from kpfleming1-0/+1
2007-05-24Issue #8409 and accidentally a fix to chan_sip that wasn't supposed to be thereoej1-2/+3
2007-05-07Adding external referenses for doxygenoej1-0/+2
2007-05-04Merged revisions 63099 via svnmerge from qwell1-2/+14
2007-04-09Fix JabberEventsoej1-1/+3
2007-04-09Fix missing newline in JabberEventoej1-1/+1
2007-03-29Merged revisions 59363 via svnmerge from russell1-1/+1
2007-03-05Merged revisions 57770 via svnmerge from file1-1/+2
2007-02-20Merged revisions 55555 via svnmerge from qwell1-2/+2
2007-02-20I like it when trunk builds, so let's make res_jabber compile again!file1-1/+1
2007-02-20Merged revisions 55483 via svnmerge from oej1-27/+28
2007-02-07Merged revisions 53294 via svnmerge from tilghman1-1/+1
2007-01-05Merged revisions 49676 via svnmerge from kpfleming1-8/+7
2006-12-06Constify a bunch of usage strings for CLI commands.russell1-4/+4
2006-11-03move variable declarations to the beginning of a block.rizzo1-2/+4
2006-11-02Merged revisions 47053 via svnmerge from tilghman1-2/+2
2006-10-23Merged revisions 45999 via svnmerge from russell1-1/+2
2006-10-19Merged revisions 45694 via svnmerge from file1-0/+1
2006-10-12Merged revisions 44911 via svnmerge from russell1-12/+12
2006-10-04Merged revisions 44378 via svnmerge from kpfleming1-1/+1
2006-10-03Merged revisions 44312 via svnmerge from mogorman1-7/+19
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-2/+4
2006-10-0344240 same as but without the removing of chan_jingle and such, as I hope to ...mogorman1-54/+73
2006-09-21Merged revisions 43466 via svnmerge from mogorman1-41/+67
2006-09-20thats odd, but just in case it happens again i want to see it.mogorman1-0/+2
2006-09-19fixed timeout issue as well as some other minor issuesmogorman1-13/+31
2006-09-18merge qwell's CLI verbification workkpfleming1-8/+22
2006-09-03remove leading space in Packet manager event headerrussell1-1/+1
2006-08-31everything that loads a config that needs a config file to runmogorman1-15/+18
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-16/+8
2006-08-08some code clean up and catch for a act_hook being calledmogorman1-4/+8
2006-08-07This patch allows for a user to send messages and mogorman1-1/+55
2006-08-07Many many code cleanup changes given to me by Oejmogorman1-211/+204
2006-07-07eliminate a pointer signedness warningrussell1-1/+1
2006-07-05solves issue with bug 7468. but with a patch that worksmogorman1-33/+20
2006-06-27Missing parenthesistilghman1-1/+1
2006-06-27dont copy an id or a message if they dont exist.mogorman1-4/+6
2006-06-18handle ast_calloc failure and tweak some formatting to comply with codingrussell1-5/+8
2006-06-09oops moved block without renaming a variable correctly.mogorman1-3/+3
2006-06-09convert one of my linked lists to ast_linklistmogorman1-46/+36