summaryrefslogtreecommitdiff
path: root/main/manager.c
AgeCommit message (Expand)Author
2007-01-04It's pretty difficult to pthread_kill a thread that doesn't exist. (issue #86...Joshua Colp
2007-01-01Fix manager too. Olle Johansson
2006-12-27Merged revisions 49006 via svnmerge from Kevin P. Fleming
2006-12-23Remove a debug message. If this is still needed for debugging something,Russell Bryant
2006-12-18Replace ast_build_string with ast_str_*().Luigi Rizzo
2006-12-16replace ast_build_string() with ast_str_*() functions.Luigi Rizzo
2006-12-15simplify the ast_dynamic_str_*.... routines byLuigi Rizzo
2006-12-15unbreak the output for http session.Luigi Rizzo
2006-12-12properly initialize a malloc'ed bufferLuigi Rizzo
2006-12-12normalize the scanning of "general" options in the config file.Luigi Rizzo
2006-12-11make sure the argument to ast_malloc() is > 0.Luigi Rizzo
2006-12-07- Generalize the function ssl_setup() so that the certificate infoLuigi Rizzo
2006-12-07Merged revisions 47986,47995,47997,48001,48003-48004,48008-48014,48016,48018-...Steve Murphy
2006-12-06remove duplicated code to start the server threads, useLuigi Rizzo
2006-12-06Part of the transformations necessary to add TLS support,Luigi Rizzo
2006-11-28don't use outputstr in the struct mansession, it's justLuigi Rizzo
2006-11-28initialize the dynamic string in a sane way.Luigi Rizzo
2006-11-28do not return 500 Internal error if the AMI command providesLuigi Rizzo
2006-11-28mosty comment and documentation cleanup on waitevent.Luigi Rizzo
2006-11-28Move the code to purge stale sessions to a function,Luigi Rizzo
2006-11-28Various simplifications of the code:Luigi Rizzo
2006-11-28More informative message on invalid commands.Luigi Rizzo
2006-11-28another normalization of AMI vs HTTP identification.Luigi Rizzo
2006-11-28always use managerid to determine whether this is an AMI or HTTP session,Luigi Rizzo
2006-11-22Restore some sense of security to managerMark Spencer
2006-11-18comments-only change:Luigi Rizzo
2006-11-06Add support for manager hooks, so you could fire off manager events over IRC ...Joshua Colp
2006-11-03add a new cli/manager.conf option "debug" to enable/disableLuigi Rizzo
2006-11-02Merged revisions 47051 via svnmerge from Tilghman Lesher
2006-10-31Fix the new send text manager command. There is no way this could have worked.Russell Bryant
2006-10-31Add manager sendtext action. (Issue 6131, ZX81 - thanks!)Olle Johansson
2006-10-30Issue #3930 - Add manager command for listing dialplan (coded april 2005, in ...Olle Johansson
2006-10-26fix various spelling mistakes in comments (issue #8237, jmls)Russell Bryant
2006-10-26fix a problem that i recently introduced whenLuigi Rizzo
2006-10-26Fix comment preservation code (thanks murf!)Mark Spencer
2006-10-24i really think it is safe to commit this version, thatLuigi Rizzo
2006-10-20minor comment changes, code rearrangement and field renamingLuigi Rizzo
2006-10-20Doxygen correctionsOlle Johansson
2006-10-19more fixes to comments and very minor code rearrangement.Luigi Rizzo
2006-10-19implement proper XML/HTML formatting of multiple messagesLuigi Rizzo
2006-10-19more documentation of data structure and functions.Luigi Rizzo
2006-10-19Extend the thread storage API such that a custom initialization function canRussell Bryant
2006-10-18silent warning from a debugging message (which will go awayLuigi Rizzo
2006-10-18remove trailing whitespaceLuigi Rizzo
2006-10-18ouch! remember to unlink temporary files once done with them.Luigi Rizzo
2006-10-18+ move output_format variables in the http section of the file;Luigi Rizzo
2006-10-18another bunch of comments on the data structures.Luigi Rizzo
2006-10-18despite the large changes, this commit only moves functionsLuigi Rizzo
2006-10-18more comment and formatting fixes, small simplificationsLuigi Rizzo
2006-10-18rizzo compile then commit, maybe even run it too ^_^Matt O'Gorman