aboutsummaryrefslogtreecommitdiffstats
path: root/main/manager.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-16replace ast_build_string() with ast_str_*() functions.rizzo1-81/+77
2006-12-15simplify the ast_dynamic_str_*.... routines byrizzo1-11/+11
2006-12-15unbreak the output for http session.rizzo1-1/+1
2006-12-12properly initialize a malloc'ed bufferrizzo1-0/+1
2006-12-12normalize the scanning of "general" options in the config file.rizzo1-63/+46
2006-12-11make sure the argument to ast_malloc() is > 0.rizzo1-1/+1
2006-12-07- Generalize the function ssl_setup() so that the certificate inforizzo1-6/+68
2006-12-07Merged revisions 47986,47995,47997,48001,48003-48004,48008-48014,48016,48018-...murf1-4/+7
2006-12-06remove duplicated code to start the server threads, userizzo1-127/+61
2006-12-06Part of the transformations necessary to add TLS support,rizzo1-12/+52
2006-11-28don't use outputstr in the struct mansession, it's justrizzo1-38/+21
2006-11-28initialize the dynamic string in a sane way.rizzo1-1/+1
2006-11-28do not return 500 Internal error if the AMI command providesrizzo1-2/+3
2006-11-28mosty comment and documentation cleanup on waitevent.rizzo1-17/+30
2006-11-28Move the code to purge stale sessions to a function,rizzo1-25/+31
2006-11-28Various simplifications of the code:rizzo1-12/+21
2006-11-28More informative message on invalid commands.rizzo1-1/+1
2006-11-28another normalization of AMI vs HTTP identification.rizzo1-1/+1
2006-11-28always use managerid to determine whether this is an AMI or HTTP session,rizzo1-9/+15
2006-11-22Restore some sense of security to managermarkster1-0/+4
2006-11-18comments-only change:rizzo1-0/+13
2006-11-06Add support for manager hooks, so you could fire off manager events over IRC ...file1-0/+38
2006-11-03add a new cli/manager.conf option "debug" to enable/disablerizzo1-5/+28
2006-11-02Merged revisions 47051 via svnmerge from tilghman1-8/+8
2006-10-31Fix the new send text manager command. There is no way this could have worked.russell1-6/+8
2006-10-31Add manager sendtext action. (Issue 6131, ZX81 - thanks!)oej1-0/+40
2006-10-30Issue #3930 - Add manager command for listing dialplan (coded april 2005, in ...oej1-4/+16
2006-10-26fix various spelling mistakes in comments (issue #8237, jmls)russell1-1/+1
2006-10-26fix a problem that i recently introduced whenrizzo1-46/+47
2006-10-26Fix comment preservation code (thanks murf!)markster1-2/+2
2006-10-24i really think it is safe to commit this version, thatrizzo1-52/+153
2006-10-20minor comment changes, code rearrangement and field renamingrizzo1-29/+27
2006-10-20Doxygen correctionsoej1-33/+33
2006-10-19more fixes to comments and very minor code rearrangement.rizzo1-4/+5
2006-10-19implement proper XML/HTML formatting of multiple messagesrizzo1-9/+4
2006-10-19more documentation of data structure and functions.rizzo1-25/+34
2006-10-19Extend the thread storage API such that a custom initialization function canrussell1-2/+2
2006-10-18silent warning from a debugging message (which will go awayrizzo1-1/+1
2006-10-18remove trailing whitespacerizzo1-90/+91
2006-10-18ouch! remember to unlink temporary files once done with them.rizzo1-5/+5
2006-10-18+ move output_format variables in the http section of the file;rizzo1-34/+41
2006-10-18another bunch of comments on the data structures.rizzo1-39/+31
2006-10-18despite the large changes, this commit only moves functionsrizzo1-291/+341
2006-10-18more comment and formatting fixes, small simplificationsrizzo1-51/+66
2006-10-18rizzo compile then commit, maybe even run it too ^_^mogorman1-2/+2
2006-10-18comment and cleanup the main thread.rizzo1-26/+31
2006-10-18create a new (internal, for the time being) function astman_start_ack()rizzo1-70/+45
2006-10-18more indentation cleanup from previous commits,rizzo1-76/+76
2006-10-18create proper handlers for "Challenge" and "Login" actions,rizzo1-53/+53
2006-10-18fix indentation from a commit of a couple of days agorizzo1-33/+32